[ipxe-devel] Manual IP config does no pass 209:string to chain pxelinux.0

Marcus Grando Marcus.Grando at corp.terra.com.br
Fri Mar 25 21:21:18 UTC 2011


On 03/25/2011 06:05 PM, Michael Brown wrote:
> On Friday 25 Mar 2011 18:24:21 Marcus Grando wrote:
>> How can I create one script to config static IP addr and chain to
>> pxelinux.0? I did this but does not work, only works if I use dhcp.
>>
>> Script is something like that:
>>
>> #!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
> What is it that doesn't work?  Do you get an iPXE error message?  Does
> pxelinux load and then not do what you expect?

pxelinux.0 loads but fail to load menu (pxelinux.cfg/default).

screenshot attached.

Best regards

-- 
Marcus Alves Grando
Service Delivery
+55 (51) 3284-4238
Terra Latin America&  USA

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ipxe.png
Type: image/png
Size: 15769 bytes
Desc: not available
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20110325/2469c4da/attachment.png>


More information about the ipxe-devel mailing list