System crashed after last update

I am using Manjaro kde and during last update my system crashed.
After restart I couldnt load mabjaro again.
Tried different kernels and nothing helps.

Hi!!
try this

1 Like

boot on usb iso manjaro
open a terminal

sudo manjaro-chroot -a ( type 1 if only one line 0 appears )
sudo pacman -Syyu
sudo mkinitcpio -P
exit ( quit chroot )

then reboot

I would add to check that there is a kernel before exiting chroot:

mhwd-kernel -li

If not, install one with

mhwd-kernel -i linux54

(You can select other kernel of your choice)

In any case, I would also run update-grub before exiting chroot