What is oryginal gPXE script use to make
netbootme.iso? I try making own script for static network configuration (not
DHCP). I try version 0.9.7 and new 1.0.1 but not working :-( %!#$
#!gpxe
ifopen net0
set net0/ip
192.168.
set net0/netmask 255.255.255.0
set net0/gateway 192.168.
set
net0/dns 192.168.
chain http://netboot.me/menu.gpxe
maybe need use kernel instead of chain
command??
Test in VPC 2007 SP1 - run from netbootme.iso and
from DHCP server (from IP Tools) its working fine :-) , but i need netbootme.iso working with static network
configuration.