iPXE discussion forum

Full Version: iPXE on floppy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:

Code:
cd ipxe/src

3. Build images

Code:
make

The floppy image is in ipxe/bin. Alternatively,

Code:
make bin/ipxe.dsk

Enjoy!
Hi hsuanyeh

Procedure worked. Thanks for your help and quick reply.
Reference URL's