I presume you have the netboot.tar.gz files unpacked and ready to be served?
yes,
debian:/var/log# cd /var/lib/tftpboot/
debian:/var/lib/tftpboot# ls
debian-installer pxelinux.0 pxelinux.cfg version.info
Also, have you set your DHCP server to actually pass the file name
(pxelinux.0) to the client?
yes in my dhcp.conf file i've added the following line.
host hjr {
hardware ethernet 00:00:24:C9:5A:D0;
filename "pxelinux.0";
next-server 192.168.1.200;
}
is the line "Apr 8 16:12:12 debian in.tftpd[5337]: tftp: client does not
accept options" in my syslog file doens't have connection with my bug ?
2010/4/8 Andrew Thomas <[email protected]>
> BIOS 1.32i is very old as well. 1.33c is the latest.
>
> I presume you have the netboot.tar.gz files unpacked and ready to be
> served?
>
> Also, have you set your DHCP server to actually pass the file name
> (pxelinux.0) to the client?
>
> ________________________________________
> From: [email protected] [mailto:
> [email protected]] On Behalf Of the penguin lame
> Sent: 08 April 2010 17:16
> To: Paul Belanger
> Cc: [email protected]
> Subject: Re: [Soekris] debian pxeboot problems
>
> Hi Paul,
> My logfile
>
> Apr 8 16:12:08 debian dhcpd: DHCPDISCOVER from 00:00:24:c9:5a:d0 via eth0
> Apr 8 16:12:09 debian dhcpd: DHCPOFFER on 192.168.1.201 to
> 00:00:24:c9:5a:d0 via eth0
> Apr 8 16:12:12 debian dhcpd: DHCPREQUEST for 192.168.1.201 (192.168.1.104)
> from 00:00:24:c9:5a:d0 via eth0
> Apr 8 16:12:12 debian dhcpd: DHCPACK on 192.168.1.201 to 00:00:24:c9:5a:d0
> via eth0
> Apr 8 16:12:12 debian in.tftpd[5337]: tftp: client does not accept options
> Apr 8 16:12:21 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port
> 67
> Apr 8 16:12:28 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port
> 67
> Apr 8 16:12:41 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port
> 67
> Apr 8 16:12:48 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port
> 67
> Apr 8 16:12:55 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port
> 67
> Apr 8 16:13:04 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port
> 67
> 2010/4/8 Paul Belanger <[email protected]>
> We need more information. IE: logfiles from your boot server.
>
> 2010/4/8 the penguin lame <[email protected]>:
> > hi all,
> > since my old post
> > http://lists.soekris.com/pipermail/soekris-tech/2010-March/016555.html ,
> > i've installed debian in my computer and i have followed this mini how to
> > "http://wiki.soekris.info/Installing_Debian_Linux_5.0"
> > i installed dhcpd and tftpd successefly but when i type "boot F0" in the
> > ComBios, it's hang on following lines.
> >
> > CLIENT MAC ADDR: 00 00 24 C9 5A
> > D0
> > CLIENT IP: 192.168.1.201 MASK: 255.255.255.0 DHCP IP:
> > 192.168.1.104
> > GATEWAY IP: 192.168.1.1
> >
> > then it's become:
> >
> > ComBIOS ver. 1.32i 20071005 Copyright (C) 2000-2007 Soekris
> > Engineering.
> >
> > net5501
> >
> > 0512 Mbyte Memory CPU Geode LX 500
> > Mhz
> >
> > Pri Sla SMC512AFB6E LBA 1014-16-63 511
> > Mbyte
> >
> > Slot Vend Dev ClassRev Cmd Stat CL LT HT Base1 Base2
> > Int
> > -------------------------------------------------------------------
> > 0:01:2 1022 2082 10100000 0006 0220 08 00 00 A0000000 00000000
> > 10
> > 0: 6:0 1106 3053 02000096 0117 0210 08 40 00 0000E101 A0004000
> > 11
> > 0T07:0 1106 3053 02000096 0117 0210 08 40 00 0000E201 A0004100
> > 05
> > 0:08:0 1106 3053 02000096 0117 0210 08 40 00 0000E301 A0004200
> > 09
> > 0:09:0 1106 3053 02000096 0117 0210 08 40 00 0000E401 A0004300
> > 12
> > 0:20:0 1022 2090 06010003 0009 02A0 08 40 80 00006001
> > 00006101
> > 0:20:2 1022 209A 01018001 0005 02A0 08 00 00 00000000
> > 00000000
> > 0:21:0 1022 2094 0C031002 0006 0230 08 00 80 A0005000 00000000
> > 15
> > 0:21:1 1022 2095 0C032002 0006 0230 08 00 00 A0006000 00000000
> > 15
> >
> > I5 Seconds to automatic boot. Press Ctrl-P for entering
> > Monitor.
> > n
> > iomBIOS Monitor. Press ? for
> > help.
> > t
> > i boot
> > f0
> > a
> > lntel UNDI, PXE-2.0 (build
> > 082)
> > opyright (C) 1997,1998,1999 Intel
> > Corporation
> > mIA Rhine III Management Adapter v2.43
> > (2005/12/15)
> > e
> > nLIENT MAC ADDR: 00 00 24 C9 5A
> > D0
> > uLIENT IP: 192.168.1.201 MASK: 255.255.255.0 DHCP IP:
> > 192.168.1.104
> > ATEWAY IP:
> > 192.168.1.1
> > b
> >
> > I have tried everything i'm really stuck, please help !
> >
> > _______________________________________________
> > Soekris-tech mailing list
> > [email protected]
> > http://lists.soekris.com/mailman/listinfo/soekris-tech
> >
> >
>
>
>
> _______________________________________________
> Soekris-tech mailing list
> [email protected]
> http://lists.soekris.com/mailman/listinfo/soekris-tech
>
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech