Recent content by futiless

  1. F

    [GPU Passthrough] Severe Artifacts/Crashes with cpu: host/EPYC- but Stable with cpu: kvm64 on Zen 5 9955HX*

    Hello everyone, I'm running a Ryzen 9 9955HX (Zen 5) with an integrated Radeon 610M GPU passed through to a Windows 11 VM using VFIO on Proxmox VE. I'm following a slightly modified version of the isc30/ryzen-gpu-passthrough-proxmox guide (specifically the method described in issue #131 using...
  2. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    Using the hookscript method from isc30/ryzen-gpu-passthrough-proxmox issue #131 for my Ryzen 9 9955HX (integrated Radeon 610M) -> Windows 11 VM setup. Issue: I need help identifying why modern CPU models cause instability. cpu: host, cpu: EPYC-v4, cpu: EPYC-v3: Lead to severe artifacts...
  3. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    I have specified it to 16GB, I don't think 8GB was better. I disabled the 2 settings related to dGPU. Presently I have Hybrid Graphics enabled. I guess I could turn that off again. Although I don't think that affected anything either.. I hope I get a BIOS update and everything is fixed. That...
  4. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    Here you can see what I am dealing with thus far. This is dmesg -l 4,3,2,1,0
  5. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    Ah, spoke too soon... eventually it started having video failure to the point the entire video card was in a crash reset loop. That is until I closed the browser, launched it again, then refreshed all pages and cleared the cache on the pages that failed. Although it is the best it has ever...
  6. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    I started by setting up everything exactly as seen on : https://github.com/isc30/ryzen-gpu-passthrough-proxmox/issues/131#issue-3266798285 Next I added the pnputil /enable-device /class MEDIA /connected to the startup script as a batch file (*also the shutdown in the same way) I would seem...
  7. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    I have a lingering issue, perhaps someone is able to help me. My windows vm works in every way but I am unable to set display:none and primary select the Radeon Graphics card and have it succeed to display video. It works flawlessly however without no video. After normal shutdown if I add back...
  8. F

    [SOLVED] Stuck Extracting VBIOS for Ryzen 9 9955HX (Granite Ridge) - VFCT Access Denied, UEFITool GOP Attempts Stall V; MS-A2 Minisforum

    Good point ; I would retract the whole post if I could. I finally found the TOOLS section of that sight which solved my problems. If I had only been aware that the tools I needed were there all along. FINALLY the artifacts are gone and hash is different on my Vbios .rom and GOP .bin.
  9. F

    [SOLVED] Stuck Extracting VBIOS for Ryzen 9 9955HX (Granite Ridge) - VFCT Access Denied, UEFITool GOP Attempts Stall V; MS-A2 Minisforum

    Hello everyone, I'm hoping someone can point me in the right direction. I'm trying to set up GPU passthrough on a brand new system based on the Ryzen 9 9955HX (Zen 5) processor using Proxmox VE 8.x. The integrated graphics are the Granite Ridge [Radeon Graphics] [1002:13c0]. I followed the...
  10. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    Have you tried VFIO passthrough (what vender-reset enables) with recent kernels to know if they can get it from 80 % - > 100%. depleting that one or two failures i get to display passthrough going solid green color. That is until host pve is reset.. anyways .. Or can you confirm this is fools...
  11. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    Hi uzumo First and foremost, thank you. Your guidance and the resources you pointed to were absolutely critical in finally getting this working. After weeks of struggle, we have a stable passthrough setup on our Minisforum MS-A2 with the Granite Ridge iGPU (`1002:13c0`). Your patience and...
  12. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    Very wise indeed. Pnputil is a fantastic idea. As stupid and as simple as it is would be, might be good to make it into a background process with a watchdog. Not like its necessary but that would be a default go to when building a vm ;) ... Thanks for the advice I will have more time to tinker...
  13. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    Success! Thank you uzumo! I wanted to provide a final update: passthrough is now working perfectly! After many days of extensive troubleshooting, trying various kernels (6.8.12-11-pve, 6.14.11-2-pve), meticulously configuring vfio-pci binding, blacklists, complex GRUB parameters, and...
  14. F

    [SOLVED] Proxmox 9.0 + AMD Radeon iGPU (Granite Ridge) Passthrough: A Desperate Plea for Help

    Hi Uzomo / everyone, Just a quick update on the VBIOS file (AMDGopDriver_9800x3d.rom) investigation. I tested the romfile= parameter extensively, primarily using the Ubuntu Live CD as a diagnostic tool, and here's what I observed: Without romfile=: The Ubuntu Live CD boots successfully...
  15. F

    [SOLVED] Proxmox 8.3.5 / Kernel 6.11.11-1: Unable to passthrough AMD iGPU (Ryzen 7 9800X3D / Granite Ridge) on X870E mobo

    Hi @abl030, Thank you so much for your detailed posts and confirmation that this setup can work. Your input was invaluable in guiding my troubleshooting. I wanted to provide a specific update regarding the AMDGopDriver_9800x3d.rom file you shared from the isc30/ryzen-gpu-passthrough-proxmox...