iPXE discussion forum
Chainloading from ipxe to multiple pxeboot roms - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Chainloading from ipxe to multiple pxeboot roms (/showthread.php?tid=8144)



Chainloading from ipxe to multiple pxeboot roms - Shin-Anubis - 2016-07-28 18:19

Hi,

I've set up a server with pxelinux.0 as bootrom that is used to boot different linux distributions via pxe. However, there a several other distributions that require a hardcoded different pxe bootrom. Is it possible that I can pxe boot into ipxe and then chainload into other pxe bootroms?

So basically, I want to create a ipxe boot menu file that is sent to a client after a dhcp request which let's me choose from different pxe roms. Like pxelinux.0, grub.pxe or even pxeboot.n12 and so on...


RE: Chainloading from ipxe to multiple pxeboot roms - NiKiZe - 2016-08-02 20:39

Yes, iPXE by defaults supports booting pxe binaries, this is the default if no other way of booting the file is detected, this can be seen by doing imgfetch http://file followed by imgstat and it will show you detected type.

(just to be clear here, PXE NBPs is a legacy only thing, and it is not possible to support from EFI mode)

You can boot most things directly from ipxe, linux kernels, NBPs etc, and there is even wimboot for booting WinPE so most of the time there is no need to load other loaders, other then possible during migration to ipxe when you don't have time to migrate everything at once.