summaryrefslogtreecommitdiffstats
path: root/net/ipxe/files/pkg-message.in
blob: 07555eb528ac1d2e2bb8349fb5bc8feafed7e4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
The following files have been installed in %%DATADIR%%:

* ipxe.dsk:  To create a bootable floppy run

    dd if=%%DATADIR%%/ipxe.dsk of=/dev/fd0

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

* ipxe.usb:  To create a bootable USB key run

    dd if=%%DATADIR%%/ipxe.usb of=/dev/daX

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

* ipxe.iso:  To create a bootable CD-ROM run

    cdrecord %%DATADIR%%/ipxe.iso

  to write the image to a blank CD.

* ipxe.pxe:  For chainloading from a PXE ROM.

* ipxe.lkrn:  For any boot manager that can boot Linux kernels.
OpenPOWER on IntegriCloud