Hi,
I am encountering my next problem.
Since everything was working too well, I thought I'd try GPU passthrough to my Windows VM.
I have two NVIDIA cards in my workstation: One GTX 1070 and one Quadro 2000. The latter I wanted to passthrough (to avoid code 43).
So I followed this guide:
I added the iommu-option to the kernel line in grub and the vfio modules in /etc/modules and rebooted. Afterwards I was able to list the iommu groups. So all good up to this point.
Since I have a Xeon, it has ACS enabled.
I determined the address of my quadro card and did this:
But not that:
After that, I rebooted.
Grub came up, handed off to proxmox and the last thing that it showed is:
"Reading all physical volumes. This may take a while...
Found volume group "pve" using metadata type lvm2
5 logical volume(s) in volume group "pve" now active
/dev/mapper/pve-root: recovering journal
/dev/mapper/pve-root: clean, 50822/18188624 files, 1990742/7274496 blocks"
It has been like this for at least 15 minutes now (actually this is the second time because I already hard reset my pc once). I cannot connect to the GUI via the browser.
Any ideas what I could do?
Thanks
I am encountering my next problem.
Since everything was working too well, I thought I'd try GPU passthrough to my Windows VM.
I have two NVIDIA cards in my workstation: One GTX 1070 and one Quadro 2000. The latter I wanted to passthrough (to avoid code 43).
So I followed this guide:
I added the iommu-option to the kernel line in grub and the vfio modules in /etc/modules and rebooted. Afterwards I was able to list the iommu groups. So all good up to this point.
Since I have a Xeon, it has ACS enabled.
I determined the address of my quadro card and did this:
echo "options vfio-pci ids=10de:xxxx,10de:xxxx" > /etc/modprobe.d/vfio.conf
But not that:
echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf
echo "blacklist nvidia" >> /etc/modprobe.d/blacklist.conf
because both my cards are NVidias and I still want my host to be able to use the GTX card.After that, I rebooted.
Grub came up, handed off to proxmox and the last thing that it showed is:
"Reading all physical volumes. This may take a while...
Found volume group "pve" using metadata type lvm2
5 logical volume(s) in volume group "pve" now active
/dev/mapper/pve-root: recovering journal
/dev/mapper/pve-root: clean, 50822/18188624 files, 1990742/7274496 blocks"
It has been like this for at least 15 minutes now (actually this is the second time because I already hard reset my pc once). I cannot connect to the GUI via the browser.
Any ideas what I could do?
Thanks