Manjaro Translations:GRUB/Restore the GRUB Bootloader/14/de

Translations:GRUB/Restore the GRUB Bootloader/14/de

From Manjaro
Revision as of 11:24, 13 March 2022 by Antis81 (talk | contribs) (Created page with "{{BoxWarning|EFI GRUB Installationsmeldungen|EFI variables are not supported on this system.}} Prüfe, ob Dein System eine EFI Partition hat {{RootCmd|command=lsblk -o PATH,PT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
EFI GRUB Installationsmeldungen
EFI variables are not supported on this system.

Prüfe, ob Dein System eine EFI Partition hat

root # lsblk -o PATH,PTTYPE,PARTTYPE,FSTYPE,PARTTYPENAME COPY TO CLIPBOARD


Prüfe, dass die EFI Partition eingehängt ist

root # ls /sys/firmware/efi COPY TO CLIPBOARD


Verlasse die "chroot" Umgebung

root # exit COPY TO CLIPBOARD


Versuche, das EFI Dateisystem zu laden

root # modprobe efivarfs COPY TO CLIPBOARD


Betrete wieder die "chroot" Umgebung

root # manjaro-chroot /mnt /bin/bash COPY TO CLIPBOARD


Hänge das EFI Dateisystem ein

root # mount -t efivarfs efivarfs /sys/firmware/efi/efivars COPY TO CLIPBOARD


Prüfe noch einmal, dass das EFI Dateisystem geladen ist

root # ls /sys/firmware/efi COPY TO CLIPBOARD


Bei Erfolg wiederhole die GRUB Installation.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.