See below ...


On Tue, 22 Mar 2005 [EMAIL PROTECTED] wrote:

Version of unattended: unattended-4.4b

Problem: Getting the message "PXE-E79: NBP is too big to fit free base memory" 
when booting from network.

We usered DOS-Bootdisks since Version 2.7a.
Now we finally are sick of NIC-Driver problems. So we tried the Linuxboot.iso.
Really great !

Now we would like to boot via Network. I just copied the tftpboot folder to our 
tftp diretory but everytime I boot
I get the message: "PXE-E79: NBP is too big to fit free base memory".

I tried with differend harware....the problem is still the same.

I read under : 
http://www.mail-archive.com/unattended-info@lists.sourceforge.net/msg01766.html 
that this problem is allready solved. So i tried tuning my dhcpd.conf. Still 
doesn`t work.

Did I make a mistake ??


tftp-folder ====================================================================== /tftpboot # l total 8405 drwxr-xr-x 3 root root 128 Mar 22 10:05 ./ drwxr-xr-x 14 root root 504 Mar 22 10:08 ../ -rw-rw-r-- 1 root root 1007371 Aug 16 2004 bzImage -rw-rw-r-- 1 root root 7587664 Aug 16 2004 initrd drwxr-xr-x 2 root root 72 Mar 22 10:05 pxelinux.cfg/ ======================================================================

======================================================================
dhcpd.conf

option routers xx.xx.xx.xxx;
option netbios-name-servers xx.xx.xx.xx;
option netbios-dd-server xx.xx.xx.xx;
option netbios-node-type 8;
option ntp-servers xx.xx.xx.xx;
option boot-size 1970;

failover peer "dhcp" {
       primary;
       address xx.xx.xx.xx;
       port 519;
       peer address xx.xx.xx.xx;
       peer port 519;
       max-response-delay 60;
       max-unacked-updates 10;
       mclt 3600;
       split 128;
       load balance max seconds 3;
}


subnet xx.xx.xx.xx netmask 255.255.255.0 { default-lease-time 86400; max-lease-time 172800;

pool {
       deny dynamic bootp clients;
       range xx.xx.xx.xx xx.xx.xx.xx;
       #filename "pxelinux.0";
       filename "bzImage";

Leave the filename as pxelinux.0. You then have to download the syslinux/pxelinux packages (which would have pxelinux.0 in it) and put it in your tftp server.


In your pxelinux config file, put kernel as your 'bzImage' and initrd as 'initrd'.

HTH,
        << ryan


------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to