Manjaro Difference between revisions of "Translations:GRUB/Restore the GRUB Bootloader/14/de"

Difference between revisions of "Translations:GRUB/Restore the GRUB Bootloader/14/de"

From Manjaro
(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...")
Tags: Mobile web edit Mobile edit
 
(No difference)

Latest revision as of 11:24, 13 March 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (GRUB/Restore the GRUB Bootloader)
{{BoxWarning|EFI grub install messages|EFI variables are not supported on this system.}}
Verify the existance of an EFI system partition
{{RootCmd|command=lsblk -o PATH,PTTYPE,PARTTYPE,FSTYPE,PARTTYPENAME}}
Verify the efi filesystem is loaded
{{RootCmd|command=ls /sys/firmware/efi}}
Exit chroot
{{RootCmd|command=exit}}
Try loading the efi filesystem
{{RootCmd|command=modprobe efivarfs}}
Re-enter chroot 
{{RootCmd|command=manjaro-chroot /mnt /bin/bash}}
Then mount the efi filesystem
{{RootCmd|command=mount -t efivarfs efivarfs /sys/firmware/efi/efivars}}
Verify the efi filesystem is loaded
{{RootCmd|command=ls /sys/firmware/efi}}
If successfull re-run above installation commands
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.