Yes more info would be good ( -:
So here goes
The card has two options 
1)Tri Rom 
2)PXE
if choose number one you then have a menu you can use
some boot options are
Netware
Bootp
DHCP

If I boot via PXE with default dhcp settings I get
file to large
if I point it to the pxe kernel via a dhcp setting I get
transfering file BUT then it just sits there.

Tri Rom seems useless it just sais
MSD=No Reply
RX2 RX2 RX2 etc etc

Here is my DHCP(Below) ws100 is the card in question and I tried without this 
as well.  Below that is the syslog
It does work with a floppy but that is not useful in this situation.
Thanks much.
Alfred Nutile

# dhcpd.conf
ddns-update-style             none;
get-lease-hostnames           false;

subnet 192.168.1.0 netmask 255.255.255.0 {
        authoritative;
        use-host-decl-names on;
        option root-path "192.168.1.254:/opt/ltsp/i386";
        option domain-name-servers 192.168.0.1;
        option domain-name "ltsp.com";
        option broadcast-address 192.168.1.255;
        option subnet-mask 255.255.255.0;
        option routers 192.168.1.254;
        range 192.168.1.60 192.168.1.99;

        if substring (option vendor-class-identifier, 0, 9) = "AAPLBSDPC"
             {
                filename      "yaboot";
                option vendor-class-identifier "AAPLBSDPC";
        }

        elsif substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
                filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
                }
        else {
                filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
                }
                host ws100 {
                hardware ethernet     00:50:04:1a:36:3f;
                fixed-address         192.168.1.100;
                        #if substring (option vendor-class-identifier, 0, 9)    
                
= "PXEClient" {
                        filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
                }
        else {
                filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
                }
                host ws100 {
                hardware ethernet     00:50:04:1a:36:3f;
                fixed-address         192.168.1.100;
                        #if substring (option vendor-class-identifier, 0, 9) 
= "PXEClient" {
                        filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
                        }
                host ws001 {
                hardware ethernet     00:30:65:4a:1e:54;
                fixed-address         192.168.1.61;
                filename      "yaboot";
                option vendor-class-identifier "AAPLBSDPC";
                }
                host ws099 {
                hardware ethernet     00:d0:b7:9b:0d:7a;
                fixed-address         192.168.1.99;
                        if substring (option vendor-class-identifier, 0, 9) 
= "PXEClient" {
                        filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
                        }
                        else {
                        filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
                        }
                }



        }

Syslog
DHCPDISCOVER from 00:50:04:1a:36:3f via eth2
Jul 19 18:42:41 edubuntu dhcpd: DHCPOFFER on 192.168.1.100 to 
00:50:04:1a:36:3f via eth2
Jul 19 18:42:41 edubuntu dhcpd: ip length 328 disagrees with bytes received 
330.
Jul 19 18:42:41 edubuntu dhcpd: accepting packet with data after udp payload.
Jul 19 18:42:41 edubuntu dhcpd: DHCPREQUEST for 192.168.1.100 (192.168.1.254) 
from 00:50:04:1a:36:3f via eth2
Jul 19 18:42:41 edubuntu dhcpd: DHCPACK on 192.168.1.100 to 00:50:04:1a:36:3f 
via eth2






On Wednesday 19 July 2006 15:53, Scott Balneaves wrote:
> On Wed, Jul 19, 2006 at 12:29:29PM +0000, Alfred wrote:
> > I have several of these cards and they all have eproms.
> > They error out when trying to boot off the server?
>
> They work fine.  I'd help you to actually get them working, but seeing
> as how you've given us absolutely no information on:
>
> 1) What the error is.
> 2) What distro you're running.
> 3) Your dhcpd config information (dhcpd.conf file, etc.).
> 4) Your tftp information.
> 5) Anything at all that might help us to help you.
>
> it's kind of hard to point you in the right direction :)
>
> Cheers.
>
> Scott

-- 
Alfred Nutile
1-877-560-2364
Alternative Sustainable Technology Solutions
[EMAIL PROTECTED]
http://yurtboy.gotdns.com
"Spend your money on training and customization 
        not software and new computers" 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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