Search results for query: vendor-reset

  1. S

    AMD W7600 Passthrough

    ...to the GPU gets stuck in a bad PCIe state. From what I see above Proxmox itself is fine, the issue can be with Linux’s amdgpu driver. You can try to enable BIOS options like Above 4G Decoding/Resizable BAR and loading the vendor-reset kernel module on the host to improve GPU reset handling.
  2. F

    [SOLVED] Radeon 5700 Passthrough VM Restart Error on Proxmox

    I see! Thank you both for the additional advice!! I'll remove the parameters you pointed out.
  3. leesteken

    [SOLVED] Radeon 5700 Passthrough VM Restart Error on Proxmox

    Is vendor-reset active? Do you see messages in the System logs about reset and NAVI10? Nevermid, your last post mentions that it's working. BTW: amd_iommu=on does nothing and video=efifb:off does nothing on Proxmox. EDIT: amd_iommu=on does not exist and is actually invalid...
  4. F

    [SOLVED] Radeon 5700 Passthrough VM Restart Error on Proxmox

    ...pcie_aspm=off pci=noaer" to remove outdated parameters and apply settings that improve PCIe stability on newer kernels. 2. Moved `vendor-reset` to the top of `/etc/modules`, then ran: update-grub && update-initramfs -k all -u and restart the host. 3. Changed BIOS IOMMU from Auto to...
  5. U

    [SOLVED] Radeon 5700 Passthrough VM Restart Error on Proxmox

    Unfortunately, I don't have an environment that requires a vendor reset, so I'm afraid I can't help. *At least RDNA2 or later is not required. The following seem to cover similar issues, so I suggest trying them one by one...
  6. F

    [SOLVED] Radeon 5700 Passthrough VM Restart Error on Proxmox

    Thank you for your advice. I installed vendor-reset, but it still hasn't fixed the issue. I also tried applying it after rebooting using commands like `echo vendor-reset >> /etc/modules-load.d/vendor-reset.conf`, but it didn't work. I would greatly appreciate it if you could tell me how to fix...
  7. S

    Issues with Intel Arc B50 Pro vGPU SR-IOV (vfio_pci)

    Runing latest Proxmox 9.1, no-subscription Dmesg Log: [Thu Nov 27 14:18:42 2025] vfio-pci 0000:03:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io [Thu Nov 27 14:18:42 2025] xe 0000:03:00.0: [drm] Running in SR-IOV PF mode [Thu Nov 27 14:18:42 2025] xe 0000:03:00.0...
  8. leesteken

    [SOLVED] Radeon 5700 Passthrough VM Restart Error on Proxmox

    Did you install and enable vendor-reset: https://github.com/gnif/vendor-reset ? If not, you might wan to look into it (lots of threads on this forum and the internet) for properly resetting Radeon 5700 GPUs. x-vga=1 (Primary GPU) is for NVidia and should usually not be enabled for AMD GPUs.
  9. J

    Mellanox SR-IOV Cannot bind 0000:01:00.3 to vfio

    Hi, I can't get my CX-6 LX to work with SR_IOV and Proxmox 9.1.1. SR_IOV is enabled in the motherboard BIOS and in the card's firmware, and I'm using this UDEV rule. ACTION=="add", SUBSYSTEM=="net", ATTRS{vendor}=="0x15b3", ATTRS{device}=="0x101f", ATTR{device/sriov_drivers_autoprobe}="0"...
  10. J

    [SOLVED] Win Server 2k25 - QEMU Disk ultra slow

    I understand, that the Setup on the host side is not optimal. My goal is to fix the Windows driver side first. I can move the VM onto other disk later. But the speed is far away from what it should be . Even with ZFS slowing us down. root@pve:~# smartctl -a /dev/nvme0n1 smartctl 7.4...
  11. R

    5700g passthrough to Linux System - Guest monitor freezing

    ...reboots of the VM, the monitor shows the loading bar of the UEFI boot screen and nothing else I suspect the second issue is due to the vendor-reset bug, but looking for support on resolving both. Below are my settings / process. 1. I followed...
  12. S

    Windows 11 VM + Parsec RDP

    I've installed Windows 11 25H2 onto a fresh ProxMox 9 installation, installed the latest VirtIO drivers and successfully passed through my Nvidia RTX 4070 Super GPU into the VM and installed the latest GPU drivers from Nvidia. Everything appears as expected while accessing through the Proxmox...
  13. D

    3 Minute Delay Starting VM with GPU Passthrough (vfio-pci reset issue)

    ...|| true sleep 1 # Kurze Pause # GPU auf dem Host initialisieren (genau wie in Ihrem manuellen Script) nvidia-smi || true log "GPU erfolgreich an Host zurückgegeben." ;; esac exit 0 There is no vendor-reset like for AMD GPUs for NVIDIA is it?
  14. H

    Storage Issues: ZFS over ISCSI - istgt

    istgt.conf Issue This issue is best shown by a diff after creating one single vm using zfs over iscsi. This only affects the section "[LogicalUnit1]", which is my last section and all sections above remain unchanged in the file: ➜ diff istgt.conf istgt.conf.before.delete 111,118c111,168 <...
  15. D

    Proxmox backup fails for VM with GPU passthrough in stop state

    This is from backup log: NFO: Starting Backup of VM 102 (qemu) INFO: Backup started at 2025-10-27 03:27:26 INFO: status = stopped INFO: backup mode: stop INFO: ionice priority: 7 INFO: VM Name: ************ INFO: include disk 'virtio0' 'vmdisk:102/vm-102-disk-2.raw' 104G INFO: include disk...
  16. leesteken

    Proxmox backup fails for VM with GPU passthrough in stop state

    This is not a problem and just an informational message. Since you probably installed and enabled vendor-reset, there should be no problems with resetting the RX5?0. There must be something else causing the VM to fail to start. Please show the VM configuration (qm config 102), the whole Task...
  17. 9

    [SOLVED] PVE9 + AMD 9070xt now work

    ...be loaded # at boot time, one per line. Lines beginning with "#" are ignored. # Parameters can be specified after the module name. #vendor-reset #vfio #vfio_iommu_type1 #vfio_pci #vfio-pci-noreset #vfio_virqfd use scripts It looks like #!/bin/bash phase="$2" echo "Phase is $phase" if [...
  18. D

    GPU passthrough with a GMKTec K8 - Locks up host

    Hi GioTr, It might well depend on your APU, but if you already have the passthrough functioning correctly, then this page should help with the AMD reset bug: https://github.com/isc30/ryzen-gpu-passthrough-proxmox/issues/131#issue-3266798285 Note: As stated previously, a Proxmox hook-script...
  19. G

    GPU passthrough with a GMKTec K8 - Locks up host

    Hi DerekG, tanks for your clarification. When you speak about hook script you refear to the vendor-reset script?
  20. S

    Installing AMD vendor-reset on Proxmox 9.0.9

    You mentioned it wasn't installed correctly maybe this will help? https://github.com/gnif/vendor-reset/issues/87