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

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

From Manjaro
(Created page with "{{RootCmd|command=mount /dev/sdyC /mnt}} {{Important|Beachte bei einem BTRFS Dateisystem, dass die "subvolumes" einghängt werden:{{RootCmd|command=mount -o subvol=...")
Tags: Mobile web edit Mobile edit
 
(No difference)

Latest revision as of 10:53, 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)
{{RootCmd|command=mount /dev/sdyC /mnt}}
{{Important|With a [[Btrfs|BTRFS filesystem]], you should note that the subvolumes must be mounted. That would be in such a case:{{RootCmd|command=mount -o subvol=@ /dev/sdyC /mnt}}}}
Then - if applicable - mount ''boot''
{{RootCmd|command=mount /dev/sdyB /mnt/boot}}
Then - if applicable - mount ''efi''
{{RootCmd|command=mount /dev/sdyA /mnt/boot/efi}}
Create the chroot environment and use bash as shell
{{RootCmd|command=manjaro-chroot /mnt /bin/bash}}
root # mount /dev/sdyC /mnt COPY TO CLIPBOARD


Info
Beachte bei einem BTRFS Dateisystem, dass die "subvolumes" einghängt werden:
root # mount -o subvol=@ /dev/sdyC /mnt COPY TO CLIPBOARD


Dann - wenn zutreffend - hänge boot ein

root # mount /dev/sdyB /mnt/boot COPY TO CLIPBOARD


Dann - wenn zutreffend - hänge efi ein

root # mount /dev/sdyA /mnt/boot/efi COPY TO CLIPBOARD


Starte die "chroot" Umgebung mit der Bash shell

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


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