iPXE discussion forum
ipxe.efirom booting with HP servers - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: ipxe.efirom booting with HP servers (/showthread.php?tid=18533)



ipxe.efirom booting with HP servers - rahuls551 - 2019-06-21 07:09

Hi,

I am working on HP servers with a custom ipxe.efirom. I am observing that during the boot process my option rom get loaded but when its just about to boot the system sometime hangs while enumerating the boot devices.
This is being observed in both legacy and uefi boot modes. I am currently working in legacy mode. This is also happening intermittently so some time it works and some it fails. When it does work my remove function gets called, but when the system hangs i dont see any removes.
I want to know if someone can point out what process calls the driver_remove for me please.


RE: ipxe.efirom booting with HP servers - NiKiZe - 2019-06-21 11:11

sounds like the normal, something in efi firmware is buggy and refuses to let iPXE release any current users.
But since you are using efirom, that should probably be iPXE itself.


RE: ipxe.efirom booting with HP servers - rahuls551 - 2019-06-21 17:13

(2019-06-21 11:11)NiKiZe Wrote:  sounds like the normal, something in efi firmware is buggy and refuses to let iPXE release any current users.
But since you are using efirom, that should probably be iPXE itself.
Can you tell me which file would be responsible for calling the remove driver in legacy mode.


RE: ipxe.efirom booting with HP servers - rahuls551 - 2019-06-22 02:56

(2019-06-21 11:11)NiKiZe Wrote:  sounds like the normal, something in efi firmware is buggy and refuses to let iPXE release any current users.
But since you are using efirom, that should probably be iPXE itself.

I was also wondering why it would only works sometimes and also i remove my rom then the boot proceeds normally.