LN_cmd

Home»Howto»Shell»Boot

Create a bootable media

To create a bootable floppy, type

# cat bin/gpxe.dsk > /dev/fd0

where /dev/fd0 is your floppy drive. This will erase any data already on the disk.

To create a bootable USB key, type

# cat bin/gpxe.usb > /dev/sdX

where /dev/sdX is your USB key, and is *not* a real hard disk on your system. This will erase any data already on the USB key.

To create a bootable CD-ROM, burn the ISO image bin/gpxe.iso to a blank CD-ROM.

  • Boot Linux from USB. part I

    Multiple boot using GRUB2 from live ISO files located on USB
    Read more ...

  • Boot Linux from USB. part II

    Multiple boot using SYSLINUX from live ISO files located on USB
    Read more ...

  • Tweet update.

    Added tweet on @lloadm
    Read