You can put iPXE on a bootable CD-ROM or USB key, and use this to boot (almost) any machine using iPXE. This can be useful if you only occasionally need to boot machines using iPXE, or if you are dealing with computers that you don't personally control.
You can build an iPXE bootable CD-ROM image using:
make bin/ipxe.iso 编译目标iso,用于.......and then burn bin/ipxe.iso onto a blank CD-ROM or DVD-ROM.
You can build an iPXE bootable USB key image using:
make bin/ipxe.usb 编译目标usb dd if=bin/ipxe.usb of=/dev/sdX 将目标文件usb写入usb设备,用于usb引导where /dev/sdX is the device representing your USB key. Please note that this will erase any existing contents of the USB key.