Search results for query: vendor-reset

  1. T

    AMD iGPU Passthrough Ryzen 7 8845hs

    Ich habe einen kleinen Nachtrag: Ich habe hostpci3: 0000:c4:00.5 hinzugefügt. Nun startet die VM zuverlässig neu ohne den Host neu starten zu müssen, aber ich bekomme den Fehler 43: Dieses Gerät wurde angehalten, weil es Fehler gemeldet hat. (Code 43) Die AMD Treiber hatte ich ja aber schon...
  2. T

    AMD iGPU Passthrough Ryzen 7 8845hs

    ...und eine Win11 Pro VM. Grundsätzlich funktioniert die VM, aber ich bin leider vom Reset Bug betroffen. Das vermute ich zumindest. Der Vendor-reset bugfix ist nicht für meine GPU soweit ich informiert bin. Nach einem restart des hosts startet die VM auch ganz normal. Ich habe diesen Guide...
  3. 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)

    Update - WORKING! :D This required later version kernel as it wouldn't work on default on 6.8, I ended up using 6.14.0-2. vendor-reset should not be used for anything beyond NAVI10 (RDNA 1), and perhaps at all considering the use of the working hookscript. Thank you, you are definitely an...
  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)

    Thanks for pointing that out. Looks like the passthrough is doable from the thread. Just a little extra to workaround the vendor reset issue.
  5. 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)

    That GPU is not at all supported by vendor-reset, so that's a red herring and there is really no point in trying to use it for this purpose. The 9000-series has reset issues, which has not been fully solved AFAIK, and it also may depend on the brand and exact model whether it resets properly or...
  6. 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)

    error writing '1' to '/sys/bus/pci/devices/0000:03:00.0/reset': Inappropriate ioctl for device failed to reset PCI device '0000:03:00.0', but trying to continue as not all devices need a reset The above is a warning. You can safely ignore it. I got this message and it didn't prevent me passing...
  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)

    ...because it is not in a clean state and thus the VM cannot initialise it. I looked further into why vendor_reset is not working: ls -l vendor-reset/src/amd/ drwxr-xr-x 3 root root 4096 May 22 15:59 amdgpu -rw-r--r-- 1 root root 1153 May 22 15:59 amd.h -rw-r--r-- 1 root root 5978 May 22...
  8. T

    passthrough using IMMOU for built in SATA controller and IOVA discussion

    After researching the best way to setup my NAS I decided on running proxmox with truenas community edition (since the other free version is getting turned down) Next I went down the rabbit hole for looking at best way to give it drives. Since the general consensus shared in forums was *qm* -...
  9. C

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

    Seems it was the card , i use a RX 580 that my brother had and worked flawless, Do you recommend using RDP or VNC ? i tested both but RDP works with audio.
  10. K

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

    ...section "(optional) Getting OVMF (UEFI) BIOS working: Error 43" in this. If that doesn't work: I think that's an error in the vendor-reset. But I don't know if this will help, but we can try changing vendor reset to use Polaris20, but I couldn't find any difference in them when I was going...
  11. C

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

    lspci -nn | grep -e "01:00" : 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] [1002:67df] (rev ef) 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere HDMI Audio [Radeon RX 470/480 /...
  12. K

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

    ...POLARIS20? The repeated reset attempts directly indicate to me that the VM is attempting to reset it before starting, but it isn't getting reset. Can you show me a picture of your lspci -nn | grep -e "01:00" output? And did you install vendor-reset by cloning gnif's repo and make + dkms...
  13. 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?
  14. 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 ?
  15. 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.
  16. 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?
  17. 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.
  18. 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.