Hi,
   I am setting up a diskless workstation using K12LTSP 5.0.  I have configured 
DHCP for assigning fixed address to the client machine.  On booting the client, 
it gets an IP address from the server, but is not able to download the kernel 
image from the server. May I know where I am going wrong?? 
   I have listed the message files and configuration files below (have 
highlighted the error part):
    
    
  _/* Bootup message of Client PC  */
 CLIENT MAC ADDR: 00 B0 D0 DC 5A 0F GUID:44454C4C-4ABE-1039-8043-CAC04F4A3031
 CLIENT IP: 172.50.10.34 MASK:255.255.255.0 DHCP IP: 172.50.10.12
 GATEWAY IP: 172.50.10.1
 
 PXELINUX 2.13 2004-12-14 Copywright (c) 1994-2004 H. Peter Anvin
 UNDI data segment at: 00099c20
 UNDI data segment size:3850
  UNDI code segment at:0009D470
 UNDI code segment size:2790
 PXE entry point found (we hope) at 9D47:00FA
 My IP address seems to be AC320A22 172.50.10.34
 ip=172.50.10.34:0.0.0.0:172.50.10.1:255.255.255.0
 TFTP Prefix:lts/Pxe/
 Trying to load:Pxelinux.cfg/01-00-b0-d0-dc-5a-0f
 Trying to load:Pxelinux.cfg/AC320A22
 Trying to load:Pxelinux.cfg/AC320A2
 Trying to load:Pxelinux.cfg/AC320A
 Trying to load:Pxelinux.cfg/AC320
 Trying to load:Pxelinux.cfg/AC32
 Trying to load:Pxelinux.cfg/AC3
 Trying to load:Pxelinux.cfg/AC
 Trying to load:Pxelinux.cfg/A
 Trying to load:Pxelinux.cfg/default
 could not find kernel image:linux
 boot:
    
  _/** Var/log/messages in server PC **/
 
 Oct  6 14:49:12 tsas2 dhcpd: DHCPDISCOVER from 00:b0:d0:dc:5a:0f via eth1
 Oct  6 14:49:12 tsas2 dhcpd: DHCPOFFER on  172.50.10.34 to 00:b0:d0:dc:5a:0f 
via eth1
 Oct  6 14:49:14 tsas2 dhcpd: DHCPREQUEST for 172.50.10.34 (172.50.10.12) from 
00:b0:d0:dc:5a:0f via eth1
 Oct  6 14:49:14 tsas2 dhcpd: DHCPACK on 172.50.10.34 to 00:b0:d0:dc:5a:0f via 
eth1
 Oct  6 19:49:14 tsas2 in.tftpd[4510]: tftp: client does not accept options
    
    
  _/* dhcpd.conf file */
 default-lease-time            21600;
 max-lease-time                21600;
 ddns-update-style none;
 allow booting;
 allow bootp;
 
 option subnet-mask             255.255.255.0;
 option broadcast-address      172.50.10.255;
 option routers                172.50.10.1;
 option domain-name-servers    140.40.10.26;
 option domain-name            "shekar.com";
 option root-path              "172.50.10.1  2:/opt/ltsp/i386";
 #option option-128 code 128 = string;
 #option option-129 code 129 = text;
 #option option-221 code 221 = text;
 
  subnet 172.50.10.0 netmask 255.255.255.0 {
     use-host-decl-names       on;
     option log-servers        172.50.10.12;
 
       host tsdw1 {
                 hardware ethernet 00:b0:d0:dc:5a:0f;
                 fixed-address 172.50.10.34;
                 filename "lts/pxe/pxelinux.0";
                 option root-path "172.50.10.12:/opt/ltsp/i386";
                 }
 }
 
 _/*/etc/xinetd.d/tftp file */
 service tftp
 {
         disable                 = no
         socket_type             = dgram
         protocol                = udp
         wait                    =  yes
         user                    = root
         server                  = /usr/sbin/in.tftpd
         server_args             = -c -s /tftpboot
         per_source              = 11
         cps                     = 100 2
 }

Thanks,
Chandru
 
                
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1ยข/min.

[Non-text portions of this message have been removed]




To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be 
removed. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/LINUX_Newbies/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to