Dear friends
 
I am trying to install LTSP ver 3 on our RedHat linux ver 7.1
server contains PIII 667 mhz,64Mb sd ram.
 
The various rpms that I have installed are
ltsp_core-3.0.0-1.i386.rpm
ltsp_kernel-3.0.3-0.i386.rpm
ltsp_x_core-3.0.1-1.i386.rpm
ltsp_x_fonts-3.0.0-0.i386.rpm in the respective sequence.
 
I am trying to boot through a floppy which is prepared by downloading the floppy version from the website
rom-o-matic.net for the workstation network card which is DFE538TX Half Duplex
 
The initial boot messages that I get on the workstation.

.000021.0000done
ROM segment 0x0800 length 0x400 reloc 0x9400
etherboot 5.0.8 (gpl) Tagged ELP for [RTL8139]
Bott from network (N) or (L) local ?
Probing ..... [RTL8139]Found D-link DFE 538 TX +/DFE 538TX ROM address
0x0000
-ioaddr 0xC000, addr 00:50:ba:32:3f:a3 10 mbps half duplex
searching for server (DHCP)...............
.....ME:192.168.10.52,server:192.168.10.1
loading 192.168.10.1:/lts/vmlinuz-2.4.9-ltsp-6........(NBI)..........

Also find attached DHCPD.CONF as configured on my server for u r refference
 
plaese let me know what is going wrong with my installation process.
 
Thanks in Advance
 
Lakshmi Kanth
System Admin
[EMAIL PROTECTED]
BNA TECHNOLOGY CONSULTING LTD.

# Sample configuration file for ISCD dhcpd
#
# Make changes to this file and copy it to /etc/dhcpd.conf
#

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

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.10.255;
option routers                192.168.10.1;
option domain-name-servers    192.168.10.1;
option domain-name            "bnaltsp.ltsp.com";
option root-path              "192.168.10.1:/opt/ltsp/i386";

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

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

    host ws001 {
        hardware ethernet     00:50:BA:32:3F:A3;
        fixed-address         192.168.10.1;
        filename              "/lts/vmlinuz-2.4.9-ltsp-6";
##        option option-128     e4:45:74:68:00:00;   #This is NOT a MAC address
##        option option-129     "NIC=ne IO=0x300";
    }
 




}

Reply via email to