Search results for query: passthrough GPU

  1. H

    PROXMOX 9 GPU PASS THROUGH

    I was also able to passthrough using just the options in the UI. That was so much better than the old way. Question, I'm not able currently able to test this myself for reasons. When using this new method to pass through a GPU, is the GPU still usable (for lack of a better word) by the pve...
  2. M

    GPU Passthrough in VM

    Dankeschön, ich werde dies heute Abend Mal durchgehen und sehen was sich machen lässt. Ich habe oben geschrieben, dass ich die durchgeschleifte GPU bei Hardware - Add PCI Device gesucht habe, genau genommen unter dem Eintrag Mapped Device. War dies möglicherweise nicht der richtige Ort. Soll...
  3. M

    GPU Passthrough in VM

    Hi! Ich habe versucht auf meinem MinisForum NAB6 mit i5 12600H und einer iGPU GPU Passthrough freizuschalten. Lange Rede kurzer Sinn. Nach wie vor kann ich keine GPU beim Hinzufügen eines PCI Devices auswählen. Die Drop Down Box ist dort leer. Die VM soll später Immich hosten um dort die GPU...
  4. J

    Need help blanking/sleeping host display

    If it helps, I have an RTX 3080 and RTX 2070 in the system as the only GPUs and display outputs, but I have an OLED display connected to the host machine (my "main" PC) mostly for GPU passthrough, but when not doing that, I can't seem to get the console to blank and allow the display to sleep...
  5. D

    Windows GPU passthrough suddenly stopped working

    Without changing anything, over night Windows produced no GPU output. Whyyyyyyyyyyy I can change the display from none to standard-vga and am able to see the 4080S in Device Manager. Here is my VM config: #https://github.com/AICodo/pve-emu-realpc/blob/main/README.en.MD allow-ksm: 0 args...
  6. Q

    Poor user experience with Windows Server 2025 on Proxmox

    After testing the optimizations from https://github.com/christitustech/winutil, I've found that the context menu has regained the speed it had in Windows 10/Windows Server 2022 when I enable the classic context menu. Could this be due to the higher load on graphics rendering in Windows...
  7. R

    [TUTORIAL] Easy tutorial for eGPU thunderbolt passthrough on a Minisforum UM790 Pro

    Well, so, my thunderbolt doesn't freeze the entire system anymore thanks to pcie_aspm=off However, passthrough is broken. My Win 11 machine sees the GPU with the infamous error 43. Made clean Win 11 and Linux VM to try, and same on both. On Linux dmesg reports [ 18.994705] nvidia...
  8. K

    GPU Pass-through working kinda

    I have a nvidia a2000 that i am using to passthrough to a vm so i can either have windows or linux use the acceleration as needed. I have an external monitor connected to it and was hoping to have that display the vm directly. The windows system can use the video card and was able to...
  9. Impact

    Proxmox 9.1.5 stuck at initial ramdisk

    I you use code blocks these smiley go away and it looks nice. You seem to be using settings specific for GPU passthrough so it's kind of expected for the output to be stuck/black.
  10. J

    Podman inside unprivileged Alpine container fails to start

    It is great to see that Alpine is now working. I have been running Podman in a Debian 13 container since Proxmox 9 was released, and I haven't encountered any issues — I even have GPU passthrough configured. The latest kernel, version 7.0.0, works flawlessly with this setup. I haven't tested it...
  11. M

    [SOLVED] Official way to backup proxmox VE itself?

    I'm looking for a way to do this live. I recently converted multiple hosts to Proxmox VMs. One is my pfSense router. Another is my Home assistant, which manages among other things, all the lights in my home. I have the VM backups taken care of. But I really need a way to backup Proxmox itself...
  12. J

    [SOLVED] SSD screws up Proxmox boot

    Fixed! :) What was confusing me was that I was dealing with two problems. When I first installed the SSD it still had a cloned image of the primary drive. This very much confused the OS. I also had no clue the adding hardware would throw off my passthrough devices. I started up the machine...
  13. P

    Proxmox GPU passthrough in muxless laptop

    Hi folks, I have a question if there is a possibility to passthrough GPU to VM and then be able to have VM on external display via HDMI port, If HDMI port is not with the same group with NVidia GPU according to "lspci". Unfortunately I guess the answer is no but just looking for a confirmation...
  14. A

    Is there a mod repository ? How to make mods ?

    I dont really understand. What stops you from doing this? not a single one of your asks is necessary for the operation of a pve node or cluster, but a lot of what you ask (and some you didnt) is included by my general purpose post install script. Where is it and why cant you use it? because it...
  15. S

    Is there a mod repository ? How to make mods ?

    Hi Shodan, that's nice to hear;) Here are **some** answers. May be for the rest/unanswered you could make an individual post and see if other people think the same or like to work on that feature. Ok, login nag is removed (didn't want to hang this out so much, but i think the proxmox guys here...
  16. S

    Is there a mod repository ? How to make mods ?

    @Squ1sh !! AWESOME !!! :) Frankly this is the response I hoped to see one day when I made this post. To hear of someone else who also sees a modding system as a way to unleash the potential of proxmox by making it easier to modify and that will encourage all the people who make their own little...
  17. leesteken

    Motherboard IOMMU Grouping and PCIe Passthrough

    Here is a summary: https://forum.proxmox.com/threads/trying-to-find-an-am4-motherboard-with-good-iommu-groups.175555/post-814589 The B550 puts one x16 PCIe slot and one x4 M.2 slot in to separate IOMMU groups (everything else is in one big group). You need to put the HBA in the first x16 PCIe...
  18. R

    Two GPU and their assigment to /dev/dri/renderD...

    Hello, I am running a Proxmox host (9.1.7) with two GPUs (AMD iGPU and NVIDIA dGPU (well actually three when counting the BMC's VGA)). I'm using them in different LXC which works flawless. The iGPU I use for Jellyfin transcoding, assignment is done so: dev0: /dev/dri/card2,gid=44 dev1...
  19. R

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

    Hi, thanks. Kernel commandline - The GVT entry was a final throw last night. I wasn't using that before. I have tried everything! The consistent entry has been: GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt nomodeset" VFIOs - I've been following the advice of lots of guides, but...
  20. C

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

    On the kernel commandline you enable the deprecated "GVT-G" virtualization for the driver, which is the mediated method, that does not produce any output on any "real" display interface. Do you want that? Or do you maybe want "GVT-D", that actually produces output on a physical connector? And...