First, sorry for my bad english, I'm french (thanks Google trad).
I'm currently triying to follow the "how-to", but have issue because PVE don't see my GPU.
https://pve.proxmox.com/wiki/Pci_passthrough
https://pve.proxmox.com/wiki/PCI(e)_Passthrough
My setup :
MB ASRock Z77 Extreme 4 UEFI with VT-d enable
CPU i7 3770 VT-x compatible
PVE 6.2
GPU ASUS 670 DCU II
Following the "How-To", IOMMU is enable in GRUB with this line :
GRUB updated with :
After reboot,
Require modules in /etc/modules
Remapping seems to be supported because
I don't know how to verify IOMMU isolation and if it's really necessary, but when I try to get my GPU ID with
I try get my GPU ID by the VM (UEFI bios Win 10 x64) setting, but nothing too.
Is my GPU vbios no UEFI responsable ?
Do I have to reinstall PVE 6.2 with my MB in no UEFI mode and start VM on SeaBios ?
Need some helps please.
Thanks
I'm currently triying to follow the "how-to", but have issue because PVE don't see my GPU.
https://pve.proxmox.com/wiki/Pci_passthrough
https://pve.proxmox.com/wiki/PCI(e)_Passthrough
My setup :
MB ASRock Z77 Extreme 4 UEFI with VT-d enable
CPU i7 3770 VT-x compatible
PVE 6.2
GPU ASUS 670 DCU II
Following the "How-To", IOMMU is enable in GRUB with this line :
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
GRUB updated with :
update-grub
After reboot,
dmesg | grep -e DMAR -e IOMMU
returns results.Require modules in /etc/modules
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
Remapping seems to be supported because
dmesg | grep 'remapping'
returns DMAR-IR: Enabled IRQ remapping in x2apic mode
I don't know how to verify IOMMU isolation and if it's really necessary, but when I try to get my GPU ID with
lspci -v
, output don't let me see anything that match my GPU.I try get my GPU ID by the VM (UEFI bios Win 10 x64) setting, but nothing too.
Is my GPU vbios no UEFI responsable ?
Do I have to reinstall PVE 6.2 with my MB in no UEFI mode and start VM on SeaBios ?
Need some helps please.
Thanks