Search results for query: vendor-reset

  1. leesteken

    Trouble passing through my Rx 550

    ...as FLR does not work on that generation of AMD GPUs. You can ignore that (when your Proxmox is up to date). Did you explicitly enable vendor-reset by writing device_specific to the reset_method (after each boot of the Proxmox host)? See...
  2. V

    Trouble passing through my Rx 550

    ...to start a VM with this gpu passed through I get the attached error message and the VM fails to start, I have attempted to implement the vendor-reset (https://github.com/gnif/vendor-reset) and I am still receiving the same error, completely lost on what to do, any help would be very appreciated.
  3. D

    Backup auf PBS schlägt mit Fehler "job failed with err -61 - No data available" fehl

    Vielen Dank für deine Rückmeldung! Folgendes Log kann ich dir anbieten: Mär 12 11:37:07 vhost04 pvedaemon[1245]: <root@pam> starting task UPID:vhost04:0000587E:0002452F:67D163D3:vzdump:110:root@pam: Mär 12 11:37:07 vhost04 pvedaemon[22654]: INFO: starting new backup job: vzdump 110 --remove 0...
  4. S

    NVIDIA vGPU Software 18 Support for Proxmox VE

    I want to use gpu on a NVIDIA RTX 5000 Ada on the latest Version of Proxmox Yesterday I downloaded the current Version of Proxmox ISO and installed it from scratch, registered with the subscription key und then updated everything to the latest stat and rebooted. This brought me here...
  5. S

    vgpu running on a NVIDIA RTX 5000 Ada on the latest Version of Proxmox

    I want to use gpu on a NVIDIA RTX 5000 Ada on the latest Version of Proxmox Yesterday I downloaded the current Version of Proxmox, registered with the subscription key und then updated everything to the latest stat and rebooted. This brought me here: root@pve01:~# pveversion...
  6. G

    [TUTORIAL] PCI/GPU Passthrough on Proxmox VE 8 : Installation and configuration

    ...iommu=pt After trying asded's response for AMDResetBugFix, cat /etc/modules shows: vfio vfio_iommu_type1 vfio_pci vfio_virqfd vendor-reset Also, dmesg | grep 'remapping' shows: AMD-Vi: Interrupt remapping enabled but I don't get anything similar to this when I start my VM: [57709.971750]...
  7. mr44er

    AMD Ryzen 5 8600G w/ Radeon 760M - Working passthrough of this GPU?

    Not necessarily, if this works... ...then it happens inside the VM and as a result you won't see this in dmesg on host. https://github.com/inga-lovinde/RadeonResetBugFix is new to me, but looks interesting.
  8. G

    AMD Ryzen 5 8600G w/ Radeon 760M - Working passthrough of this GPU?

    ...win11 and used https://github.com/inga-lovinde/RadeonResetBugFix it's working but have a bad feeling about it :) I would like to use the vendor-reset on the host, but I'm lost :) I still don't have any vendor-reset related messages in dmesg as other users have it eg. "[ 1824.819363] vfio-pci...
  9. leesteken

    Please help me set up an enviroment for home use

    The installer minimum is 8GiB, so that should be enough (but indeed tight). I have some additional software installed (like vendor-reset including sources from github) and my Proxmox root (on ZFS) is less than 8GB. I limit the system log to 64MB in /etc/systemd/journald.conf.
  10. G

    AMD Ryzen 5 8600G w/ Radeon 760M - Working passthrough of this GPU?

    just the vga controller (.0), tried the whole package, caused host crash. Update: I thought my vendor-reset is working, but there are no reset log entries, except the "hook installed" one. Dkms installed, modprobe done, device_specific > reset_method done. No error log entries. What am I missing?
  11. mr44er

    AMD Ryzen 5 8600G w/ Radeon 760M - Working passthrough of this GPU?

    Thx for the confirmation, but in the meantime I stay with the Nvidia for passthrough and I use the AMD inside LXC. This way I can also workaround the reset bug. But one more question: do you have with the dumped bios the reset bug aka "can you start/stop the VM again?" without rebooting the...
  12. E

    QEMU/KVM process crashed with a segmentation fault on CPU 7 | Backup Failure.

    Stumbled upon similar issue today in my homelab, maybe the information can help somehow. From PBS backup job, when the VM stopped: INFO: Starting Backup of VM 112 (qemu) INFO: Backup started at 2025-02-22 00:00:16 INFO: status = running INFO: VM Name: prometheus-03 INFO: include disk 'virtio0'...
  13. W

    Passthrough GPU (RX5500 XT) causes VM to lock up host.

    I think they're all isolated. The IOMMU group list is attached in the file below. I don't see anything else in the Navi 14 group (my GPU), which is listed in group 5 and group 6 for the HDMI audio. Am I looking at this correctly? I don't have the override set because if I understand this...
  14. leesteken

    Passthrough GPU (RX5500 XT) causes VM to lock up host.

    .... And you don't appear to be using the pcie_acs_override. Do you see the expected vendor-reset messages that mention Navi 14 when resetting your GPU in the journalctl when starting the VM? Maybe try a different PCIe slot? Maybe update the motherboard BIOS?
  15. W

    Passthrough GPU (RX5500 XT) causes VM to lock up host.

    Seems like Linux VM locks up the host just like Windows. Seems like MacOS is the only one that crashes in a benign way (just kills itself rather than locking up the host). Yep, it is using device_specific option: root@pve1:~# cat /etc/systemd/system/vreset.service [Unit] Description=AMD GPU...
  16. C

    [SOLVED] Crash VM with io-error

    Hi l.leahu-vladucu, Thank you so much for getting back to me. All disks are brand new as is the whole system incl. cables. Full log from a reboot 'till crash. Happens within 1.min Outputs from all 4 disks smartctl -a at the bottom. smartctl -a /dev/nvme0 smartctl 7.3 2022-02-28 r5338...
  17. leesteken

    Passthrough GPU (RX5500 XT) causes VM to lock up host.

    ...VM. Just try booting your VM with the Ubuntu 24.04 LTS installer ISO and see it boots to a graphical desktop (without installing) to see if passthrough works in principle. I cannot help with MacOS, sorry. EDIT: Make sure to enable device_specific when using vendor-reset with recent Linux...
  18. M

    [SOLVED] Need help with AMD GPU RX580 passthrough

    Thank you for this hint. I already did. I believe it's a must in my case. ..but I have an issue with Valorant game that requires some kernel level anti-cheat thing called Vanguard, which won't let me play the game. Is it possible somehow to make the game playable? Thank you for your time.
  19. A

    ERROR: Backup of VM XXX failed - job failed with err -5 - Input/output error

    Hi, thanks for the input. I've run the commands you've provided and all the smart tests return NO errors whatsoever. Running the dd command however returns the same error as when I try to backup that VM, as in Input/Output error. Results provided below. nvme list Node Generic...