Help with OVMF, Void Linux

For passing the card, you need to fiddle with modprobe
https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Binding_vfio-pci_via_device_ID

Remember to first fiddle with IOMMU groups and note all the devices from your IOMMU group you want to pass (e.g. a GPU also has an audio device with it, like in group 13 in this arch wiki):
https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Setting_up_IOMMU
Also, you may want to pass a USB port and use a hub to plug a keyboard, mouse and maybe a controller if you are into that.

Since we don’t have Arch, neither mkinitcpio, we can use Wendell’s Fedora guide to mess just with the grub and dracut part:

After all that is done, In the VM configuration you don’t have to mess with the cores you give it, but you can for some extra tuning.

Since you also have an nVidia card that you probably want to passthrough, you should also check this topic:

1 Like