Difference between revisions of "GRUB/Restore the GRUB Bootloader"
Replace mhwd-chroot with manjaro-chroot
imported>Petsam m (→Overview: reform) |
imported>Dalto (Replace mhwd-chroot with manjaro-chroot) |
||
Line 33: | Line 33: | ||
==Use | ==Use manjaro-chroot== | ||
'''1.''' Start by identifying the partition where your Manjaro installation | '''1.''' Start by identifying the partition where your Manjaro installation controlling the active Grub menu resides and needs repairing. If you are in Graphical mode you can use an application called ''GPartEd'', which should be in Menu > System > GPartEd. This will provide a simple visual illustration of the partitions on your hard drive(s). | ||
To do the same thing from terminal or TTY you can use this command | To do the same thing from terminal or TTY you can use this command | ||
Line 42: | Line 42: | ||
'''2.''' | '''2.''' manjaro-chroot is a tool to easily setup a functional chroot into an installed Linux installation from a live boot of a Manjaro Installation Media. | ||
To setup the chroot use the command | |||
sudo | sudo manjaro-chroot -a | ||
You will be presented with a terminal. Wait until it shows a list with the available system partitions on your computer and choose the one you want to repair. | You will be presented with a terminal. Wait until it shows a list with the available system partitions on your computer and choose the one you want to repair. |