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
quigley
quigleyOP•9mo ago
Answer: ujust setup-virtualization
wolfyreload
wolfyreload•9mo ago
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
quigley
quigleyOP•9mo ago
So I was following it and feel like Ive done it all but then I get this error
quigley
quigleyOP•9mo ago
No description
quigley
quigleyOP•9mo ago
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
wolfyreload
wolfyreload•9mo ago
you typically need 2 GPUs for GPU passthrough sadly
No description
quigley
quigleyOP•9mo ago
Ahhh I was afraid that was the case. Thank you for the quick response. Ill continue to dual boot windows and bazzite for now
wolfyreload
wolfyreload•9mo ago
What game are you trying to play that has your stuck with a dual boot?
quigley
quigleyOP•9mo ago
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
wolfyreload
wolfyreload•9mo ago
no problem
HikariKnight
HikariKnight•8mo ago
and @wolfyreload 🙂 almost all of the logic of quickpassthrough is in ujust setup-virtualization but tailored to ublue
No description
wolfyreload
wolfyreload•8mo ago
Good to know. Thank you 🙂

Did you find this page helpful?