(Error code 040ee1)
This error originated from one of the following locations within the iPXE source code:
DEBUG=ifmgmt
(Please edit this page to include any of your own useful hints and tips for fixing this error.)
This error indicates that iPXE timed out while attempting to autoconfigure a network adapter.
In almost all cases the method used for autoconfiguration will be DHCP, and you should read the information relating to DHCP timeout.
This error could be also a bug in UNDI driver. In this case, the issue can be intermittent. This can be solved by upgrading firmware on network card.
Things to try:
ifstat
command to see if iPXE is receiving any packets (the “RX” counter) or experiencing receive errors (the “RXE” counter).ifconf
command. For example:ifconf -c dhcp net0 ifconf -c ipv6 net0
This may give you more specific information about the underlying problem.
* If connected to a Cisco switch make sure 'spanning-tree portfast' is enabled on the switch. Otherwise iPXE will fail establishing network connection.