Search results

  1. L

    [SOLVED] Second Quadro PCI-E Passthrough to Single VM - Code 12 (IRQ)

    Hi, I installed a second Quadro card in the host to passthrough to a VM. However, there is an Interrupt Request (IRQ) collision between the Quadro K4200 and the SM Bus Controller that I do not know how to solve. Followed the PCI-Passthrough procedure from...
  2. L

    [SOLVED] Proxmox PCI-E Passthrough | Single GPU Config | HP640 - Xeon & Quadro

    Solved Code 43 by changing "video=efifb:eek:ff,vesafb:eek:ff" to "video=efifb:eek:ff video=vesafb:eek:ff" in /etc/default/grub Solving Code 43 lead to another problem... The RDP graphics broke, however, it was still working on a local screen. For RDP to work properly in Windows 10 Guest OS a...
  3. L

    [SOLVED] Quadro GPU Passthrough to Windows shows code 43

    Solution to my problem: In the Windows VM Edit: [Local Group Policy Editor->Local Computer Policy->Administrative Templates->Windows Components->Remote Desktop Services->Remote Desktop Session Host->Remote Session Enviroment], set the Policy [Use WDDM graphics display driver for Remote...
  4. L

    [SOLVED] Quadro GPU Passthrough to Windows shows code 43

    The main fix was indeed splitting the videoparameter. The pcie_acs_override parameter is not necessary. Removed it from grub config and rebooted, GPU in the VM still works. vfio-pci ids is not necessary if you want to connect a screen to the GPU. However, now it is impossible to connect by...
  5. L

    [SOLVED] Quadro GPU Passthrough to Windows shows code 43

    Solved mine (Code 43) with a nudge from @avw by adjusting, /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream video=efifb:eek:ff video=vesafb:eek:ff" /etc/modprobe.d/vfio.conf <- removed the # thus...
  6. L

    [SOLVED] Proxmox PCI-E Passthrough | Single GPU Config | HP640 - Xeon & Quadro

    Hi, I'm using an HP640 Workstation with, CPU: Intel Xeon E5-2650 v4 RAM: 32GB GPU: Quadro K2200 However, I can't seem to get the past "Code 43". Do I need a GPU for the host? Is that where it falls apart for me... /etc/modprobe.d/vfio.conf # options vfio-pci ids=10de:13ba,10de:0fbc...
  7. L

    [SOLVED] Quadro GPU Passthrough to Windows shows code 43

    Hi, I'm using an HP640 Workstation with, CPU: Intel Xeon E5-2650 v4 RAM: 32GB GPU: Quadro K2200 basically (or at least close to) your system @mega_neo. However, I can't seem to get the past "Code 43". /etc/default/grub GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Proxmox Virtual...