You are not logged in.
After i install the grub with:(all optional packages are installed, and no additional OS)
grub-install --efi-directory=/boot/efi --boot-directory=/boot/efi/EFI --bootloader-id=grub
i reboot my laptop and see this:
error: file '/efi/EFI/grub/x86_64-efi/normal.mod' not found
Entering rescue mode...
grub rescue>
(sorry if there bad english)
Last edited by notillegalnickname (2023-09-05 14:00:55)
Offline
what tutorial did you follow to get that grub install command ?
strait away i can see that '--boot-directory=/boot/efi/EFI ' is wrong and generally doesnt even need to be set as boot is normally '/boot', and '--efi-directory=/boot/efi' should be wherever you mounted your EFI partition, and you missed out '--target=x86_64-efi' as well.
please follow this: https://wiki.archlinux.org/title/GRUB
Online