@wt_101 said in USB Booting a usb network adapter:
ncm–ecm–axge.efi
I have no idea what that boot loader does. Its a component of iPXE.
So tell me about your dhcp server. What is the manufacturer and model.
The idea is that if we can uniquely identify that usb drive, maybe we can send the proper boot file name. If you are using a windows dhcp server and setup efi policies, that is getting us in the direction. That policy looks to see if the arch value is 0 (bios) or 7 or 9 then its uefi. If we can combine the uefi test with the manufacturer id of the mac address then we could send that alternate boot file name when the target computer is uefi and the mac manufacturer matches. Its easier to do with a linux dhcp server or using dnsmasq as a proxydhcp server.