Boot or login broken after 'pacman -Rc' and update

This command is not the normal way to remove things and should be used with care as ‘cascade’ can include packages you did not intend to remove.

We can maybe look in the logs to see what was done;

grep -i removed /var/log/pacman.log

Sounds like the replacement of many kde packages with the -5 suffix due to the upcoming KDE 6.
(ie - normal)


Speaking of kernels … what do you have installed? Possibly end-of-life?

mhwd-kernel -li

And/or check with pacman

pacman -Q linux

And how did you do this update?

Are we sure you are fully up to date?

sudo pacman-mirrors -f && sudo pacman -Syu

All of the above can be done by chroot if needed. To see about those things;

Once there we probably would like some of those outputs.
Maybe also inxi -Fazy

Oh, and if you need a way to paste the outputs see this:

( ex: inxi -Fazy | curl -F 'file=@-' https://0x0.st )