GRUB not booting

My grub is not booting. I was able to chroot but the commands that follow don’t seem to work. I followed these tutorials.
https://discovery.endeavouros.com/system-rescue/arch-chroot-for-efi-uefi-systems/2021/03/

and then I did this one and got stuck:
https://discovery.endeavouros.com/system-rescue/repair-a-non-booting-grub/2021/03/

I attached a picture. madad madad.
SELF_teUzKHJw

Your grub-install command is not correct.
You are using one for MBR/Legacy system.
You would need to use one adapted to the UEFI boot mode.

You have correctly mounted the relevant partitions and successfully chrooted into your installed system:
Just use:

grub-install

or the more elaborate one:

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=enos-grub

Then regenerate grub.cfg:

grub-mkconfig -o /boot/grub/grub.cfg

Lastly, type exit to quit chroot and reboot.

Hopefully this will fix the Grub issue for you.

1 Like

GOD BLESS YOU
Was stuck for an entire week. actually maybe longer. wohoooooo

1 Like

Glad you got it sorted out!
Next time, don’t wait one week. Just post on the forum :wink: :smile:

And also, welcome to the community @sirmud

:enos_flag: :handshake:t5:

PS. please consider checking the solution box under the post pointing out the solution for the forum software to regard the topic as solved and for other users with similar issue to find the solution more easily.

1 Like

Welcome to the EndeavourOS forum. I hope you enjoy your time here. :enos:

Pudge

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.