When we boot using the internal graphics card, the system starts up fine. However, after installing the 3060 Ti, the system fails to boot, and we can’t even access TTY2 to log in.
We do receive a signal through HDMI from the 3060 Ti at the LUKS password prompt, but nothing beyond that.
We also discovered that the Wi-Fi/Bluetooth module was defective, which caused the FLR error. To resolve this, we removed the module entirely.
Adding rd.driver.blacklist=nouveau
Testing both the mapbs and noexitboot options (individually and together)
Adjusting various BIOS settings found online (we eventually restored defaults)
Removing the graphical LUKS interface and disabling quiet mode
Using an older Kernel
Do you want to use NVIDIA GPU instead of integrated GPU in dom0? Or do you want to still use integrated GPU in dom0 and pasthrough NVIDIA GPU to some qube?
Just to note that GPU in dom0 is only used in dom0 and not used for graphics in the qubes so using better GPU won’t affect graphics performance in the qubes.
If you want to passthrough NVIDIA GPU to some qube and just want to be able boot with it connected to configure it later then you can try to boot with nouveau.modeset=0 rd.driver.blacklist=nouveau kernel command line options in GRUB.
The Endgoal is to use the GPU in a Gaming-Cube, thats why i have added rd.driver.blacklist=nouveau to the grub parameters already.
i will add the nouveau.modeset=0 to that aswell and report later if that worked.
The underlying problem was that the inclusion of the graphic card changed the numbers of the pci devices, and that made the pci 05 device invalid as Ethernet-card.
qubes.skip_autostart => remove the faulty device, bind the correct one with the new number.
I am in a similar situation and, for the moment, my solution was to simply disable the NVIDIA (in the BIOS) and just work with the integrated graphic card.
Would you be so kind to write a set of detailed instructions that worked for you? Which files to edit, etc? Thanks!