You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have set up the scripts for my win10 VM and have attached them below. When running the start script via SSH, a segmentation fault occurs after the EFI framebuffer unbinding line and the rest of the script does not execute, so the VM does not start. I believe I have set up the virt-manager config correctly, passed through the PCI devices, provided a rom file for the GPU and it boots fine without passing the GPU through. I'm not sure what I'm doing wrong here and can't find any useful information about this online, so I am asking for support here.
GPU: AMD RX 570
OS: Manjaro, Linux 5.12.9
I've been fighting with this for a while and found the solution for it. @twenty405 @adrielsand if you two are still having this issue, I hope I can be helpful.
I posted basically this same question to the VFIO subreddit here. One commenters pointed out to me that, for AMD, you don't need to unbind the EFI-frambuffer. Remove the lines involving the VT consoles and the EFI-framebuffer from your script, let the virsh nodedev-detach and virsh nodedev-reattach lines handle that automatically. After those lines, unload and load the modules as needed
Hi,
I have set up the scripts for my win10 VM and have attached them below. When running the start script via SSH, a segmentation fault occurs after the EFI framebuffer unbinding line and the rest of the script does not execute, so the VM does not start. I believe I have set up the virt-manager config correctly, passed through the PCI devices, provided a rom file for the GPU and it boots fine without passing the GPU through. I'm not sure what I'm doing wrong here and can't find any useful information about this online, so I am asking for support here.
GPU: AMD RX 570
OS: Manjaro, Linux 5.12.9
kvm.conf:
start.sh:
revert.sh:
The text was updated successfully, but these errors were encountered: