Search results for query: passthrough GPU

  1. R

    Intel GPU PCI Passthrough with Windows 11 (Code 43 Error)

    Hi, I'm running proxmox on a mini-PC with Intel Core i9-12950HX processor (Alder Lake, 12th Gen) with Integrated Intel UHD Graphics. I'm trying unsuccessfully to get GPU pass-through with Windows 11. PCI pass-through for USB mouse and keyboard is fine, but the windows device manager...
  2. leesteken

    Prox9.1.1 PCI passthrough not working properly.

    That is to be expected as a virtual IOMMU inside the VM is unrelated to PCI(e) passthrough to the VM. Looks like you used an out of date guide for configuring the passthrough (instead of the Proxmox manual) but it could also be because of this particular GPU (as not every device resets...
  3. dcsapak

    Hi everyone

    i did not have access to such systems, but i think you could either do vgpu via ai enterprise, or passthrough everything, see this note in the nvidia docs: https://docs.nvidia.com/ai-enterprise/release-6/6.2/support/support-matrix.html#supported-platforms
  4. K

    Hi everyone

    Hi everyone, I’m working on a setup with H200 SXM (HGX platform) on a Proxmox VE host, and I would like to clarify the correct way to assign GPUs to multiple VMs. My goal: I want to configure the system so that: - Multiple VMs run on Proxmox - Each VM is assigned dedicated full GPUs (not...
  5. F

    Probleme mit Audio bei GPU-Passthrough

    Hallo, das ganze Thema ist für mich noch ziemlich neu, deshalb ist mein Versuch, die Idee zu erklären, wahrscheinlich etwas holprig. Meine Idee war, eine alte Workstation als Host für Sunshine (Open-Source Game-Streaming) zu verwenden. Als Client wollte ich einen Raspberry Pi einsetzen. Das...
  6. E

    Struggling to Properly Configure Passthrough (I Think?)

    Thank you! This set me on the right path. Solved the issue, solution of which I will post below.
  7. E

    Struggling to Properly Configure Passthrough (I Think?)

    Thank you! I was following a YouTube video and it clearly did not work. I appreciate your help here!
  8. leesteken

    Struggling to Properly Configure Passthrough (I Think?)

    Is your Proxmox using GRUB or systemd-boot? Check with the Proxmox manual: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysboot intel_iommu=on is not necessary for some time. video=vesafb:off,efifb:off is wrong and therefore does nothing. Even if you change it to be correct, it does...
  9. W

    Struggling to Properly Configure Passthrough (I Think?)

    Hi Entity5678, Welcome to the forums! Did you have a look in the BIOS/firmware of your motherboard? There's a reddit thread discussing a similar motherboard, and closer to home there's https://forum.proxmox.com/threads/pci-passthrough-iommu-not-enabling.139476/ Before going through with the...
  10. E

    Struggling to Properly Configure Passthrough (I Think?)

    Hi there! I'm brand new to this and trying to figure out how to set up my first homelab. My most immediate goal is to set up a home media server followed by running some Linux instances. I am working on getting ProxMox installed and set up, but think I am making some mistakes and need some...
  11. S

    Motherboard for GPU passthrough

    Do you happen to have an update on this? I have most other components so I'm antsy and need to buy the MOBO soon to test everything. B650 ProArt-Creator is my choice, but I do need dual GPI passthrough. I would probably need one of those later BIOS versions to support the 9900X CPU I got. The...
  12. S

    PCIe (dual GPU) passthrough on ASUS B650 ProArt-Creator working?

    This MOBO seems to top the list in IOMMU grouping but I saw people say that later BIOS versions either broke the isolation of the first two PCIe slots or broke the passthrough of slot 1 completely. References: Both positive and negative negative (needs old BIOS) negative (needs old BIOS)...
  13. D

    Help needed with AMD GPU passthrough

    I'm trying to set up a proxmox vm for remote desktop with gpu passthrough, it seems to be working, kinda, the vm only starts when I set display to something other than none, with none, the vm reports as starting correctly but I can't ping it and can't connect to it in any way. Here's what I have...
  14. H

    Best Practices: Open Claw & Ollama on Fanless Proxmox (i7-1355U / Intel Iris Xe)

    Hi everyone, I am planning to set up a self-hosted AI stack (Ollama backend + Open Claw frontend) on a new, completely fanless Proxmox VE system. Since the hardware is passively cooled, I’d appreciate your advice on the best architectural approach, especially regarding iGPU acceleration and...
  15. S

    Will I lose the console with GPR passthrough

    I need to query something before I start attempting the tutorials I've found. I have proxmox running on an AMD setup, that does not have inbuilt Graphics. so in order to plug a screen in and see the console, a Gcard needed to be added. Now i need to create a VM which needs the Gcard elevate to...
  16. B

    Hardware Frage.

    Der alte PC mit der RX 6800 und 32GB RAM passt für lokale KI und Gaming. Die GPU brauchst du für beides, und der RAM-Engpass wär auch gelöst. Der i7-7700K ist zwar CPU-seitig schwächer als der Ryzen, aber für deine Dienste reicht das locker. Ich würd einfach beide Kisten nutzen. Die...
  17. leesteken

    RX 9070 pass through

    Then GPU passthrough is working fine in principle. Sorry, I don't know how to fix Microsoft's Windows or AMD's Windows drivers.
  18. B

    [TUTORIAL] 2025: Proxmox PCIe / GPU Passthrough with NVIDIA

    Thanks mate, this really helped me to get a ProxMox running with a GPU passthrough. One add on. For some reason my installation kept hijacking the drivers. I have to put 2 additional lines to the vfio.conf to force it to use the vfio-pci Her is the content : softdep nvidia pre: vfio-pci...
  19. H

    [TUTORIAL] [HOW TO] GPU passthrough to unprivileged, no nesting Jellyfin LXC container. From a novice, for novices.

    I am novice into Proxmox pass-through and have adopted unprivileged, no nesting LXC container as my go to for services and what not. Trying to get a humble NVIDIA T400 4GB working with Jellyfin was a complete mess trying to follow posts so this is how I got it working novice style: Proxmox...