On Sat, Mar 05, 2022 at 05:48:37PM +0100, Geert Stappers wrote: > Hello iPXE mailinglist, > > > Long time ago I did see something like > > > make bin/vendcard.rom # vend and card being PCI ID > qemu parameters -option-rom bin/vendcard.rom > > > Today I hoped to see it again that at https://ipxe.org > but couldn't find it. > > Which PCI ID is a QEMU and iPXE supported Network Interface Card? > > How should the qemu command line be for iPXE experiments? >
It is /usr/bin/qemu-system-x86_64 -m 1024 -hda testpxe.vmdk \ -boot n \ -option-rom /usr/share/qemu/pxe-rtl8139.rom \ -net nic \ -net tap,ifname=virttap,script=no,downscript=no what I found at https://www.saminiir.com/debugging-pxe-boot/ with https://duckduckgo.com/?q=qemu-system+iPXE+-netdev Next: remixing that information into the wanted make bin/vendcard.rom qemu $PARAMETERS -option-rom bin/vendcard.rom Groeten Geert Stappers -- Silence is hard to parse _______________________________________________ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo/ipxe-devel