I tried using grub save default to save default grub menu entry based on my previous selection,
but following guides online it’s not working in endeavorOS
anyone know the correct syntax to get this working?
I take it from reading the section you quoted in /etc/default/grub
that we need
GRUB_SAVEDEFAULT=true
GRUB_DEFAULT=‘saved’
both of these settings, and I think I actually tried altering the syntax in the past,
and following multiple different people’s advice to get this working, and never could.
is it GRUB_SAVEDEFAULT=‘true’ (?)
and
GRUB_DEFAULT=‘saved’ (?)
or other choices? I don’t know I briefly tried troubleshooting it awhile ago,
and couldn’t figure out the exact details.
Even if / is btrfs but /boot/efi is fat32 (and /boot ext4 (but that’s just for the config files of grub, not the actual loader right?)) then GRUB should be “happy” …or?
I was convinced I wasn’t using the right configuration or syntax
I do have an ext4 /boot a fat32 /boot/efi with an f2fs root
BUT it’s on an nvme type ssd drive. In fact in my experience lots of different interconnected systems can cause issues ultimately when one configuration doesn’t line up with everything else, so the whole configuration needs to be considered to actually figure these things out appropriately