hello,
i have installed ltsp on my mandrake 8.1 since a few
days. I have tested the program with a terminal based
on a duron 700 with 256Mo ram and a pci ethernet card.
All was very nice. But with a 486 with 4Mo of ram and
an isa ethernet card ( realtek 8019 ), things are
hardest: i have this error message when booting on the
terminal:

VFS cannot open root device "ram 0" or 01:00
Please append a correct "root:" boot option
Kernel Panic: VFS: Unable tou mount root fs on 01:00


I send my dhcpd.conf (3.0) :

***********************************************
ddns-update-style             ad-hoc;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.1.1;
option routers                192.168.1.1;
option domain-name-servers    192.168.1.3;
option domain-name            "yourdomain.com";
option root-path             
"192.168.1.3:/opt/ltsp/i386";
#option option-128 code 128 = string;
#    echo option option-129 code 129 = text

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

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

        host ws001 {
                hardware ethernet 00:50:FC:47:13:44;
                fixed-address 192.168.1.10;
                filename "/lts/vmlinuz-2.4.9-ltsp-6";
                }
    host ws002 {
        hardware ethernet     52:54:40:28:E4:5F;
        fixed-address         192.168.1.11;
        filename             
"/lts/vmlinuz-2.4.9-ltsp-6";

    }
}

***********************************************

and my lts.conf


***********************************************

#
# Config file for the Linux Terminal Server Project
(www.ltsp.org)
#

[Default]
        SERVER             = 192.168.1.3
        XSERVER            = 192.168.1.3
        X_MOUSE_PROTOCOL   = "PS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
        LOCAL_APPS         = N
        RUNLEVEL           = 5

#------------------------------------------------------------------------------
#
# Example of specifying X settings for a workstation
#
[ws001]
       XSERVER            = auto
       LOCAL_APPS         = N
       USE_NFS_SWAP       = N
       SWAPFILE_SIZE      = 48m
        RUNLEVEL           = 5
        XkbLayout          = fr

[ws002]
        XSERVER            = auto
#       X_MOUSE_PROTOCOL   = "Microsoft"
#       X_MOUSE_DEVICE     = "/dev/ttyS0"
        LOCAL_APPS         = N
        USE_NFS_SWAP       = Y
        SWAPFILE_SIZE      = 64m
        RUNLEVEL           = 5
        XkbLayout          = fr

***********************************************
Thanks a lot if you can help me.
Emmanuel Vieillard Baron 



 


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

_____________________________________________________________________
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