Difference between revisions of "GRUB/Restore the GRUB Bootloader"
no edit summary
imported>Philm |
imported>Philm |
||
Line 45: | Line 45: | ||
'''2.''' [https://forum.manjaro.org/index.php?topic=21472.0 mhwd-chroot] is a tool to easily chroot into an installed Linux installation from a live boot of a Manjaro Installation Media. Install it with | '''2.''' [https://forum.manjaro.org/index.php?topic=21472.0 mhwd-chroot] is a tool to easily chroot into an installed Linux installation from a live boot of a Manjaro Installation Media. Install it with | ||
pacman -S mhwd-chroot | sudo pacman -S mhwd-chroot | ||
Start mhwd-chroot from your Start Menu or in your terminal one of the following commands: | Start mhwd-chroot from your Start Menu or in your terminal one of the following commands: | ||
Line 122: | Line 122: | ||
First, install the software applications ''mtools'' and ''os-prober''. mtools is a collection of tools to access MS-DOS disks from GNU/Linux and Unix without mounting them. os-prober is a utility that detects if there are any other operating systems present. Install them both with the following command: | First, install the software applications ''mtools'' and ''os-prober''. mtools is a collection of tools to access MS-DOS disks from GNU/Linux and Unix without mounting them. os-prober is a utility that detects if there are any other operating systems present. Install them both with the following command: | ||
pacman -S mtools os-prober | sudo pacman -S mtools os-prober | ||