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)
(No difference)

Revision as of 17:33, 7 September 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

Mount the partitions using the designated temporary mountpoint and always start with root

root # mount /dev/sdyC /mnt COPY TO CLIPBOARD


Then - if applicable - mount boot

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


Then - if applicable - mount efi

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


Create the chroot environment and use bash as 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.