[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PXE booting problems with 3.6
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: PXE booting problems with 3.6
- From: Joel Andersson <joel_(_at_)_nino_(_dot_)_se>
- Date: Wed, 3 Nov 2004 01:14:05 +0100
Hey!
Im trying to netboot a IBM 300PL with onboard fxp NIC.
The server is OpenBSD 3.6. The DHCP part works fine, tftp:ing the
pxeboot file works fine but (as far as I understand this process) it
fails when pxeboot takes over the control. The NIC on the server to wich
this machine is connected has ip 10.0.1.1, and the booting machine is
10.0.1.2. Now the error seems to be on the net: line wich I suppose is
output from pxeboot and not LANDesk.
Thankful for any help!
/Joel
Output from boot:
Intel LANDesk Service Agent II, version 0.99n NID BUILD 5
DHCP MAC ADDR: 00 06 25 B9 D1 96
CLIENT IP: 10.0.1.2 MASK: 255.255.255.0 DHCP IP: 10.0.1.1
GATEWAY IP: 10.0.1.1
probing: pc0 com0 com1 apm pxe+[0.99] mem[579K 328M a20=on]
disk: fd0 hd0+ hd1+
net: mac 00:00:00:00:01:00, ip 0.0.0.0, server 0.0.0.0
>> OpenBSD/i386 PXEBOOT 1.00
PXE-E11 ARP timeout.
PXE-E11 ARP timeout.
Traffic on the server:
0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x2ab0d196 secs:1024
flags:0x8000 [|bootp]
10.0.1.1.bootps > 255.255.255.255.bootpc: xid:0x2ab0d196 secs:1024
flags:0x8000 Y:10.0.1.2 S:10.0.1.1 [|bootp] [tos0x10]
0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x2bb0d196 secs:1280
flags:0x8000 [|bootp]
10.0.1.1.bootps > 255.255.255.255.bootpc: xid:0x2bb0d196 secs:1280
flags:0x8000 Y:10.0.1.2 S:10.0.1.1 [|bootp] [tos0x10]
0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x2cb0d196 secs:1792
flags:0x8000 [|bootp]
10.0.1.1.bootps > 255.255.255.255.bootpc: xid:0x2cb0d196 secs:1792
flags:0x8000 Y:10.0.1.2 S:10.0.1.1 file ""[|bootp] [tos 0x10]
0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x2cb0d196 secs:1792
flags:0x8000 [|bootp]
10.0.1.1.bootps > 255.255.255.255.bootpc: xid:0x2cb0d196 secs:1792
flags:0x8000 Y:10.0.1.2 S:10.0.1.1 [|bootp] [tos0x10]
arp who-has 10.0.1.1 tell 10.0.1.2
arp reply 10.0.1.1 is-at 0:1:2:f:bc:18
10.0.1.2.2070 > 10.0.1.1.tftp: 29 RRQ "pxeboot"
---SNIP--- [udp transfer of file pxeboot]
arp who-has 10.0.1.2 tell 10.0.1.2
arp who-has 10.0.1.2 tell 10.0.1.2
/var/log/daemon on the server:
dhcpd: DHCPDISCOVER from 00:06:25:b9:d1:96 via xl1
dhcpd: DHCPOFFER on 10.0.1.2 to 00:06:25:b9:d1:96 via xl1
dhcpd: DHCPREQUEST for 10.0.1.2 from 00:06:25:b9:d1:96 via xl1
dhcpd: DHCPACK on 10.0.1.2 to 00:06:25:b9:d1:96 via xl1
dhcpd.conf:
server-identifier 10.0.1.1;
shared-network netboot {
subnet 10.0.1.0 netmask 255.255.255.0 {
host nino {
option domain-name-servers 10.0.1.1;
option routers 10.0.1.1;
hardware ethernet 00:06:25:b9:d1:96;
fixed-address 10.0.1.2;
filename "pxeboot";
option root-path "/export/client/nino/root";
}
}
}
Visit your host, monkey.org