> We are using gpxelinux from SYSLINUX 4.02. We recently 
> purchased some HP Proliant BL460c G6 servers with Broadcom 
> BCM 57711 10Gbit NICS.
> 
> We have a very simple pxelinux.gpxe script compiled into gpxelinux.0: 
> 
> #!gpxe
> set use-cached 1
> dhcp net0
> chain http://webserver/gpxe/gpxe.php?IP=${net0/ip}
>

I'm replying to myself here, sorry about the last mail being HTML.

Found the necessary hints here:
http://www.mail-archive.com/[email protected]/msg01002.html

In short:

- Use undionly.kpxe instead of undionly.kkpxe.
- "set use-cached 1" isn't supported by undionly.kpxe, change to "set
use-cached 0" or remove.

After those changes HP BL460c G6 succesfully boots gpxelinux.0 and
fetches the config from the webserver.

Cheers,
Daniel

_______________________________________________
gPXE mailing list
[email protected]
http://etherboot.org/mailman/listinfo/gpxe

Reply via email to