iPXE discussion forum

Full Version: chain pxelinux from ipxe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
found the solution

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