boot command hangs
|
2019-02-21, 19:26
Post: #1
|
|||
|
|||
boot command hangs
Hi,
I'm running ipxe commit d5c88c0 (Tue Feb 19 2019) I have the following iPXE script: Code: #!ipxe I am PXE booting a Solarflare X2522 network card in a Dell R740 server Code: d8:00.0 Ethernet controller: Solarflare Communications SFC9250 10/25/40/50/100G Ethernet Controller (rev 01) When the card is in PCI Slot 1, SF OptionRom -> PXE -> iPXE -> boot, no problems. When the card is in PCI Slot 8, SF OptionRom -> PXE -> iPXE -> hangs on 'boot' command! Code: iPXE> boot Does anyone have any DEBUG= flags I could try (tcp doesn't show anything interesting) Or knows of any iPXE related problems to this? Or thinks it could be a Dell BIOS/iDRAC problem? (I'm on BIOS 1.6.12, iDRAC 3.21.26.22) Any advice welcome Thanks! Ross |
|||
2019-02-22, 01:34
Post: #2
|
|||
|
|||
RE: boot command hangs
Just as a basic test and minimize issue of kernel you could instead try to chain to http://boot.ipxe.org/demo/
what does ifstat show and what if you enable DEBUG for the nic driver that is used? We are also missing information on which iPXE you are running, undionly.kpxe, ipxe.efi are examples. Have you tried any other binary? (for example switching from undionly.kpxe to ipxe.pxe, or the other way around) Use GitHub Discussions VRAM bin |
|||
2019-02-25, 14:55
(This post was last modified: 2019-02-25 14:57 by bacaw.)
Post: #3
|
|||
|
|||
RE: boot command hangs
Sorry, extra information:
Binary: undionly.kpxe ifstat: Code: iPXE> ifstat Chaining boot.ipxe.org/demo had the same result (flashing cursor indefinitely, after the '..ok' messages for vmlinuz and initrd loading) ipxe.pxe just plain failed to load.. Code: Booting from Solarflare 000F534CD590 (PCI D8:00.0) From looking at https://ipxe.org/appnote/hardware_drivers, my driver is sfc_hunt, so I've used DEBUG=sfc_hunt:3 while compiling my ipxe images, no extra output seen when booting any legacy bios images though.. Interestingly if I try ipxe.efi (64bit) it works, and my original fedora28 kernel boots at least, my build isn't setup for UEFI so it hangs later on due to other problems. I just had to add initrd=initrd.img to the ipxe script kernel line to get it to boot. I see some coloured sfc_hunt messages when ipxe.efi is attempting to DHCP on all the interfaces. So, seems its a UEFI vs legacy problem? Still unknown if it's the BIOS at fault or iPXE, or even the Solarflare firmware. Thanks for your reply! |
|||
2019-02-25, 16:08
Post: #4
|
|||
|
|||
RE: boot command hangs
I had another solarflare card installed in the server, which when I removed, fixed the problem!
The card I removed also works perfectly fine when installed on its own. So... 2 cards doesn't work! I'm going to open a ticket with Solarflare to see what they say as well (I notice they have contributed the SFC driver in the source code) |
|||
2019-02-25, 22:40
Post: #5
|
|||
|
|||
RE: boot command hangs
undionly only contains the undionly drivers which uses the initial PXE rom.
so buiding undionly with DEBUG enabled for some other driver will never output anything since that driver isn't included when you use ipxe.efi or ipxe.pxe that includes the native driver and you get debug output. I would expect boot to work fine but weird bugs could happen. Do you have a clean config? if not could you try building with clean? Also do try to see if ipxe.pxe works differently from undionly.kpxe Use GitHub Discussions VRAM bin |
|||
2019-02-26, 11:13
(This post was last modified: 2019-02-26 11:15 by bacaw.)
Post: #6
|
|||
|
|||
RE: boot command hangs
Ah ok, thanks for elaborating.
I've compiled vanilla undionly.kpxe, and ipxe.pxe just with syslog logging all messages, using commit 960d1e, Code: make bin/undionly.kpxe undionly.kpxe: Code: Feb 26 09:59:19 ipxe: iPXE> ifstat ipxe.pxe (doesn't boot as per before): Code: Booting from Solarflare 000F534CD590 (PCI D8:00.0) |
|||
2019-02-28, 00:38
Post: #7
|
|||
|
|||
RE: boot command hangs
(2019-02-25 16:08)bacaw Wrote: I had another solarflare card installed in the server, which when I removed, fixed the problem! In PCBIOS mode, this doesn't surprise me: If the same Firmware shows up twice on the same IRQ, the firmware will often fail. I've had to shuffle cards in servers to get working configuration many, many times. The reason it works in EFI is the EFI environment enumerates devices (very) differently and handles multiples of devices on the same IRQ much more seamlessly. "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
2019-02-28, 18:14
Post: #8
|
|||
|
|||
RE: boot command hangs
Thanks all!
FWIW Solarflare have confirmed they're working on a bug regarding this and X2522 cards. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)