I installed the last LTSP version 3. My PXE thin client get an IP from a
dhcpd 2 and tftpd give me the boot thanks a pxelinux.0. It loads the
kernel & initrd correctly but just after 'Freeing unused kernel memory'
and  'BusyBox v0.60.2' messages I have a severe message:
Kernel panic: attempted to kill init!
the /var/log/messages on the server side said: 
localhost in.tftpd[9242]: tftp: client does not accept options.
I checked several times fstab, exports & dhcpd.conf but I do not
understand what is wrong.

--------dhcpd.conf-------------

default-lease-time            41600;
max-lease-time                41600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.254;
option domain-name-servers    192.168.0.254;
option domain-name            "pxe.net";
option root-path              "192.168.0.254:/opt/ltsp/i386";

shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        192.168.0.254;

    host ws001 {
        hardware ethernet     00:40:F4:47:CC:6A;
        fixed-address         192.168.0.1;
        filename              "/pxes/pxelinux.0";
##        option option-128     e4:45:74:68:00:00;   #This is NOT a MAC
address
##        option option-129     "NIC=ne IO=0x300";
    }
}

----------------------

I will be very grateful for your help.
Best regards,
Bruno







-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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.openprojects.net

Reply via email to