Boot stuck on /dev/nvme0n1p5: clean

Hi everyone,
I have some issue booting to my manjaro desktop. I am currently doing a dual boot on my desktop (Windows on the other partition).
So Initially I had a bug: after an update through the “Store”, Manjaro “froze”, I was only able to interact with the window of the updater.
Qfter a reboot I had the error :

error: file ‘boot/vmlinuz-5.15-x86_64’ not found.
error: you need to load the kernel first.

So I dug a little bit on that subject and found some other threads that recommend to do a live usb image of manjaro, and execute the following commands:

sudo manjaro-chroot -a
pacman -Syu linux57
pacman -Syu linux61 # I tried this one also as it is a more recent kernel

I now have this message on a black screen:

 /dev/nvme0n1p5: clean, x/x files, x/x blocks

(replaced the numbers by x)
I am not sure how to fix this issue.

in the stuck screen, enter tty: ctrl+alt+f2 or f1-f6 keys, enter your username and password, and run this:
sudo ldconfig
(this should return nothing)
if it does, rerun update again:
sudo pacman -Syyu
if there were som updating, reboot and see if it helped

Welcome to the forum! :vulcan_salute:

See if this helps… :arrow_down:

Sorry for the late answer.
I managed to make my PC boot a bit after this post. I don’t remember exactly how I did it.
I believe it was related to sudo pacman -Syyu as you suggested. And I managed to use a more recent kernel (6.1).

Thanks for the help.

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