You are not logged in.
After the grub-install ... and grub-mkconfig -o /boot/grub/grub.cfg i reboot and could not boot in any of the grub menu items and got below error:
error: symbol 'grub_is_shim_lock_enabled' not found
Really appreciate any help to restore my Grub boot manager.
Last edited by infoslaw (2023-07-05 20:56:23)
Offline
This resolved my Grub issue:
mount /dev/nvme0n1p1 /boot
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
Offline