Joakim Schicht wrote:
Just confirming that it works.

Excellent.

Booted directly to the prompt of gPXE. Then chained pxelinux.0 using these commands;

dhcp net0
set 209:string pxelinux.cfg/default
set 210:string http://ip_of_server/
chain http://ip_of_server/pxelinux.0

You can save a few bytes on your 'chain' line with:

chain ${210:string}pxelinux.0

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

Reply via email to