I am getting this message when I try to boot the client:
ERROR!  No root-path.  Check your DHCP configuration, to make sure
  that option root-path is specified.

And I am certain that it is specified(option root-path).  I even tried 
to manually mount that directory from another box on the network.

I have recently changed from one server to another(newer, better ltsp 
server).  The previous ltsp server ran fine.  And the dhcpd.conf file is 
practically unchanged from the old server.  Except for a couple of IP 
address changes to reflect the new server's IP.
 The dhcpd.conf file is as follows:

default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      x.105.102.255;
option routers                x.105.102.32;
option domain-name-servers    x.105.102.27;
option domain-name            "mydomainname";
option root-path                  "x.105.102.32:/opt/ltsp/i386";

shared-network WORKSTATIONS {
    subnet x.105.102.0 netmask 255.255.255.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        x.105.102.32;

    host ws001 {
        hardware ethernet     00:00:00:CB:34:90;
        fixed-address         x.105.102.90;
        filename              "/lts/vmlinuz-2.4.19-ltsp-1";
    }
}




-------------------------------------------------------
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