Unable to boot Broadcom NetExtreme Gigabit NIC (BCM5761) - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Unable to boot Broadcom NetExtreme Gigabit NIC (BCM5761) (/showthread.php?tid=12615) |
Unable to boot Broadcom NetExtreme Gigabit NIC (BCM5761) - Anderson - 2018-07-20 18:00 Hi guys! My name is Anderson and I´m a new user of iPXE bootloader. I would appreciate some help with an issue that is occuring with some HP model clients. All my configuration with DHCP, iPXE embedded script and firmwares (kpxe/efi) seens to be fine with Lenovo/Dell clients, but is failing with my HP 6005 Pro SFF clients. I used the https://rom-o-matic.eu/ page to create both files using the option All Drivers enabled, but with the HP computers the boot process fails at the Configuring Net0 stage. I think that this issue may be occuring due to a missing driver for the Broadcom NetExtreme Gigabit NIC (BCM5761). The machine tries to communicate with the DHCP service and returns this error after several tries. If I configure a static IP address on my script the returned message is "No configuration methods succeeded". Can someone help me with this issue? Thank you. RE: Unable to boot Broadcom NetExtreme Gigabit NIC (BCM5761) - NiKiZe - 2018-07-21 09:03 snponly.efi and/or undionly.kpxe should work (they are generic and uses UNDI/SNP/NII drivers provided from firmware), if not you are likely to have firmware/BIOS bugs and should report it to HP You can find standard images built for those at http://boot.ipxe.org you should never have a "all drivers enabled" build with a .kpxe extension, (.kpxe should only be used with undionly) Try to start iPXE, press ctrl-B at the first prompt which takes you into the iPXE shell. here type Code: ifstat A quick search for "iPXE BCM5761" finds http://lists.ipxe.org/pipermail/ipxe-devel/2015-November/004476.html and also other links that shows that it is "supported" however we also do know that the tg3 driver which is involved, has a few issues, it is especially visible on iMacs which you can find a lengthy thread about in the forum. |