@lucycle
I used to have an issue with some Realtek cards behaving weird and throwing errors in IPXE and later in the boot process, but it’s been a while. With these two HP models and an integrated Realtek card I had to use a different boot firmware, long shot but maybe you can try that?
HP210 Legacy Test
pxe-service=tag:HP210,X86PC, “HP-210 Working”, realtek.kpxe
HP430 UEFI Test
pxe-service=tag:HP430,X86-64_EFI, “HP 430”, realtek.efi
@lucycle said in NFS over TCP not available from x.x.x.x:
In my case the driver in question was dm9601.ko and I also compiled it into my initrd.img which did not fix the issue and behavior persists.
I’ve added another USB dongle, this time a Lenovo 2.0 Ethernet Adapter based on the asix driver, however it didn’t work, then I checked with modinfo and noticed I was missing a dependency (usbnet.ko)
modinfo asix
....
depends: mii,usbnet
modinfo usbnet
filename: /lib/modules/4.15.0-34-generic/kernel/drivers/net/usb/usbnet.ko
Just to be sure, you said initrd.img, I added it to initrd.lz
That’s about all I’ve got to suggest at this point