Hi, James, Thanks for the fast response.
Actually the ws has two NICs: one with chip RTL8139B, the other is built-in with motherboard -it's with chip Intel SB82558B (i82558?). Now I remove the RTL NIC and use i82558 NIC to link to the server. The dhcpd.conf as: default-lease-time 21600; max-lease-time 21600; 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 "newriver.com.sg"; 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:30:00:01:01:A4; fixed-address 192.168.0.1; filename "/ws001/vmlinuz-2.4.9-ltsp-5"; } host ws002 { hardware ethernet 00:40:c7:85:5e:a6; fixed-address 192.168.0.2; filename "/ws002/vmlinuz-2.4.9-ltsp-5"; } } I put a copy of vmlinuz in both "/tftpboot/ws001" & "/tftpboot/ws002". If not (put it in "/tftpboot/lts"), a "server returnrd error -13" will happen. The /etc/export file as: ## LTS-begin ## # # The lines between the 'LTS-begin' and the 'LTS-end' were added # on: Sat Dec 8 08:22:21 SGT 2001 by the ltsp installation script. # For more information, visit the ltsp homepage # at http://www.ltsp.org # /opt/ltsp/i386 192.168.0.0/255.255.255.0(rw,no_root_squash) /var/opt/ltsp/swapfiles 192.168.0.0/255.255.255.0(rw,no_root_squash) /tftpboot 192.168.0.0/255.255.255.0(rw,no_root_squash) # # The following entries need to be uncommented if you want # Local App support in ltsp # #/home 192.168.0.0/255.255.255.0(rw,no_root_squash) ## LTS-end ## When I boot up the ws, the screen says: ...... Sending BOOTP request .....OK IP-Config: Got BOOTP answer from 192.168.0.254, my address is 192.168.0.1 debug: entering NFDC 2148 identification rountine debug: identified NFDC 2148. debug: Starting NFTL mount. debug: finished NFTL mount. Trueffs:Mount status 0h Flash disk driver for DiskOnChip2000 Copyright (c) 1998 IGEL GmbH Copyright (c) 1998 M-systems Flash Disk Pioneer Ltd. Partition check: fla: fla1 fla2 Coda Kernel/venus Communications, v4.6.0, [EMAIL PROTECTED] Looking up port of RPC 100003/2 0n 192.168.0.254 Looking up port of RPC 100005/1 0n 192.168.0.254 VFS: Mounted root (NFS filesystem) readonly. Freeing unused kernel memory:56k freed. Warning: unable to open an initial console. Kernel panic: No init found. Try passing init= option to kernel. [hang here] I think there is a DiskOnChip2000. I guess that there is already a kernel burnt in this "DiskOnChip2000". When boot up I can see one line saying "Linux Net 4.0 Kernel 2.2". So it actually boot from DiskOnChip first then recognize the NIC then try to boot from the server. Thanks in adv. Phillip ================================ >From: Jim McQuillan <[EMAIL PROTECTED]> >To: phillip che <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [Ltsp-discuss] tftp problem? >Date: Mon, 10 Dec 2001 22:14:57 -0500 > >Philip, > >I'd say that you have a DHCP problem. Can you show us what your >dhcpd.conf file looks like ? > >It's probably a root-path problem. > >Jim McQuillan >[EMAIL PROTECTED] > > >phillip che wrote: > >>Hi, All, >> >>I downloaded and installed ltsp3.0 on RH Linux 7.2 with firewall setup >>(select "midum" security when install). Serevr: IP settings and >>dhcpd.conf(except changing MAC) are the same as the ltsp3.0 document. >>Client: with RTL8139B chip NIC (no HDD, no floppy). >> >>PROBLEMS: >> >>1. I put the ws MAC in the block of ws002 in dhcpd.conf. When I power >>on the client: >> >>Root-NFS: Server return error -13 while mounting /tftpboot/ws002 >>VFS: Unable to mount root fs via NFS, trying floppy. >> >>Q: Why ws insists to mount "/tftpboot/ws002" th the root directory? In >>the dhcpd.conf is "/lts/vmLinuz; In xinetd/tftp.cong is "-s /tftpboot". >> >>2. Copy the "vmLinuz" from its original "/tftpboot/lts/vmLinuz" to >>"/tftpboot/ws002/vmLinuz". Chnage dhcpd.conf: chnage line 'filename >>"/lts/vmLinuz"' to 'filename "/ws002/vmLinuz"'. Reboot ws: >> >>VFS: mounted root (NFS filesystem) readonly. >>Free unused kernel memory: 56k freed. >>Warning: Unable to open an initial console. >>Kernel panic: No init found. Try passing init = option to kernel. >> >>Item 6.3 of ltsp3.0 doc say: when download vmLinuz we can see >>"|","\","-","/" rotaing bar. I didn't find this on ws side. >> >>Q: my tftp server is not working correctly? >> >>3. My ws has a rtl8139b NIC. Can I use the image file coming with the >>the download? If I need to re-create my own kernel image, can I use >>other PC with HDD and floppy (of cause RTL8139b NIC) in stead of the >>thin client without HDD and floppy? >> >>Please help me. Thank you in advance. >> >>Phillip >> >> >> >> >>_________________________________________________________________ >>Get your FREE download of MSN Explorer at >>http://explorer.msn.com/intl.asp >> >> >>_____________________________________________________________________ >>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 > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp _____________________________________________________________________ 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