-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qemu error: cannot support legacy mode due to existing devices at address 1f.0 #17
Comments
I can't say I recognize the error, but the failing lspci could be a problem indeed. |
Ok I'll give it a try! Do I need to delete anything other than |
I was about to report that this worked perfectly but after the installation finished and the VM shut down it got stuck when trying to unbind the dGPU from vfio to the amdgpu driver, froze my entire system and the fans kicked in at full speed 😅 After a reboot I tried running
I'll try this again tomorrow. Maybe rebooting a few times will fix it 😄. The Sidenote: I don't think its necessary to start remina/rdp when running the first setup as you can watch the progress in the spice window anyway :) |
Removing user.conf should be enough. I haven't gotten that unrecoverable state error before, but your GPU might be having the reset bug. You could try this fix: I will say that I sometimes have binding issues with the dGPU as well, but for me it just gets stuck without errors and I have to reboot to recover from that situation. Regarding your sidenote, the default display mode is 5 if I recall correctly, you can create a new one that keeps USE_RDP false, this way it won't start Remmina. I just decided to make use RDP and dmabuf at the same time by default so that you can see the boot screen which wouldn't be possible with RDP. |
Hi! Awesome work you've done here. I just tried running this on my Thinkpad E590 running Fedora 34. The steps
setup
check
configure
andiso
all worked fine but when I ran./mbpt start
I got the following error :Running
spicy -h localhost -p 5900
opened up two black windows with no content.During setup I used all the default values except for the
amdgpu
driver for the dGPU and setting the right PCIe addresses from lspci (00:02.0
for the Intel iGPU and03:00.0
for the AMD dGPU)Have you run into this issue before? Sorry if this is something simple I missed.
Some more system info:
the
lspci -s: invalid slot number
in the first line here seems suspicious to me.I'd be happy to provide more details and can send you the full check logs if you want.
The text was updated successfully, but these errors were encountered: