Booting into grub prompt after installation (UEFI)

Hello,
after installing the latest FreePBX 16 Distro (SNG7-PBX16-64bit-2109-3) on an UEFI machine it boots into grub prompt on the first boot.

I had a custom partition scheme like so:
sda1 /boot/EFI (ESP)
sda2 / (root, ext4)

Secure Boot was enabled but disabling it does not change anything.

Looking into /boot the structure looks like this:
/boot/EFI/
/boot/EFI/centos/
/boot/EFI/centos/shimx64-centos.efi
/boot/EFI/centos/grubx64.efi
/boot/EFI/centos/MokManager.efi
/boot/EFI/centos/mmx64.efi
/boot/EFI/centos/shim.efi
/boot/EFI/centos/shimx64.efi
/boot/EFI/centos/fonts/
/boot/EFI/BOOT/
/boot/EFI/BOOT/BOOTX64.EFI
/boot/EFI/BOOT/fallback.efi
/boot/EFI/BOOT/fbx64.efi

Best regards,

Afox

Can you

efibootmgr -v

?

I´m not sure where you want me to enter this.

In a shell

I can manually edit the boot entries if you want to check this. The default boot entry was
CentOS Linux HD (1, GPT, #some_letters_and_numbers#)/File(\EFI\centos\shimx64.efi)

Then UEFI seems good, not so much grub

But I find

does it all for you easily.

1 Like

Thank you, that helped me a lot!
After I got the system booting I needed to enter
grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
because the grub.cfg wasn´t present in that directory for some reason.

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