Difference between revisions of "GRUB/Restore the GRUB Bootloader"
Views
Actions
Namespaces
Variants
Tools
modified disk/partition references to non-existing to avoid copy-paste issues
imported>Fhdk (change disk reference to a non-existing disk) |
imported>Fhdk (modified disk/partition references to non-existing to avoid copy-paste issues) |
||
Line 65: | Line 65: | ||
In this particular instance, '''having used the assisted preparation method to install Manjaro earlier''', the partitions for the author's Manjaro system are as follows: | In this particular instance, '''having used the assisted preparation method to install Manjaro earlier''', the partitions for the author's Manjaro system are as follows ('''Example only''' modify to match your system): | ||
* '''/dev/ | * '''/dev/sdy1''': Boot partition | ||
* '''/dev/ | * '''/dev/sdy2''': Swap partition | ||
* '''/dev/ | * '''/dev/sdy3''': Manjaro system | ||
* '''/dev/ | * '''/dev/sdy4''': Space for personal files. | ||
Line 83: | Line 83: | ||
In this instance, as the Manjaro system partition is ''/dev/sda3'', this will be mounted using the following command: | In this instance, as the Manjaro system partition is ''/dev/sda3'', this will be mounted using the following command: | ||
mount /dev/''' | mount /dev/'''sdy3''' /mnt | ||
Line 91: | Line 91: | ||
In this instance, a separate partition --''/dev/ | In this instance, a separate partition --''/dev/sdy1''-- has been used for the GRUB, and will be mounted using the following command: | ||
mount /dev/''' | mount /dev/'''sdy1''' /mnt/boot | ||
{{note|Again, if you have not used a separate boot partition, then it (obviously) does not need to be mounted!}} | {{note|Again, if you have not used a separate boot partition, then it (obviously) does not need to be mounted!}} | ||
Line 109: | Line 109: | ||
mount -t devpts pts /mnt/dev/pts/ | mount -t devpts pts /mnt/dev/pts/ | ||
chroot /mnt | chroot /mnt | ||
= Restore GRUB = | = Restore GRUB = |