like termdisc, i also have it on a seperate drive. it does disappear in GRUB for me too, but usually i can get to it by going into the BIOS boot menu and selecting the drive that has Windows... but if windows is in the same drive idk if that will be an option
@KyleGospo single gpu passthrough is full of more pitfalls than dual gpu passthrough (2 gpus on system)
the problem with it is that it is very system specific, the script has to be tailored to each system depending on what the user is running (this is however kinda solved with ublue assuming the user does not have a container running using the gpu or a layered program that does not close entirely by stopping the display manager)
there is even less systems that support single gpu passthrough than dual gpu passthrough
3D controllers cannot be passed to a VM, well it can but you will never get it to work as it relies on the main gpu to even function and VMs do not have access to that.
if anything is still using the gpu when the display manager is stopped, you at best get a black screen and need to restore the system through tty or you get a frozen system with a black screen
it doesnt really solve anything other than being a good party trick? unless youre a person that does a lot of OS testing (lets you rapidly test OSes without having to install them directly on the hardware but having access to your hardware)
intel is the only supported igpu for using in VMs but not the way you would expect since it will keep the host display active so you will need a different way to view the VM screen (spice will not work, not sure if looking-glass works for this method)
hooks for the single gpu passthrough has to be manually set up for every VM you want to do it on (unless you want to make it do it on every VM)
it would be a nightmare to support either way. the vfio stuff we have in the justfile right now is stuff that is pretty easy to configure (yet people fail at it) and is pretty much set in stone. if that for example in the future should be expanded to support passthrough with identical cards, it would require us building custom scripts into initramfs that is specially tailored to the users pci ids for their gpu that they want to passthrough.
it will happen when hw_ver gets bumped in bazzite if you enabled iommu for example it will get turned off again next time bazzite tells it to run a full check again
Alright got it booted up and QAM works!! Both menu button and the QAM works, tdp limit is only at 15 but as Kyle said just to use decky loader. Now the audio needs to be fixed and the keyboard on desktop mode as well