On Mon, Sep 02, 2024 at 09:08:59AM GMT, Andrew Hamilton wrote: > Hello, > > I was attempting to get GRUB to be able to communicate over its > network stack for i386-pc inside Qemu to develop some additional GRUB > network protocol tests. I wasn't able to get this working... it seems > the simulated BIOS needs to have PXE supported and enabled for GRUB to > be able to communicate in this scenario.
qemu ships a pxe option rom for virtio-net, so that should work just fine. Note that you need to boot from the network for the pxe rom being active, i.e. load grub via pxe. This is different from the UEFI case where the virtio-net SNP driver will be available no matter what, i.e. even when loading grub from disk or cdrom. take care, Gerd _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel