Search results for query: vendor-reset

  1. K

    [SOLVED] X99 Extreme4 - GPU Passthrough Windows 10 with Radeon RX570 (Black screen)

    RadeonResetBugFix is pretty well known but I cannot attest to it's safety. It's open source, you can check it out. It's installation is straightforward and explained in the GitHub page. Can you post your journalctl | grep reset output after a host reboot and start of the Windows VM?
  2. C

    [SOLVED] X99 Extreme4 - GPU Passthrough Windows 10 with Radeon RX570 (Black screen)

    vendor-reset is installed but RadeonResetBugFix , i never heard of that, also i never say any post talking about that, i need that just install the exe file ? how secure is this ?
  3. K

    [SOLVED] X99 Extreme4 - GPU Passthrough Windows 10 with Radeon RX570 (Black screen)

    Did you try the vendor-reset along with RadeonResetBugFix (and of course, Windows Radeon Drivers)? These two along with rebooting the host should fix error 43.
  4. F

    [WORKING]Win11 VM won't boot after passthrough of GPU - Vendor Reset not able to set reset_method (solution: update kernel - unbind via hook script)

    No worries. Hopefully you can get it working soon. I will be very surprised that it’s vendor reset. Assertion `0 <= irq_num && irq_num < PCI_NUM_PINS' failed. I remember I had this issue before on a bad kernel update or forget to add grub cmdline entries. Can you double check those settings?
  5. S

    [WORKING]Win11 VM won't boot after passthrough of GPU - Vendor Reset not able to set reset_method (solution: update kernel - unbind via hook script)

    output to mokutil --sb-state is as follows: SecureBoot disabled so this is why dmesg still gives [ 8.113559] vendor_reset_hook: installed I am not there yet.
  6. leesteken

    [WORKING]Win11 VM won't boot after passthrough of GPU - Vendor Reset not able to set reset_method (solution: update kernel - unbind via hook script)

    The vendor-reset module is probably not loaded. Looks like vendor-reset cannot be loaded because of Secure Boot. Disable Secure Boot or sign the vendor-reset module. I don't know how to do that, only that it was explained in an older thread.
  7. S

    [WORKING]Win11 VM won't boot after passthrough of GPU - Vendor Reset not able to set reset_method (solution: update kernel - unbind via hook script)

    ...(pid 3392) due to QEMU startup error TASK ERROR: start failed: QEMU exited with code 1 Which is after the following: I managed to get vendor-reset added as shown: cat /etc/modules vfio vfio_iommu_type1 vfio_pci vendor-reset which is confirmed by the following (although kernel is tainted...
  8. K

    [Guide] Ryzen 5800H IGPU Passthrough HDMI Windows11 HTPC

    Wonderful guide. This works pretty well with Ryzen 6600H as well, mine is a GMKTec M6. I meddled a lot with vendor-reset repo since my VM wasn't working, but since realized that RadeonResetBugFix was all that I needed. A key point to note is that just after installing Windows, shut down the VM...
  9. C

    Radeon Rx570 Passtrounght on Windows 11 error 43

    I can pass the GPU to an Ubuntu VM, also i played games on it, i have the vendor-reset installed, tellme what command do you need to run. this appear when i run the machine: May 15 10:17:47 proxmox kernel: vfio-pci 0000:01:00.0: AMD_POLARIS10: performing pre-reset May 15 10:17:47 proxmox...
  10. leesteken

    Radeon Rx570 Passtrounght on Windows 11 error 43

    RX570 requires vendor-reset (lots of threads about that on this forum). See if it works with Ubuntu 24.04 LTS installer to make sure it's not a Windows (driver) issue. And make sure you see reset messages in the Proxmox system logs from vendor-reset.
  11. K

    [SOLVED] X99 Extreme4 - GPU Passthrough Windows 10 with Radeon RX570 (Black screen)

    I was able to solve this like so. I am assuming you are using vendor-reset. Make sure vendor-reset is integrated with initramfs. According to gnif, this is system-dependent, but here are my steps anyway: 1. Add vendor-reset into /etc/initramfs-tools/modules. # echo 'vendor-reset' >>...
  12. R

    AMD 7900 XT or XTX pci passthrough

    Hot dayum... :cool: Had to register to the forum to comment on pcuci post. I've been tinkering with my main computer wanting to try passthrough, specifically for GPUs. I got passthrough to work after a couple of hours of tinkering with Proxmox VE 8.4. I've tried on Windows 11, Fedora KDE 42...
  13. S

    To Blacklist or Not to Blacklist...

    nice clarification on sequencing of events i am doing a lot of nvme pass through and the issue in bold is deintely an issue, i wish we could black list by IOMMU group as that would fix that issue, i was also looking through logs at startup and noticed without blacklisting ZFS starts before the...
  14. F

    [SOLVED] AMD GPU Passthrough recently stopped working

    1. I noticed your GPU has 4 things in the group. Make sure IOMMU is 'Enabled' (not AUTO) in the BIOS. 0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] (rev c1) 0b:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi...
  15. M

    [SOLVED] AMD GPU Passthrough recently stopped working

    ...amd_iommu=on iommu=on iommu=pt initcall_blacklist=sysfb_init video=simplefb:off,efifb:off,vesafb:off nofb nomodeset" I had disabled vendor-reset (apparently my card is not affected) and re-enabled the vfio, vfio_iommu_type1, vfio_pci, vfio_virqfd modules; I found that I had a bad hardware...
  16. F

    [SOLVED] AMD GPU Passthrough recently stopped working

    Did you revert back the commented out line on the kernel modules? Currently, it looks like you only have vendor-reset enabled? All others are commented out. vfio_pci vfio vfio_iommu_type1 vfio_virqfd Also you have two blacklist files? Can you make it into one? e.g...
  17. leesteken

    [SOLVED] AMD GPU Passthrough recently stopped working

    I did not realize that this passthrough worked before for you. I use the same PVE and kernel version with a 6950XT and that works fine (with a Linux VM). I do have ROM-Bar enabled but no other blacklisting or vfio-pci binding or kernel parameters as I use the GPU for the host when the VM is not...
  18. M

    [SOLVED] AMD GPU Passthrough recently stopped working

    Okay, I removed vendor-reset. Followed your suggestion re: Ubuntu - nope, nothing. Black screen, "no signal". I messed around with rombar and primary GPU. vga: none the whole time.
  19. leesteken

    [SOLVED] AMD GPU Passthrough recently stopped working

    ...Proxmox message (for 6000-series AMD GPU and many other devices) and not an error (nor an indication of a problem). It's not related to vendor-reset. vendor-reset does not support 6000-series AMD GPUs like yours (see https://github.com/gnif/vendor-reset ) and therefore you do not need it. I...
  20. M

    [SOLVED] AMD GPU Passthrough recently stopped working

    I think it was related to a kernel upgrade but I can't be sure. I'm now on Proxmox 8.4.1 and kernel 6.8.12-10. It worked solidly for over a year but I was on kernel 5.13.19-6, possibly also a 7.x version of Proxmox. My understanding is with the newer kernel versions, some of the requirements of...