Ankush, That error indicates that you are trying to load the Etherboot prepared kernel with a PXE bootrom. You can't do that. You need PXE to load pxelinux.0, which will then load the kernel + initrd.
Take a look at: http://wiki.ltsp.org/twiki/bin/view/Ltsp/DHCP#Automatically_using_the_correct That should explain what the issue is, and how to fix it. Jim McQuillan [EMAIL PROTECTED] On Fri, 4 Nov 2005, ankush grover wrote: > hey friends, > > I am using PXE for workstations ,but I am getting this error "NBP is too big > to fit in free base memory". > > I am using Fedora Core 3 as the server.How do I get rid of this error ? > > The /etc/dhcpd.conf is below > > ddns-update-style none; > > option option-128 code 128 = string; > option option-129 code 129 = text; > > > subnet 192.168.1.0 <http://192.168.1.0> netmask > 255.255.255.0<http://255.255.255.0>{ > use-host-decl-names on; > option log-servers 192.168.1.68 <http://192.168.1.68>; > default-lease-time 21600; > max-lease-time 21600; > > option subnet-mask 255.255.255.0 <http://255.255.255.0>; > option routers 192.168.1.1 <http://192.168.1.1>; > > option broadcast-address 192.168.1.255 <http://192.168.1.255>; > #option routers 192.168.1.68 <http://192.168.1.68>; > option domain-name-servers 192.168.1.100 > <http://192.168.1.100>,202.56.230.5<http://202.56.230.5> > ; > option domain-name "sun.net <http://sun.net>"; # <--Fix this domain name > option root-path "192.168.1.68:/opt/ltsp/i386"; > > > host linux1 { #<----- Fix this hostname > hardware ethernet 00:0e:a6:1b:f7:1a; # <-- Fix this MAC addr > fixed-address 192.168.1.101 <http://192.168.1.101>; # <-- Fix this IP addr > filename "/lts/vmlinuz-2.6.9-ltsp-3"; > } > range dynamic-bootp 192.168.1.101 <http://192.168.1.101> > 192.168.1.120<http://192.168.1.120> > ; > } > > Any pointers how do I get rid of this error ? > > Thanks & Regards > > Ankush Grover > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
