- boot with USB
- chroot
sudo manjaro-chroot -a
- install missing linux and linux header
pacman -S linux515 linux515-header
- update grub
grub-install /dev/nvme0n1 #replace your mount which is installed linux
grub-install --recheck /dev/nvme0n1
update-grub
- exit and reboot
exit
sudo reboot