Search results for query: boot GPU

  1. I

    Proper way to install Proxmox in UEFI mode.

    IMHO CSM creates more problems than it solves. AFAIK CSM only helps with booting in UEFI but not being able to Secure boot. Since that is not the case for Proxmox, this does not apply. So I would set it to UEFI only and CSM disabled to get a UEFI and secure boot enabled Proxmox install. Your...
  2. G

    GMKTEC K12 | Ryzen 7 H 255 | Problem with IGPU

    Could you send me the ROM for the graphics card and sound card? Unfortunately, I don't know if I can do it myself, but then I would have it ready and could help you test what the problem might be :)
  3. L

    GMKTEC K12 | Ryzen 7 H 255 | Problem with IGPU

    Please try unplug and then reconnect the HDMI cable to see if it works.
  4. B

    GMKTEC K12 | Ryzen 7 H 255 | Problem with IGPU

    btw i got the display to work somewhat. when the vm boots i see the boot process up until the windows login on the display and then it craps out and shows garbage on the screen. to get that far i needed to extract the specific rom file for the H255 using the tools here...
  5. N

    HP ProDesk 600 G1 Intel i5-4590: IOMMU?

    Hi everyone! I just wanted to write a guide for those (like myself) trying out GPU passthrough with the HP ProDesk 600 G1 in 2025... I needed to enable VT-d using the "Replicated setup" method (previously mentioned here) in the UEFI/BIOS as the VT-d option was not present in the menus (GUI)...
  6. leesteken

    GPU Passthrough Error

    Obviously, your hookscript has problems in the pre-start phase. Looks like it is trying to do stuff to the GPU. Maybe disable the hookscript for now? The "stuck in D3" indicated that the GPU does not reset properly. Are you sure that the GPU is not used during the boot process? Is vfio-pci (and...
  7. leesteken

    GPU Passthrough Error

    Set the motherboard BIOS to boot with the integrated graphics. Make sure it shows output (like the motherboard logo and boot loader) on a display connected to the integrated graphics, and to show nothing on a display connected to the 9060XT. Also, early bind vfio-pci to the 9060XT so no driver...
  8. S

    GPU Passthrough Error

    I have a cpu with onboard graphics, if you can point me to a guide to make sure nothing touches the gpu during boot.
  9. leesteken

    GPU Passthrough Error

    This is not uncommon as many devices don't reset properly and does not have to be a problem. If your GPU does not reset properly (which is most likely the case) then you need to make sure nothing touches the GPU during the Proxmox boot process (use another GPU to boot from or use the...
  10. S

    GPU Passthrough Error

    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 kvm: ../hw/pci/pci.c:1815: pci_irq_handler: Assertion `0 <= irq_num && irq_num < PCI_NUM_PINS' failed...
  11. L

    GMKTEC K12 | Ryzen 7 H 255 | Problem with IGPU

    Does your VM experience a performance decrease when using args: -cpu 'host,-hypervisor,kvm=off' compared to when they are not used?
  12. B

    GMKTEC K12 | Ryzen 7 H 255 | Problem with IGPU

    Ok, So the exclamation mark is gone. I followed this reddit post , https://www.reddit.com/r/MiniPCs/comments/1pl8h29/gmktec_k12_780m_igpu_and_proxmox_9_passthru/ here is my conf agent: 1 args: -cpu 'host,-hypervisor,kvm=off' bios: ovmf boot: order=ide0;scsi0 cores: 8 cpu: host efidisk0...
  13. B

    Can't upload ISOs via PVE (proxmox 9 ZFS IO Stall)

    Hello, I used to be able to upload isos from the web ui. This is a basic feature, of course it worked, never had a problem with pve 8. Somewhere since PVE9, maybe 9.1, I can no longer upload isos. The system io stall goes up to 90 and the upload stops dead. it is pretty consistent that it...
  14. G

    GMKTEC K12 | Ryzen 7 H 255 | Problem with IGPU

    You would have to show the entire configuration, what exactly you changed and what you added. Generally, Windows itself will work without any problems, the only issue is with restarting. The question is also why you are using AMDGopDriver.rom instead of AMDGopDriver_8845hs.rom, and it would be...
  15. W

    Host system crash after VM power off/Reboot

    I haven't tried using a Linux VM instead of a Windows VM, though that would probs be a good thing to try. The issue with that is I don't exactly have enough space to do that at the moment, but I will test that when I get the ability to. I know that ejecting the GPU before shutting down the VM...
  16. leesteken

    Host system crash after VM power off/Reboot

    Maybe the drivers leave the GPU in a state that the same driver does not expect or cannot handle on the next VM boot. Have you tried a recent Linux VM to see if it has the same problem. Maybe starting a Linux VM after the Windows VM helps as a work-around. Or maybe ejecting the GPU before...
  17. M

    Problem with GPU Passthrough (AMD RX 9060 XT)

    That's exactly what's happening, lspci only shows the PCIe bridge: 03:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev 25) 04:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch (rev...
  18. E

    Win 10 VDI w/GPU Passthru - Desktop Lag/Jitter Troubleshooting

    Thank you for your feedback, after two years problem continue but seems ok with intel-hda driver..
  19. M

    Problem with GPU Passthrough (AMD RX 9060 XT)

    Hello, thanks for the reply. I followed as well, I was taking a look on the official wiki first https://pve.proxmox.com/wiki/PCI_Passthrough but didn't find how to make it work :( The device don't even show up on the RAW device selection, that's why I tried to map it, I thought that maybe the...
  20. leesteken

    Problem with GPU Passthrough (AMD RX 9060 XT)

    That's normal and not a problem. Apparently, there is IOMMU isolation between the different parts of the GPU and that is fine. This is not the cause of any problems that you have with passthrough. Why not follow the Proxmox manual, Wiki or forum threads? intel_iommu=on is not necessary for...