KmodBe2net_PXE_BOOT

Hi, I am having trouble pxe booting rocky linux on an older emulex10gbe chipset. I used Kmod be2net drivers on red hat 8 manual (non pxe) install and these work well.

I am trying to automate pxe boot install rocky linux.
I have tried with with minimal and base isos

I have tried injecting a driver disk into the intrd.img and then pxe booting the the argument inst.dd=/kmodbe2net120007.iso. If i enter the shell in rd.breakpoint=pre-trigger I can clearly see the driver disk there with “ls /”, but no ethernet interfaces have come up and the lsmod shows no be2net

I have tried injecting a RPM package into the intrd.img and then pxe booting the the argument inst.dd=/kmodbe2net.rpm If i enter the shell in rd.breakpoint=pre-trigger I can clearly see the rpm package there with “ls /”, but no ethernet interfaces have come up and the lsmod shows no be2net.

With no ethernet interfaces up obviously the rest of the pxe install cannot continue.

Any ideas? Anyone done this before with rocky? Any more commands I can enter into the pre trigger shell to install drivers mnanually or similar?