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

Importing a new version from external source
(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}}
8,560

edits