Search results for query: passthrough GPU

  1. P

    My journey on LXC/CT, docker and GPU Passthrough

    Thought I would document this down in case anyone has tried to do this but again had no luck getting answers. TLDR: Use a VM for anything GPU/pass through related. The reason I was digging into this first was because I wanted to run a LLM on my local network but without a GUI. I wanted to save...
  2. M

    Cannot do PCI-E Passthrogh with 1050ti

    I'm trying to have that GPU working on a VM with proxmox 8.4. This is a PC with a mini ITX board. I have a ryzen 7 2700 (no iGPU), and the 1050ti card. Then when I've followed everything with no luck. This is what I have on /etc/modprobe.d/vfio.conf: options vfio-pci ids=10de:1c82,10de:0fb9...
  3. V

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    You are right on the money! Until several days ago my extent of computer knowledge is building, running, and troubleshooting problems for friends and my gaming PCs. rm - r vendor-reset Did the trick to allow me to clone a fresh copy of vendor-reset from github. running dkms install .returned...
  4. leesteken

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    sudo dkms remove vendor-reset/0.1.1 --all should do the trick. It is then no longer registered as a module. I don't know in which directory you are but there seems to exist a sub-directory named vendor-reset. Remove it using rm -r vendor-reset to remove it. Then clone a fresh copy from github...
  5. V

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    Firstly, thank you for your help on this. I have seen you around on the forum as I have been troubleshooting this and it seems like a bunch of people have gotten results from what you do in your free time. I appreciate it. I attempted to follow the uninstallation instructions you linked and got...
  6. V

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    I do not know how to patch the source code, sorry. After running git clone https://github.com/gnif/vendor-reset.git I get the output fatal: destination path 'vendor-reset' already exists and is not an empty directory. When I run dkms install . I get the output Error! DKMS tree already...
  7. leesteken

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    You run modprobe vendor-reset or make sure it is loaded at boot. I often describe the possible problem and then describe the command for it, in order to give feedback on what might be going wrong. vendor-reset is not installed properly, which is probably caused by it not compiling properly on...
  8. K

    Proxmox 9.1.7 RTX 6000 Pro drops off PCI bus

    Well I think power state issue is potentially a red herring because the devices have dropped off the PCI bus and I can't get them back without restarting the whole system. Maybe the problem is that the power state WAS changed initially and it bugged out? But right now, no commands work with...
  9. V

    [SOLVED] Yet another AMD Reset Bug/Vendor Reset Thread

    Hello all, I am a very green linux/home NAS user and am having a reset issue on windows 10 VM on Proxmox 9.1.9 with my 5700 XT. I am running my system with a single GPU headless and want the ability to access my NAS (contained within the same physical system) to stream from Jellyfin/Immich/etc...
  10. Stubennerd

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    Can you please put the outputs into code blocks? It's, at least for me, really exhausting to read.
  11. H

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    Updated Proxmox VE yesterday, N100 PC with GPU passthrough starts but Debian VM doesn't start anymore. TASK ERROR: start failed: command '/usr/bin/kvm -id 101 -name 'Debian-WZPC-VGA,debug-threads=on' -no-shutdown -chardev 'socket,id=qmp,path=/var/run/qemu-server/101.qmp,server=on,wait=off'...
  12. R

    Install on Mac Mini 2018? (Macmini8,1)

    2 years later I found the solution to this. Got iGPU passthrough from Mac Mini 2018 running on Windows 11 VM. First I tried installing the newest 7th-10th gen iGPU drivers with no avail, still got code 43 - Windows has stopped this device because it has reported problems. However, checking the...
  13. J

    Ubuntu 26.04 - Likely Template release date?

    It depends. If you have a lot of similiar VMs you can leverage KSM ( see: https://pve.proxmox.com/wiki/Kernel_Samepage_Merging_(KSM) ) to host a lot of these vms on the same machine by deduplicating their memory contents. This feature isn't available for lxcs so in theory it might even be...
  14. J

    Podman inside unprivileged Alpine container fails to start

    I did just install the latest alpine template from Proxmox, installed podman: # enable ssh setup-sshd # Setup timezome setup-timezone # install Podman apk update apk add podman podman-compose nano iptables ip6tables # Add the reparent script. (Didn test if it was needed) nano...
  15. N

    Multiple GPU Passthrough Issues

    I have an install that's been working decently with one passthrough GPU based off the wiki, so I took out the old GPU and installed two identical new ones. Now the VM doesn't boot, seems to stick before UEFI loads. I removed PCIE passthrough for the second, and then for the first, respectively...
  16. J

    [SOLVED] AMD RX 7800/9070 XT vendor-reset?

    That appears to focus more on Linux machines performing GPU passthrough to virtual machines, rather than Proxmox-specific setups. For Proxmox, the primary requirement is the vendor-reset module available at https://github.com/lok0919/vendor-reset/tree/navi-32. However, the original DKMS install...
  17. W

    Almost got to bind back Intel iGPU from VM to host (laptop) upon VM shutdown, how to diagnose what's missing?

    I've attached the following hook to my VM, and the result is just like it was before with manual commands (be it vtcon0 or vtcon1) - upon shutting down VM, I do get laptop proxmox console on external HDMI display, but not on integrated laptop display as desired( #!/bin/bash phase="$2" echo...
  18. W

    Almost got to bind back Intel iGPU from VM to host (laptop) upon VM shutdown, how to diagnose what's missing?

    I have pve9 running on a laptop with single Intel iGPU (driver i915, GOP v9.1 rom thus no advanced virtualisation options). I have configured whole GPU passthrough to my VMs/containers (works for both windows and Linux VMs, and kodi in lxc) by following "standard"...
  19. B

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    Testing since 2026-04-11 on four hosts. So far so good overall — io_wait accounting issue still present / data unreliable, but aside from that stable (no crashes) on 3/4 hosts. The fourth host (used for game streaming to a client via Moonlight/Sunshine, with a Windows 11 VM and an AMD RX 6900...
  20. D

    [TUTORIAL] Proxmox VE on Laptop: WiFi WAN, NAT Bridge (vmbr1) & GPU Power Optimization

    Hi everyone, I’ve been working on a setup to run Proxmox VE on a laptop (specifically an ASUS ROG series, but applicable to most Intel-based laptops) and I wanted to share a script that automates the most common hurdles. Since Proxmox doesn't natively support bridging over WiFi, I created a...