I am running a dual boot system with Windows 10 and Manjaro (System runs in Bios mode; the SSDs work with MBR) After a full update the system does not work any more.
Symptoms:
After the start screen of the BIOS is shown the monitor remains black; it seems that Grub does not boot. There is still a signal but nothing is shown. Using the up and down keys I tried to choose an OS. (Just a test to exclude problems of the graphic card.) The screen remained black.
I used SuperGrub2 disk: It found Windows but no bootable Linux.
Maybe this info is useful: After turning the PC off, the corresponding light of the KVM-switch is still on. This is quite unusual.
I have tried to use manjaro-chroot -a but it did not help.
Btw: I have posted relevant infos about my system configuration under the Topic âDual boot problems with Windows and Manjaroâ a few weeks ago.
I have now switched to the Windows half of the system as I have to do some work. Unfortunatly booting Windows via SuperGrub2 disk is a problem too. So I have to finish work first and this will take some time.
Meanwhile: Is there a way to find out on which disk Grub is installed?
Isnât it strange that SuperGrub2 disk does not find the Manjaro installation?
Also, please let us know what ISO version you have used when restoring the boot loader. I have never seen it but I could imagine that a very old ISO could cause issues.
1. Boot with the Manjaro Installer USB and enter a chroot environment via the Terminal.
Information on entering chroot can be found here:
2. Once in chroot;
â start the procedure by first installing the install-grub script:
pacman -S install-grub
(the script may not be installed by default)
install-grub
(replaces the installed grub instance)
exit
(exits the chroot environment)
3. Reboot to your Manjaro system.
Please post your system information here also.
Asking for help with an issue and then expecting others to go searching for possibly relevant information is less than ideal. Please show some consideration, and help others to help you.
I found a programme in the Manjaro menu called âRestore installed system settingsâ and tried it out. I used the second option and it reinstalled grub but the problems remained. Maybe the new grub version is not compatible with my system?
It has been reported that the combination of some buggy UEFI implementations with the new grub leads to the peculiar requirement that the names of the directories and files on the EFI partition would be in all-uppercase â which should not normally be necessary, given that vfat is case-retentive but not case-sensitive.
I would recommend renaming all of the directories and files on the EFI partition to uppercase, and to then run the install-grub script from within the chroot environment.
To avoid confusion. The infos there have been taken from the working system before the update. So they might be helpful but they could also be misleading.
Before I try install-grub again, I want to try out a rollback to the former grub installation. The files are still in the /var/cache/pacman/pkg/ directory. But I donât know all the files that are necessary for a complete rollback of grub.