Intel pxe -> iPXE = dhcp fail
|
2016-05-25, 22:22
Post: #1
|
|||
|
|||
Intel pxe -> iPXE = dhcp fail
I've been trying to chainload iPXE from pxelinux.0, initially I had lots off random issues with ESXi virutal machines but after setting up dhcp reservations my problems went away.
Now trying to install Debian on my laptop, over http by chain loading iPXE over TFTP and then booting the Debian iPXE script. My onboard Intel PXE rom loads pxelinux.0 and chainloads iPXE.lkrn. But when iPXE starts up I'm unnable to automatically obtain a DHCP lease. And the MAC address is set up with a reserved address which sorted all my troubles with virtual machines. Below is the DHCP trafic as captured on the virtual OpenWRT router running dnsmasq 2.55. (pcap file is available here) Intel PXE Code: 1 0.000000 0.0.0.0 255.255.255.255 DHCP 590 DHCP Discover - Transaction ID 0x54a05c60 Code: 5 108.443783 0.0.0.0 255.255.255.255 DHCP 441 DHCP Discover - Transaction ID 0xff8a5477 Code: 11 181.486911 0.0.0.0 255.255.255.255 DHCP 352 DHCP Request - Transaction ID 0x8c3a7101 iPXE output: Code: Loading ipxe.krn...ready To me it seems like iPXE is getting the DHCP offers, and actually ACK'ing it before giving up, and retrying manually afterwards works fine; yet it fails every time when selecting the menu entry from pxelinux.0 menu entry; Code: label iPXE-deblive Suggestions on what to try where? Which debug flags to build iPXE with? |
|||
2016-11-02, 10:54
Post: #2
|
|||
|
|||
RE: Intel pxe -> iPXE = dhcp fail
Try to go through the test suite on http://ipxe.org/dev/driver and report back exactly where you have issues. Once you have that I'd probably ask on the mailing-list or IRC for help debugging it further. There might be some need for some interactive debugging.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)