How can I install virt manager on Bazzite
I will be trying to do some PCI passthough to my windows VM and for some reason I cant figure out how to install virt manager on bazzite.
12 Replies
Answer: ujust setup-virtualization
After you have virt manager installed. Have a look at HikariKnight's guide for the PCI passthrough part https://github.com/HikariKnight/quickpassthrough
GitHub
GitHub - HikariKnight/quickpassthrough: A project to remove the com...
A project to remove the complexity of setting up GPU passthrough for qemu - HikariKnight/quickpassthrough
So I was following it and feel like Ive done it all but then I get this error
Heres the details:
Unable to complete install: 'unsupported configuration: host doesn't support passthrough of host PCI devices'
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/createvm.py", line 2008, in _do_async_install
installer.start_install(guest, meter=meter)
File "/usr/share/virt-manager/virtinst/install/installer.py", line 695, in start_install
domain = self._create_guest(
^^^^^^^^^^^^^^^^^^^
File "/usr/share/virt-manager/virtinst/install/installer.py", line 637, in _create_guest
domain = self.conn.createXML(initial_xml or final_xml, 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/site-packages/libvirt.py", line 4529, in createXML
raise libvirtError('virDomainCreateXML() failed')
libvirt.libvirtError: unsupported configuration: host doesn't support passthrough of host PCI devices
Also idk if this helps at all but I have a single GPU that im trying to pass through to virt manager. So im using this one gpu for my bare metal and vm
you typically need 2 GPUs for GPU passthrough sadly
Ahhh I was afraid that was the case. Thank you for the quick response. Ill continue to dual boot windows and bazzite for now
What game are you trying to play that has your stuck with a dual boot?
Not any game specifically. Just wanted the convenience of being able to switch between OSs while I get used to Linux. Also I prefer the video editors on windows. Not a big deal tho since I can just dual boot
Appreciate the help
no problem
and @wolfyreload
π
almost all of the logic of quickpassthrough is in
ujust setup-virtualization
but tailored to ublueGood to know. Thank you π