peter Sjoberg
2013-Apr-18 21:01 UTC
[syslinux] gpxelinux.0 Unable to locate configuration file while pxelinux.0 works
I have a situation very similar to whats in http://www.syslinux.org/archives/2013-January/019251.html The server is setup to provide info over dhcp+tftp and I'm planning on chaning that to dhcp+http so I copied gpxelinux.0 to pxelinux.0 and started failing. The client (in my case it's a hp proliant BL460c G7) manage to get gpxelinux.0 loaded but when it comes to load the config file it slowly walks down the pxelinux.cfg/* files until it hits the end and give up. On server side I see the first requests for gpxelinux.0 but after that it's nothing coming, even checked with tcpdump and nothing from the client ip. I have tried the precompiled version of gpxelinux.0 of version 4.02,4.04,4.06 & 5.01 - all fail. Use pxelinux.0 with everything else the same and it works. Any clue on what is going on? What can I do (besides stay with tftp)? -- ------------------------------------------------------------------- Techwiz, Peter Sjoberg PGP key (12F506C8) on keyserver & homepage Key fingerprint = 3DC2 CEBA 1590 B41A 3780 955A DB42 02BB 12F5 06C8 Homepage: http://www.techwiz.ca/~peters Pictures: http://www.flickr.com/photos/henahadu/
Gene Cumm
2013-Apr-18 21:52 UTC
[syslinux] gpxelinux.0 Unable to locate configuration file while pxelinux.0 works
On Thu, Apr 18, 2013 at 5:01 PM, peter Sjoberg <lpaseen at gmail.com> wrote:> I have a situation very similar to whats in > http://www.syslinux.org/archives/2013-January/019251.html > > The server is setup to provide info over dhcp+tftp and I'm planning on > chaning that to dhcp+http so I copied gpxelinux.0 to pxelinux.0 and > started failing. > The client (in my case it's a hp proliant BL460c G7) manage to get > gpxelinux.0 loaded but when it comes to load the config file it slowly > walks down the pxelinux.cfg/* files until it hits the end and give up. > > On server side I see the first requests for gpxelinux.0 but after that > it's nothing coming, even checked with tcpdump and nothing from the > client ip. > I have tried the precompiled version of gpxelinux.0 of version > 4.02,4.04,4.06 & 5.01 - all fail. > Use pxelinux.0 with everything else the same and it works. > > Any clue on what is going on? What can I do (besides stay with tftp)?Likely misbehaving UNDI stack. Although undesirable, it's not unusual. Are the server and client on the same subnet? Tried checking for a BIOS update or NIC firmware update? -- -Gene
H. Peter Anvin
2013-Apr-19 17:08 UTC
[syslinux] gpxelinux.0 Unable to locate configuration file while pxelinux.0 works
On 04/18/2013 02:01 PM, peter Sjoberg wrote:> I have a situation very similar to whats in > http://www.syslinux.org/archives/2013-January/019251.html > > The server is setup to provide info over dhcp+tftp and I'm planning on > chaning that to dhcp+http so I copied gpxelinux.0 to pxelinux.0 and > started failing. > The client (in my case it's a hp proliant BL460c G7) manage to get > gpxelinux.0 loaded but when it comes to load the config file it slowly > walks down the pxelinux.cfg/* files until it hits the end and give up. > > On server side I see the first requests for gpxelinux.0 but after that > it's nothing coming, even checked with tcpdump and nothing from the > client ip. > I have tried the precompiled version of gpxelinux.0 of version > 4.02,4.04,4.06 & 5.01 - all fail. > Use pxelinux.0 with everything else the same and it works. > > Any clue on what is going on? What can I do (besides stay with tftp)? >You could try lpxelinux.0 from 5.10-pre*. -hpa