Difference between revisions of "IPXE"
From Teknologisk videncenter
m (Created page with "=iPXE - Open Source Boot Firmware= =Links= *[www.ipxe.org Home page] {{Source cli}}") |
m |
||
Line 1: | Line 1: | ||
=iPXE - Open Source Boot Firmware= | =iPXE - Open Source Boot Firmware= | ||
+ | Can be used in several ways. | ||
+ | ==PXE Boot from USB stick== | ||
+ | ===Ubuntu 12.04.3 LTS=== | ||
+ | You need the following packages installed to build iPXE | ||
+ | <source lang=cli> | ||
+ | apt-get install gcc | ||
+ | apt-get install make | ||
+ | apt-get install perl | ||
+ | apt-get install binutils | ||
+ | apt-get install syslinux | ||
=Links= | =Links= | ||
*[www.ipxe.org Home page] | *[www.ipxe.org Home page] | ||
{{Source cli}} | {{Source cli}} |
Revision as of 08:19, 15 January 2014
Contents
iPXE - Open Source Boot Firmware
Can be used in several ways.
PXE Boot from USB stick
Ubuntu 12.04.3 LTS
You need the following packages installed to build iPXE <source lang=cli> apt-get install gcc apt-get install make apt-get install perl apt-get install binutils apt-get install syslinux
Links
- [www.ipxe.org Home page]