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. |
|||
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? 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! |
|||
2011-04-13, 08:42
Post: #3
|
|||
|
|||
RE: iPXE on floppy
Hi hsuanyeh
Procedure worked. Thanks for your help and quick reply. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)