iPXE discussion forum
iPXE chainload to 'gpxelinux.0' freeze at '209:string' request - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: iPXE chainload to 'gpxelinux.0' freeze at '209:string' request (/showthread.php?tid=8192)



iPXE chainload to 'gpxelinux.0' freeze at '209:string' request - lvii - 2016-09-30 08:28

Hi,

I use iPXE with dynamic boot menu with a chainload to 'gpxelinux.0' menu entry to boot PXELINUX with HTTP boot menu.

After iPXE chainload, gpxelinux.0 freeze at request for '209:string' boot menu config file.

But backend web app not receive gpxelinux.0 request.

OS and package: CentOS7 x86_64 with syslinux-4.05-12.el7.x86_64

iPXE chainload to gPXE menu entry :

Code:
:static
set 210:string http://${next-server}/pxe/
set 209:string http://${next-server}:5000/pxelinux/${net0/mac}
echo __INFO: chain ${210:string}gpxelinux.0
echo __INFO: ${209:string}
sleep 2
chain --replace --autofree ${210:string}gpxelinux.0 ||

chainload screenshot :

[Image: I2H7vsn.jpg]

gpxelinux.0 request for PXELINUX boot menu freezing screenshot :

[Image: 5Fg8iOe.jpg]

Thanks for your help.


RE: iPXE chainload to 'gpxelinux.0' freeze at '209:string' request - NiKiZe - 2016-09-30 16:02

well gPXE is old, the best suggestion is probably to use iPXE instead and the menu system available in iPXE.

but since you already have iPXE loaded why not just load pxelinux.0 directly if you must.