![]() |
|
iPXE on floppy - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: iPXE on floppy (/showthread.php?tid=9) |
iPXE on floppy - ivacau - 2011-04-13 03:20 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. RE: iPXE on floppy - hsuanyeh - 2011-04-13 03:42 (2011-04-13 03:20)ivacau Wrote: Is it possible to create an iPXE image on floppy? If so could someone list the steps? 1. Download iPXE source: Code: git clone git://git.ipxe.org/ipxe.git2. Change directory to src: Code: cd ipxe/src3. Build images Code: makeThe floppy image is in ipxe/bin. Alternatively, Code: make bin/ipxe.dskEnjoy! RE: iPXE on floppy - ivacau - 2011-04-13 08:42 Hi hsuanyeh Procedure worked. Thanks for your help and quick reply. |