search for: some_server_elsewere

Displaying 1 result from an estimated 1 matches for "some_server_elsewere".

2011 Mar 28
0
[ipxe-devel] Manual IP config does no pass 209:string to chain pxelinux.0
...> > >> #!ipxe > >> ifopen net0 > >> set net0/ip 192.168.0.10 > >> set net0/netmask 255.255.255.0 > >> set net0/gateway 192.168.0.1 > >> set net0/dns 8.8.8.8 > >> set 209:string pxelinux.cfg/default > >> set 210:string http://some_server_elsewere/ > >> chain ${210:string}pxelinux.0 > > pxelinux.0 loads but fail to load menu (pxelinux.cfg/default). The following patch to syslinux for core/fs/pxe/pxe.c (also available at http://git.ipxe.org/people/mcb30/syslinux.git/commitdiff/9126eb2) fixes this problem for me. I am not 1...