Hello,
I ran yay -Syu
today, and while running I have noticed an error concerning grub. My system is an EFI (not BIOS) system. I have tried running the installation of grub once again from CLI to see the error better:
LC_ALL=en_US.UTF-8 pacman -S grub
warning: grub-2:2.12.r382.gee789e1a-2 is up to date – reinstalling
resolving dependencies…
looking for conflicting packages…
Packages (1) grub-2:2.12.r382.gee789e1a-2
Total Installed Size: 38.21 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? \[Y/n\] y
(1/1) checking keys in keyring \[--------------------------------------------------------------------\] 100%
(1/1) checking package integrity \[--------------------------------------------------------------------\] 100%
(1/1) loading package files \[--------------------------------------------------------------------\] 100%
(1/1) checking for file conflicts \[--------------------------------------------------------------------\] 100%
(1/1) checking available disk space \[--------------------------------------------------------------------\] 100%
:: Processing package changes…
(1/1) reinstalling grub \[--------------------------------------------------------------------\] 100%
:: To use the new features provided in this GRUB update, it is recommended
to install it to the MBR or UEFI. Due to potential configuration
incompatibilities, it is advised to run both, installation and generation
of configuration:
# install-grub
# update-grub
:: Running post-transaction hooks…
(1/3) Arming ConditionNeedsUpdate…
(2/3) Installing Grub to MBR/EFI
EFI variables are not supported on this system.
EFI variables are not supported on this system.
Grub will be installed on: EFI
Installing for x86_64-efi platform.
EFI variables are not supported on this system.
EFI variables are not supported on this system.
grub-install: error: efibootmgr failed to register the boot entry: No such file or directory.
Failed: grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --recheck --force
WARNING: Bootloader is not properly installed, system may not be bootable
error: command failed to execute correctly
(3/3) Updating the info directory file…
What’s going on there, and how to solve it? I am pretty sure I have missed some documentation, but I can’t find something about it.
Thanks in advance.