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

Procedure worked. Thanks for your help and quick reply.
Find all posts by this user
Quote this message in a reply
Post Reply 




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