Manjaro Difference between revisions of "Translations:GRUB/Restore the GRUB Bootloader/9/en"

Difference between revisions of "Translations:GRUB/Restore the GRUB Bootloader/9/en"

From Manjaro
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
===Manual chroot===
===Manual chroot===
(Unnecessary if you have used {{ic|manjaro-chroot}})
Mount the partitions using the designated temporary mountpoint and '''always''' start with ''root''
Mount the partitions using the designated temporary mountpoint and '''always''' start with ''root''
{{RootCmd|command=mount /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}}

Latest revision as of 09:08, 25 December 2021

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)
===Manual chroot===
(Unnecessary if you have used {{ic|manjaro-chroot}})
Mount the partitions using the designated temporary mountpoint and '''always''' start with ''root''

Manual chroot

(Unnecessary if you have used manjaro-chroot) Mount the partitions using the designated temporary mountpoint and always start with root

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