Hello, I am trying to do iGPU passthrough for my Jellyfin VM. I have done:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on i915.enable_gvt=1"
vfio vfio_iommu_type1 vfio_pci vfio_virqfd
kvmgt exngt vfio-mdev
However when I select "Primary GPU" it spits out "device does not support requested feature x-vga". And when I disable that and multiple different other things in different sequences it will say "[drm] failed to find VBIOS tables VBT" in Ubuntu Server. I have Intel UHD Graphics 620.
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on i915.enable_gvt=1"
vfio vfio_iommu_type1 vfio_pci vfio_virqfd
kvmgt exngt vfio-mdev
However when I select "Primary GPU" it spits out "device does not support requested feature x-vga". And when I disable that and multiple different other things in different sequences it will say "[drm] failed to find VBIOS tables VBT" in Ubuntu Server. I have Intel UHD Graphics 620.