Recent content by Hiroi

  1. H

    GPU Passthrough For Windows 11 Not Working (kvm: vfio: Unable to power on device, stuck in D3)

    Hey, thank you for the commands and the snippet. This was kinda driving me crazy, I can confirm this worked for me on my RX 9070XT.
  2. H

    kvm: ../hw/pci/pci.c:1803: pci_irq_handler: Assertion `0 <= irq_num && irq_num < PCI_NUM_PINS' failed.

    Hi! I want to passthrough a axelera ai gpu. The gpu does not have any drivers by default, I tried blacklisting them anyways, also tried to add the id in /etc/modeprobe.d/vfio.conf. When I want to start the VM with the GPU attached I get this error in the title. I tried to play with the options...
  3. H

    [WORKING] Amd RX 9070xt support

    I have made the following script in order to make the GPU work well for every time I want to start my VMs. It will give an error because it can't reset the gpu, but you can ignore that since we are unbinding and binding it manually. #!/bin/bash # Unbind the GPU from the vfio-pci driver (used...
  4. H

    [WORKING] Amd RX 9070xt support

    I found a way to use the GPU! It's not perfect, but it survives reboots and shutdowns of the VMs Basically, I used this to unbind the gpu: https://forum.level1techs.com/t/vfio-pass-through-working-on-9070xt/227194. NOTE: For this to work you need to remove amdgpu from...
  5. H

    [WORKING] Amd RX 9070xt support

    I think proxmox can't pass it through correctly since it can't detect it properly. Even though i assumed proxmox would just pass through the device. People did get it to work in VMs using libvirt so i tend to think the problem is with proxmox here.
  6. H

    [WORKING] Amd RX 9070xt support

    Do you mean it worked passing through to a linux vm with all the firmware pre installed?
  7. H

    [WORKING] Amd RX 9070xt support

    I actually followed those steps I did compile the latest kernel manually, and I did get the linux firmware files from git. There is no way to get mesa 25 working on proxmox right now, I did try to compile it from source but proxmox's versions of the tools required are too old, and you get stuck...
  8. H

    [WORKING] Amd RX 9070xt support

    Hi, I know this is kind of a long shot. But does anyone know when support for the rx 9070xt would come? I did compile the 6.13 kernel and got the linux firmware but it can't be passed through. This is pretty low priority I would imagine. But heads up would be appreciated. Thank you!
  9. H

    SSD disconnected when powering on 2 gpu passthrough vms

    First of all this thread is basically the aftermath of this one. It's not necessary to read it, but it paints a good picture of how this thing behaves. So I have 2 GPUs that I am passing through to 2 VMs (usually one windows and one linux or mac). Everything works fine when I am starting them...
  10. H

    When I start my windows and linux vms at the same time I get corruption

    Hi!, I am not really sure it's data corruption but it just seems like it. So, I have 2 vms that have separate GPUs assigned to them. When I start both of them, the one vm freezes for a bit and then it starts working again, but after I turn off the pc and boot it up again I get fsck on the screen...
  11. H

    How can I move my system from CSM to UEFI (Also, does AMD SAM work in a Windows VM)?

    I am not sure, to be honest, I saw posts where people got it running and some that said they couldn't.
  12. H

    How can I move my system from CSM to UEFI (Also, does AMD SAM work in a Windows VM)?

    Hi, I installed my system on legacy bios and want to convert it to UEFI. The reason is that I want to use Smart Access Memory in a Windows VM ( I heard that it works but I didn't find much about it sadly). This is my configuration if it helps, the system is installed on the 2 nvme drives using...
  13. H

    [SOLVED] Can I restore a backup if I reinstall the system?

    Thank you! I verified the backups right after I made them. I don't really have a complex config with my VMs, so it should be fine.
  14. H

    [SOLVED] Can I restore a backup if I reinstall the system?

    Hi, this might probably come out as a dumb question, but I really want to be 100% sure that it works before I try to reinstall my whole system. So I have 2 PCs running Proxmox (I will name them PC1 and PC2 for simplicity). So I want to reinstall PC1 and I want to restore 2 VMs after I do it. On...
  15. H

    [SOLVED] I need help setting up double gpu passthrough

    I've just bought a MSI MPG 570 and everything works fine now, I have two vms with two different gpus passed through at the same time. Thank you, I couldn't have fone it without your help!