iPXE discussion forum
chain pxelinux from ipxe - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: chain pxelinux from ipxe (/showthread.php?tid=6908)



chain pxelinux from ipxe - erwan.l - 2013-05-12 19:52

Hi,

I cannot chain pxelinux (4.06) from ipxe (latest version from git - 1.0.0+ (cb29c) ).

Below my ipxe script (note that I get the same issue from ipxe shell):
dhcp
chain pxelinux.0

Any idea?

pxelinux.0 stays stuck on
tftp prefix : http://${dhcp-server}/
trying to load : pxelinux.cfg/...


Note, than chainloading from the kernel (not the bootstrap loader undi.pxe), this is fine.

Regards,
Erwan


RE: chain pxelinux from ipxe - erwan.l - 2013-05-12 21:38

found the solution

set 210:string tftp://${next-server}/
chain ${210:string}pxelinux.0 || goto failed