The system stopped loading after reboot PC

On these two points, I did not quite understand:

sudo mount /dev/sdXY /mnt
sudo mount /dev/sdXY /mnt/boot/efi

In both sdXY commands, this is the boot partition. Or the first disk Manjaro and the second boot partition.

Disk Manjaro /dev/sdd and boot partition /dev/sdd1

I have one manjaro system, this must be done?

sudo mount /dev/sdXY /mnt
sudo mount /dev/sdXY /mnt/boot/efi

Aren’t using this to chroot into your system?

grub-mkconfig must be run in order to detect ALL operating systems, Linux, Windows or whatever you may have installed. Anytime any changes are made to GRUB, you have to run grub-mkconfig.

Oddly enough, I was able to boot the Manjaro to an SSD from Live-USB through the item to find UEFI bootloaders.

How to properly reanimate the UEFI bootloader now?

apply this
boot on USB live EFI ( choose with < USB vendor name > < partition 1 > ) ,
do not select your disk , only live manjaro

open a terminal

inxi -Mxa
sudo efibootmgr -v
sudo efivars -l
sudo lsblk -fs ( check UUID )

sudo manjaro-chroot -a
cat /etc/fstab ( UUID should be the same Here for /boot/efi)
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --recheck
update-grub
sync
exit ( end chroot )

then you can reboot

Thank you very much. Fixed, SSD is loading.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.