I’m a bit old school using the old BIOS bootloader stuff for years. I made the jump to UEFI and performed a bios update. It actually removed my UEFI entry for my Debian install. I had a bit of a panic and found a quick way to recover.
This process will add an entry into the UEFI boot table pointing to my bootloader (grub)
execute the following command:
efibootmgr -c -l "\EFI\debian\grubx64.efi" -L "Debian"
If your boot is successful but things aren’t quite right:
apt-get install --reinstall grub-efi
grub-install
update-grub
Created: 2024-03-21 | Modified: 2024-04-01 |