Difference between revisions of "IPXE"
From coreboot
(Created page with "'''[http://ipxe.org/ iPXE]''' is a tool for loading an operating system over a network. It is a fork of GPXE. Like GPXE uses legacy BIOS callbacks, and it works well with...") |
|||
Line 2: | Line 2: | ||
Like GPXE uses legacy BIOS callbacks, and it works well with SeaBIOS. See [[GPXE]]. | Like GPXE uses legacy BIOS callbacks, and it works well with SeaBIOS. See [[GPXE]]. | ||
+ | |||
+ | == Building and Running in seaBIOS howto == | ||
+ | === Building === | ||
+ | === Booting === |
Revision as of 16:09, 7 October 2012
iPXE is a tool for loading an operating system over a network. It is a fork of GPXE.
Like GPXE uses legacy BIOS callbacks, and it works well with SeaBIOS. See GPXE.