• Almrond
    link
    14 hours ago

    Fine, 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.

    • @TommySoda
      link
      13 hours ago

      That’s what everyone was saying online but no solutions have worked. Since I can’t boot into Arch I’ve been having to go through the install USB to get anything done so it’s been super tedious. My next idea was going to try a different boot loader if I can’t get it to work.

      • Almrond
        link
        11 hour ago

        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.