The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE chainload to 'gpxelinux.0' freeze at '209:string' request
2016-09-30, 08:28
Post: #1
Question iPXE chainload to 'gpxelinux.0' freeze at '209:string' request
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


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



User(s) browsing this thread: 1 Guest(s)