- Chroot into your linux instalation
- The easiest way is with
mhwd-chroot
- Install it
yaourt -S mhwd-chroot
- Run it
sudo mhwd-chroot
- DONE, you have chrooted into your linux installation (open a root console of your installed linux OS, is like just open a console with root access)
- Install it
- The easiest way is with
- Restore your GRUB
- Install a new GRUB bootloader with
grub-install /dev/sda
- Recheck to ensure the that installation has completed without any errors
grub-install --recheck /dev/sda
- Finally, configure the freshly installed GRUB bootloader typing
update-grub
- Install a new GRUB bootloader with
I dont use Manjaro distribution any more, the above step may been deprecated.
A solution posted in the comments that is receiving lots of positive feedback made by @y6nH seems to be the right steps to fix it:
These are the steps that worked for me, without having to install any new packages:
- Boot into Manjaro installer
- Open terminal
sudo manjaro-chroot -a
(and select system to mount)grub-install /dev/sda
(it's sda for me; make sure you choose the right drive!)grub-install --recheck /dev/sda
update-grub
exit
- reboot
I fight with grub all weekend, on friday i decide to uninstall Mint. After that grub was broken and I worked all day to delete it from boot and run win 10. When I done it and install Manjaro, The grub doesn't appear. I try almost everythink. Now I do this script, evrything goes ok, but there is no result, Bootloader is not apear, Win is runing immediatly after reboot. Is there any other way to fix this problem?