mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Olli Hauer](/assets/img/avatar_default.png)
Submitted by: Guerkan Karaman <gk.freebsd _at_ googlemail.com> Approved by: glarkin (mentor) gPXE is an open-source PXE implementation and bootloader. Create network booting code that allows computers to load their operating system from a network or to extend an existing PXE implementation with support for additional protocols, such iSCSI, HTTP, TFTP, NFS, FTP and ATA over Ethernet. WWW: http://etherboot.org/wiki/index.php
20 lines
593 B
Plaintext
20 lines
593 B
Plaintext
|
|
The following files have been installed in %%PREFIX%%/share/gpxe
|
|
|
|
- gpxe.dsk
|
|
To create a bootable floppy, type
|
|
cat %%PREFIX%%/share/gpxe/gpxe.dsk > /dev/fd0
|
|
where /dev/fd0 is your floppy drive.
|
|
This will erase any data already on the disk.
|
|
|
|
- gpxe.usb
|
|
To create a bootable USB key, type
|
|
cat %%PREFIX%%/share/gpxe/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.
|
|
|
|
- gpxe.iso
|
|
To create a bootable CD-ROM, burn the ISO image
|
|
%%PREFIX%%/share/gpxe/gpxe.iso to a blank CD-ROM.
|