0 Mitglieder und 1 Gast betrachten dieses Thema.
[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
sudo efibootmgr --bootnext 0000
sudo grub-install
sudo update-grub
sudo apt-get --reinstall install grub-common grub-efi-amd64 os-prober
Zeigt, ob das System mit UEFI oder BIOS läuft:Code: [Auswählen][ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
BIOS
Wenn BIOS erscheint, müsste das Live-System im UEFI-Modus gebootet werden.Dafür im Bootmenü den Eintrag wählen, wo "UEFI:" davor steht.
error: no such partition.Entering rescue mode...grub rescue> _
GNU GRUB version 2.02Minimal bash-like editing is supported. [...]grub> _
UEFI
sudo efibootmgr --bootnext 0000BootNext: 0000BootCurrent: 0003Timeout: 0 secondsBootOrder: 0007,0006,0002,0004,0000,0001,2001Boot0000* ubuntuBoot0001* Ubuntu[...]
dev/sda3: UUID="8f7c9299-cb23-4258-9985-c1ed109de99c" TYPE="crypto_LUKS" PARTUUID="f9375408-c1ee-42d1-bc87-9a47d1e66991"
Da ist auch eine EFI-Partition drauf; wird die benötigt?
sudo efibootmgr -b 0000 -B
sudo efibootmgr -b 0001 -B
Ich würde sie aber mit fat32 formatieren und anschließend kontrollieren, ob noch die Markierungen boot, esp gesetzt sind.