iPXE discussion forum

Full Version: ipxe.efirom booting with HP servers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.
(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.
(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.
Reference URL's