Is it possible to create an iPXE image on floppy? If so could someone list the steps?
This was possible with gPXE, where an image could be downloaded and created directly to disk.
(2011-04-13 03:20)ivacau Wrote: [ -> ]Is it possible to create an iPXE image on floppy? If so could someone list the steps?
This was possible with gPXE, where an image could be downloaded and created directly to disk.
1. Download iPXE source:
Code:
git clone git://git.ipxe.org/ipxe.git
2. Change directory to src:
3. Build images
The floppy image is in ipxe/bin. Alternatively,
Enjoy!
Hi hsuanyeh
Procedure worked. Thanks for your help and quick reply.