Hi!
So I dual boot windows (gaming - theres still some weird artefacts on the games I play using steam proton) and Linux (projects and development), but each of my OSes is on its own discrete drive.
Now I can get to both OSes using legacy boot, and spamming F12 during startup, but I’ll be frank - its a pain in the rear. I used to use rEFInd which was absolutely great until I updated my BIOS some months ago and I got stuck on Windows for some time.
Now that I have a bit of time to take back ownership of my pc, I thought I’d give BlueFin a go, but I’ve had some issues getting rEFInd workong.
I am a complete noob when it comes to immutable OSes - its been a lot of fun learning stuff over the past few days, but I don’t have that many more hours to burn on this so I’ll ask for help.
How can I set up rEFInd to point to the grub loader? I’d like to have my boot sequence look something like this: power-on → rEFInd → Windows/Bluefin - select bluefin → grub (to keep the rollback functinality) → desktop.
I only need to know what loader to select here:
menuentry BlueFin {
icon EFI/refind/icons/bluefin.png
volume "bluefin-boot"
loader /boot/?
os-type = "Linux"
options "ro root=UUID=blablauniqueid123"
disabled
}
As a recommendation I think it would be entirely possible for BlueFin to use rEFInd as its main bootloader, and simply maintain the rollback images in the hidden list - you just list them in the manual.conf file and include
that in the refind.conf file.