- 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
Hey there @y6nH so I've taken those mentioned steps. but when i tried to boot back again into my Manjaro it just freezes on the preOs icon "Lenovo" (which is my laptop brand). by any chance do you have any idea how to fix it?