Search results

  1. R

    Proxmox freeze when launching gpu passthroughed vm

    Thanks, I'll remove args and enable primary GPU. Btw it works now! Thank you! I already blacklisted the drivers in the host. Will I be able to see console view on the web interface with a headless proxmox?
  2. R

    Proxmox freeze when launching gpu passthroughed vm

    Thank you I didn't knew I couldn't passthrough all pcie ports. I'll try to switch the GT 710 and RTX 3070 to passthrough the 3070 to a vm and keeping the GT710 for console.
  3. R

    Proxmox freeze when launching gpu passthroughed vm

    Thanks for replying! My mobo is a Gigabyte A520m. I put the output of the iommu group command below: root@redover-proxmox:~# for d in /sys/kernel/iommu_groups/*/devices/*; do n=${d#*/iommu_groups/*}; n=${n%%/*}; printf 'IOMMU group %s ' "$n"; lspci -nns "${d##*/}"; done IOMMU group 0 00:01.0...
  4. R

    Proxmox freeze when launching gpu passthroughed vm

    Hi, I recently tried gpu passthrough another time, but when I launch the VM via the web interface it doesn't start and proxmox freezes, I need to press the reset switch to get proxmox running again. I have a ryzen 5 3600 in my server. I'm trying to passthrough a gtx 1060 and rtx 3070...