I see this guide but 1) it’s a bit more advanced than what i can grasp. For example it starts with the following straight out the gate:
If you have had to change to legacy boot mode then you may have to reinstall grub in the existing OS. (Make sure that you use grub rather than a grub-efi version).
Micah Lee suggests installing grub to a partition, and then installing Qubes with grub installed in MBR.
If you take this approach then you need to add to /etc/grub.d/40_custom in Qubes dom0:
menuentry "Other Linux" { set root=(hd1,X) chainloader +1 } (Change X to reflect the relevant partition where grub is installed.)Then update the grub config:
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Like, what the hell is grub even, let alone how to add that string in /etc/grub.d/40_custom in Qubes dom0 in ummm…Qubes dom0??
Stupidest “guide” tbh.
And 2), I want a type of set up where I am able to see a menu with the 3 OSs whenever I turn on my computer, and then i would select the one i want to boot into for that session. How can i achieve this?
Currently, I have a dual boot situation of Windows and Ubuntu. But not like how i described above. I have to select which OS i want from BIOS/UEFI. I assume the above guide is for this type of setup.
I understand the risk of running a multibooot with Qubes.
Appreciate any help!