I have a unique use case, I mainly produce music with Windows, use Qubes for school and development, and Gentoo for everything else. This facilitates the need for a tri-boot setup, with GRUB installed on a separate Gentoo SSD which has an entry for windows. The issue is that I have not found any documentation regarding adding an entry to successfully boot Qubes from GRUB on my Gentoo install. Could anyone point me in the right direction?
I should note that I am on Qubes 4.1.0 with a strictly UEFI bios configuration (no csm).
Yes it does show up, but that is what iām trying to avoid. Entering the BIOS boot menu is really inconvenient and makes a super loud beep. I would like to boot qubes through my gentoo install, and the grub that sits on the /boot partition of that drive, if that makes sense
Yep iāve using tried that and os-prober, and both try to launch dom0 without xen or something along those lines. It also has to load with special .efi files found in /boot. Iām not sure how to configure this without wrecking my other boot entries. Iāll do some testing when I get home later and see what works and what doesnāt.
Did you install Qubes with a boot partition? If so, could you try this:
When GRUB loads you normal menu, press ācā and type:
configfile (hdX,gptY)/efi/qubes/grub.cfg
? - If you donāt know X and Y, you should be able to press tab and get a list of known partitions ā look for āFilesystem type fatā. If this works, I think you can do something like:
Iāve not tested it, but looks like you should be able to add something like:
Thank you so much! that did it. I just had to copy /efi/qubes over to the other /efi folder and add your custom entry. Itās definitely not pretty, since it loads grub again before booting, but functionality is perfect and I still have access to all of the recovery options.