I have been trying to test iGPU & KVMGT on Promox 6.x
I have loaded all the modules and updated the grub settings, however I can't get
mdev-supported-type to appear under the /sys/bus/pci/devices/0000:00:02.0/
From my googling I have come across someone that look's to have had the same issue and fixed it using the following :
I successfully loaded the modules at initramfs by creating an own
module-setup.sh in /usr/lib/dracut/modules.d/00gvt
#!/bin/sh
installkernel() {
instmods kvmgt
instmods vfio-iommu-type1
instmods vfio-mdev
}
@ https://lists.01.org/pipermail/igvt-g/2017-September/001300.html
However dracut is not installed / part of the Proxmox setup, is there an alternative to the above I can try with Promox, or any sugestions anyone else has?
Thanks
I have loaded all the modules and updated the grub settings, however I can't get
mdev-supported-type to appear under the /sys/bus/pci/devices/0000:00:02.0/
From my googling I have come across someone that look's to have had the same issue and fixed it using the following :
I successfully loaded the modules at initramfs by creating an own
module-setup.sh in /usr/lib/dracut/modules.d/00gvt
#!/bin/sh
installkernel() {
instmods kvmgt
instmods vfio-iommu-type1
instmods vfio-mdev
}
@ https://lists.01.org/pipermail/igvt-g/2017-September/001300.html
However dracut is not installed / part of the Proxmox setup, is there an alternative to the above I can try with Promox, or any sugestions anyone else has?
Thanks