Dear Group,
            I am trying to setup a new node on an existing ltsp server.  The
new node has an original Intel D845GLVA mother board with onboard
ethernet card. The following is the relevant part of my dhcpd.conf:

host ckc{       # CKC MACHINE     # PXE Floppy Drive
        hardware ethernet       00:07:E9:42:37:6E;
        fixed-address           192.168.0.88;
        filename              "/lts/vmlinuz-2.4.19-ltsp-1";
     option option-128 e4:45:74:68:00:00;      # This is _no_
MAC-address!
        option option-129 "NIC=eepro100";
        if (substring (option vendor-class-identifier, 0, 9) = "PXEClient")
        {  
                filename              "/lts/eb-5.2.2-82562et.zpxe";
        
        }else if (substring (option vendor-class-identifier, 0, 9) =
"Etherboot")
        {
                option vendor-encapsulated-options
3c:09:45:74:68:65:72:62:6f:6f:74:ff;
        }
}

When I switch on the node I get the following error:

Could not automatically detect the network card. 
PCI cards should be detected automatically.
ISA cards cannot be detected, so they require
the nic driver to be specified in a 'NIC=' patamenter
to be passed on the kernel command line,
usually specified in option-129, in the 
/etc/dhcpd.conf file.  See the LTSP docs for more info.

Kernel panic: Attempted to kill init!

Please let me know what I should do to get this node to work.

Thanking you,

Yours sincerely,

Shan.



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_____________________________________________________________________
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

Reply via email to