Almrond@lemmy.worldtoAsk Lemmy@lemmy.world•You haven't truly lived until you've _____?
1·
10 hours agoFine, I’ll be the guy. Sounds like grub-install isn’t writing the configuration to the right place. My first check would be what grub config is being used, then work on replacing that with the one generated by grub-install.
Well, I would start by booting from the GRUB command line. Using the install media can work to fix the system, but this is getting into chroot territory and there is no reason to believe the system isn’t working. Just not booting. Much simpler to use the grub rescue terminal to force a boot, then run all of the grub goodness from there. Basically, if it boots from the disk in rescue it guarantees grub/efi is mounted where it needs to be, from there grub-install on its own should just work. Also, make sure the config you are feeding grub-install is set to output a boot option. When in doubt use the default config, it should work fine.