Hi gurus...

I am fighting the LTSP-4 installation with no luck so far...
My first try was with the pxelinux boot method, my dhcpd.conf:

    host ckx1 {
        hardware ethernet       AA:BB:CC:DD:EE:FF;
        fixed-address           192.168.0.102;
        filename                "/lts/2.4.24-ltsp-1/pxelinux.0";
    }

This is what happened....

PXELINUX 1.66 2002-01-01  Copyright (C) 1994-2002 H. Peter Anvin
UNDI data segment at:   00094FB0
UNDI data segment size: 49D0
UNDI code segment at:   00099980
UNDI code segment size: 6160
PXE entry point found (we hope) at 9998:00DA
My IP address seems to be C0A80066 192.168.0.102
ip=192.168.0.102:192.168.0.169:0.0.0.0:255.255.255.0
TFTP prefix: /lts/2.4.24-ltsp-1/
Trying to load: pxelinux.cfg/C0A80066

....and after this, NOTHING happens


Next, i decided to try Etherboot, dhcpd.conf like this:

    host ckx1 {
        hardware ethernet   AA:BB:CC:DD:EE:FF;
        fixed-address       192.168.0.102;
        if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
            filename "/lts/eb-5.3.5-mc1-tg3-5782.zpxe";
        } else if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
            filename "/lts/vmlinuz-2.4.24-ltsp-1";
            option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
        }
    }

The first boot image from rom-o-matic
Now it boots like this....

PXE->EB !PXE 9990:0040 ...lots of numbers..... ok
ROM segment 0x0000 length ........
A20 enabled via BIOS
Etherboot 5.3.5.-mc1 (GPL) http://etherboot.org ....
Relocating _text from: .....
Boot from (N)etwork or (Q)uit?
Probing pci nic...
[tg3-5782]Ethernet addr: ......
Tigon3 [partno (BCM95782A50) rev 3003 PHY(unknown)] (PCI:33MHz:32-bit)
Link is up at 100Mbps, full duplex
Searching for server (DHCP).....
...Me: 192.168.0.102, Server: 192.168.0.169
Loading 192.168.0.169:/lts/vmlinuz-2.4.24-ltsp-1 ...(NBI)......... transmit timed out
tg3_stop_block timed out, ofs=00004c00 enable_bit=00000002

Sometimes i get "transmit timed out", and sometimes "UDP checksum error"

Any ideas anyone....

Best Regards
Stig Eriksson


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_____________________________________________________________________
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