Afternoon,
I've acquired a Dell R720 from work complete with a Grid K2 pci card.
I'm trying to set it up to use as a vGPU.
Grub is configured
/etc/modules has these entries:
However when I try to Hardware->Add->PCI Device The K2 does not show as a Mediated Device. Any ideas on what I might have missed?
I've acquired a Dell R720 from work complete with a Grid K2 pci card.
I'm trying to set it up to use as a vGPU.
Grub is configured
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on i915.enable_gvt=1"
/etc/modules has these entries:
Code:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
# Modules required for Intel GVT
kvmgt
exngt
vfio-mdev
However when I try to Hardware->Add->PCI Device The K2 does not show as a Mediated Device. Any ideas on what I might have missed?