So I am trying to setup a VM with gpu passtrough on my mint macheen.
I am following this guide that was suggested by one of the users of this server
https://youtu.be/tDMoEvf8Q18
Once I edited my grub file according to the guide and added what the author did(originally it was only silent boot)
GRUB_CMDLINE_LINUX_DEFAULT="intel_iommu=on kvm.ignore_msrs=1 vfio-pci.ids=10de:1b81,10de:1b81"
And restarted the PC it wont boot, gets stuck at the moment when you can click f+number to get into bios
I had to disable IOMMU in bios(labeled as vt for direct i/o picrel but according to internet its same shit as vt-d/iommu)
Any tips how to solve the not booting issue?
THIS GUIDE ONLY WORKS WITH UBUNTU 20.04
DO NOT USE WITH EARLIER VERSIONS
In this video, we will get GPU passthrough working in Ubuntu 20.04
###################
Steps:
apt install qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager ovmf
nano /etc/default/grub
amd_iommu=on or intel_iommu=on kvm.ignore_msrs=1 vfio-pci.ids...