The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE cannot do dhcp with: Could not configure net0
2014-10-13, 13:19
Post: #1
iPXE cannot do dhcp with: Could not configure net0
Hello,

I tried to build ipxe latest and tried to embed ipxe with the ipxe script to avoid using cached from PXE boot,

I used in script

set cached 0
dhcp net0

I am building and using undionly.kkpxe

However, iPXE cannot do dhcp successfully with the error: Could not configure net0, Connection timed out.

When I remove "dhcp net0", it can work.

I tried to debug my issue. In function undinet_poll in udinet.c, it can go to the while(1) loop, but it I did not see it go to PXENV_UNDI_ISR_OUT_RECEIVE to receive package. It just goes PXENV_UNDI_ISR_OUT_DONE. I do not know why iPXE cannot receive the DHCP packages from server as I see the sever has replied.

Could you please help me to understand why undinet_poll just goes to PXENV_UNDI_ISR_OUT_DONE instead of PXENV_UNDI_ISR_OUT_RECEIVE to receive package? it never goes to that and no any errors printed out in the console.

Thanks a lot,
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE cannot do dhcp with: Could not configure net0 - naruto - 2014-10-13 13:19



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