Kernel missing after update

Welcome to the forum! :slight_smile:

That’s because you somehow did not let the update finish. Maybe the connection was lost, or maybe you rebooted the machine in the middle of the update. The update process first removes the kernels and then installs the newer ones.

Boot up from the live medium and open up a terminal window. Then issue the command… :arrow_down:

su -

Next, issue the following command… :arrow_down:

manjaro-chroot -a

It will try to detect the root filesystem of the installed Manjaro system, and if it finds more than one distribution, it’ll let you choose the correct partition.

Then, you select the correct one, and you issue the command… :arrow_down:

pacman-mirrors -f 5 && pacman -Syyu

This will resume or restart the update process. Be sure to let it finish this time, and when you’re done, issue the following two commands… :arrow_down:

exit
systemctl reboot

That should fix it. :crossed_fingers:

2 Likes