Translations:GRUB/Restore the GRUB Bootloader/14/de
From Manjaro
Views
Actions
Namespaces
Variants
Tools
Prüfe, ob Dein System eine EFI Partition hat
root # lsblk -o PATH,PTTYPE,PARTTYPE,FSTYPE,PARTTYPENAME
Prüfe, dass die EFI Partition eingehängt ist
root # ls /sys/firmware/efi
Verlasse die "chroot" Umgebung
root # exit
Versuche, das EFI Dateisystem zu laden
root # modprobe efivarfs
Betrete wieder die "chroot" Umgebung
root # manjaro-chroot /mnt /bin/bash
Hänge das EFI Dateisystem ein
root # mount -t efivarfs efivarfs /sys/firmware/efi/efivars
Prüfe noch einmal, dass das EFI Dateisystem geladen ist
root # ls /sys/firmware/efi
Bei Erfolg wiederhole die GRUB Installation.