Hi, guys,

I am a newbie on ltsp, just started to learn.I compile the ltsp kernel
myself and got a the error while booting from pxe, something like this
:

          "udf-fs: no partition found.
           no filesystem could mount root"

I have enabled "Initial RAM filesystem and RAM disk" and compile the
network card into kernel. Here is my configs.

/etc/ltsp.conf
   LTSP_DIR=/opt/ltsp-4.2
   LTSP_ETH_INTERFACE=eth0
   PKG_SOURCE=http://ltsp.mirrors.tds.net/pub/ltsp/ltsp-4.2/
   HTTP_PROXY=none
   FTP_PROXY=none

/tftpboot/pxelinux.cfg/default
   prompt 0
   label linux
   kernel bzImage
   append init=/linuxrc rw root=/dev/ram0

part of /etc/dhcp/dhcpd.conf
shared-network WORKSTATIONS {
  subnet 192.168.1.0 netmask 255.255.255.0 {
       range dynamic-bootp 192.168.1.253 192.168.1.254;
        host apple {
                   hardware ethernet     00:16:41:E2:DA:BE;
                   fixed-address         192.168.1.108;
                   option root-path "/opt/ltsp/i386";
        }
  }
}

I dont know it is kernel config problem or ltsp configs problems.
Thanks for any advice.

Another question is If I complile the kernel for ltsp client myself,
then where should I install moudules ( make modules_install) the
navtive /lib/modules/..... or the ltsp root /opt/ltsp/i386? I am
confuse while reading the manual on ltsp.org.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.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.freenode.net

Reply via email to