Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pxechaining [2010/07/14 13:01] vutcovici Added chainloading from pxelinux menu |
pxechaining [2010/07/14 13:09] (current) vutcovici |
||
---|---|---|---|
Line 73: | Line 73: | ||
tar jxf gpxe-1.0.1.tar.bz2 | tar jxf gpxe-1.0.1.tar.bz2 | ||
cd gpxe-1.0.1/src | cd gpxe-1.0.1/src | ||
- | make DEBUG=http,iscsi,tftp,dhcp bin/undionly.kpxe;sudo cp bin/undionly.kpxe /tftproot/undionly.kpxe | + | make DEBUG=http,iscsi,tftp,dhcp bin/undionly.kpxe&&sudo cp bin/undionly.kpxe /tftproot/undionly.kpxe |
==== Using pxelinux, menu.c32 and dnsmasq to chainload gPXE ==== | ==== Using pxelinux, menu.c32 and dnsmasq to chainload gPXE ==== | ||
If you want to test gPXE but you are using extensively pxelinux and you do not want to break the rest of your configuration, you can add a menu entry to load gPXE. | If you want to test gPXE but you are using extensively pxelinux and you do not want to break the rest of your configuration, you can add a menu entry to load gPXE. | ||
Line 86: | Line 87: | ||
enable-tftp | enable-tftp | ||
tftp-root=/tftproot | tftp-root=/tftproot | ||
+ | | ||
# PXE | # PXE | ||
dhcp-boot=/tftproot/pxelinux.0 | dhcp-boot=/tftproot/pxelinux.0 |