|
|
562251 |
To create a bootable floppy, type
|
|
|
562251 |
cat /usr/share/gpxe/gpxe.dsk > /dev/fd0
|
|
|
562251 |
where /dev/fd0 is your floppy drive. This will erase any
|
|
|
562251 |
data already on the disk.
|
|
|
562251 |
|
|
|
562251 |
To create a bootable USB key, type
|
|
|
562251 |
cat /usr/share/gpxe/gpxe.usb > /dev/sdX
|
|
|
562251 |
where /dev/sdX is your USB key, and is *not* a real hard
|
|
|
562251 |
disk on your system. This will erase any data already on
|
|
|
562251 |
the USB key.
|
|
|
562251 |
|
|
|
562251 |
To create a bootable CD-ROM, burn the ISO image
|
|
|
562251 |
/usr/share/gpxe/gpxe.iso to a blank CD-ROM.
|
|
|
562251 |
|
|
|
562251 |
http://www.etherboot.org/wiki/pxechaining describes how to chain boot
|
|
|
562251 |
from PXE into gPXE using /usr/share/gpxe/undionly.kpxe.
|