Hi,
This is solved. My system spec for anyone who stumbles on this post:
Intel NUC 11 "Beast Canyon" i9
64 Gb RAM
NVIDIA GTX 3060
I have an intel NUC 11 with core i9, 64Gb RAM, GeForce RTX 3060 running Proxmox 7.2-3. I want to pass the card through to a windows 10 pro guest VM following the various guides posted on the web.
Ive set /etc/kernel/cmdline to
I have checked the card is in an IOMMU group by itself (it is) and blacklisted nvidia in /etc/modprobe.d/blacklist.conf. The contents of my /etc/modprobe.d/vfio.conf is
When I run dmesg | grep -e DMAR -e IOMMU I can see a line that says
I have created a Windows10 VM. OVMF Bios, q35 machine with processor set to "HOST". I then select the pci device 0000:01:00 as a PCI device on the VM and try to boot.
This results in the VM hanging.
I've had this working (and opened a thread when it stopped) and after numerous reinstalls of Proxmox, creation of new VM's etc and a brief period of sucess when the VM ran fine for about 6 hours yesterday, it's not back to refusing to complete booting. If I attach a VGA card and run the console I can see it getting stuck as it boots - I get the proxmox logo and then the spinning windows logo appears, spins once or twice and freezes.
I know this is unsupported and I'm about to give up and go back to bare metal but by any chance can anyone point to where I could go to see any further clues what's going wrong? Is there a log file somewhere in proxmox I can read for some information as to what went wrong?
Thanks,
This is solved. My system spec for anyone who stumbles on this post:
Intel NUC 11 "Beast Canyon" i9
64 Gb RAM
NVIDIA GTX 3060
I have an intel NUC 11 with core i9, 64Gb RAM, GeForce RTX 3060 running Proxmox 7.2-3. I want to pass the card through to a windows 10 pro guest VM following the various guides posted on the web.
Ive set /etc/kernel/cmdline to
root=ZFS=rpool/ROOT/pve-1 boot=zfs intel_iommu=on iommu=pt video=efifb:off
and /etc/modules to contain
Code:
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
I have checked the card is in an IOMMU group by itself (it is) and blacklisted nvidia in /etc/modprobe.d/blacklist.conf. The contents of my /etc/modprobe.d/vfio.conf is
Code:
options vfio-pci ids=10de:2503,10de:228e disable_vga=1
When I run dmesg | grep -e DMAR -e IOMMU I can see a line that says
0.089960] DMAR: IOMMU enabled
I have created a Windows10 VM. OVMF Bios, q35 machine with processor set to "HOST". I then select the pci device 0000:01:00 as a PCI device on the VM and try to boot.
This results in the VM hanging.
I've had this working (and opened a thread when it stopped) and after numerous reinstalls of Proxmox, creation of new VM's etc and a brief period of sucess when the VM ran fine for about 6 hours yesterday, it's not back to refusing to complete booting. If I attach a VGA card and run the console I can see it getting stuck as it boots - I get the proxmox logo and then the spinning windows logo appears, spins once or twice and freezes.
I know this is unsupported and I'm about to give up and go back to bare metal but by any chance can anyone point to where I could go to see any further clues what's going wrong? Is there a log file somewhere in proxmox I can read for some information as to what went wrong?
Thanks,
Last edited: