Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE on floppy
2011-04-13, 03:42
Post: #2
RE: iPXE on floppy
(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!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE on floppy - ivacau - 2011-04-13, 03:20
RE: iPXE on floppy - hsuanyeh - 2011-04-13 03:42
RE: iPXE on floppy - ivacau - 2011-04-13, 08:42



User(s) browsing this thread: 2 Guest(s)