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