Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
second attempt DHCP failure
2017-09-14, 17:01
Post: #6
RE: second attempt DHCP failure
(2017-09-14 16:52)jov0 Wrote:  Any other debug I could run to hint at what may be happening? I'm seeing this issue on both HP and Lenovo hardware with Intel 200 series chip sets. Sad

You could build with DEBUG=netdevice:3. That will show you a message for every transmit, transmit completion, and receive: you should be able to figure out from this which parts (if any) of the datapath are still working. For example, you may see receives (from broadcast traffic on the network) even if iPXE is failing to transmit anything.

If you use DEBUG=netdevice:3,intel:3 then you will also see the status of the transmit and receive head/tail pointers as read back from the hardware. This may also give some clue as to the problem.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
second attempt DHCP failure - jov0 - 2017-09-01, 20:05
RE: second attempt DHCP failure - mcb30 - 2017-09-14 17:01



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