Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HP z400 (no network no Gigabit link NIC=BCM5764m)
2012-10-04, 08:42 (This post was last modified: 2012-10-04 09:07 by Torgeir.)
Post: #6
RE: HP z400 (no network ipxe.pxe dhcp debug)
Code:
make bin/ipxe.pxe DEBUG=dhcp

When iPXE was loading I got this text in red (debug output)
Code:
DHCP 0xdbd84 entering discovery state
DHCP 0xdbd84 DHCP Discover
DHCP 0xdbd84 DHCP Discover
DHCP 0xdbd84 DHCP Discover
DHCP 0xdbd84 DHCP Discover
... timed out.

ifstat command got this output:
Code:
Link up net0
TX:4 TXE:0 RX:58 RXE:48
RXE: 29 x Operation not supported http://ipxe.org/3c086003
RXE: 14 x Socket not connected http://ipxe.org/380f6001

Tried to set an static IP:
Code:
ifopen net0
set net0/ip xxx.xxx.x.xxx
set net0/netmask xxx.xxx.xxx.x

I could not ping this ip from another computer, on the same network.
After some minutes I checked "ifstat" command again an the packets have increased.

Code:
TX:14 TXE:5 RX:2485 RXE:1669
RXE: Operation not supported http://ipxe.org/3c086003
RXE: Socket not connected http://ipxe.org/380f6001

From the error messages. I made one with "netdevice" as debug. Lot of repeating debug output:

Code:
NETDEV net0 unknown network protocol 86dd
NETDEV net0 failed to receive 0x0
... operation not supported
... socket not connected

-||- over and over again..

until:
Connection timed out
Could not configure net0

But the same machine on my lab network. Got Link up ok. DHCP net0 ok.

Can it be something with our company DHCP configuration iPXE does not like?
How can I debug this further?

Torgeir
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP z400 (no network ipxe.pxe dhcp debug) - Torgeir - 2012-10-04 08:42



User(s) browsing this thread: 1 Guest(s)