Difference between revisions of "Translations:GRUB/Restore the GRUB Bootloader/9/en"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Importing a new version from external source) |
(No difference)
|
Revision as of 17:33, 7 September 2021
Manual chroot
Mount the partitions using the designated temporary mountpoint and always start with root
root # mount /dev/sdyC /mnt
Then - if applicable - mount boot
root # mount /dev/sdyB /mnt/boot
Then - if applicable - mount efi
root # mount /dev/sdyA /mnt/boot/efi
Create the chroot environment and use bash as shell
root # manjaro-chroot /mnt /bin/bash