No worries. When checking that output, it is for the working 6.4.8-arch1-1 kernel. The broken kernel boot attempt would be most useful, but I don’t want to make you suffer to get it, if you are back to a working system. I think at this point it is safe to say your laptop isn’t a fan of the newer kernels.
I would :
- (fresh install/andor working machine) update your
/etc/pacman.conf
to ignore updates to packageslinux
andlinux-lts
- Devise a way to add multiple systemd-boot boot entries. I was working on this just a bit ago but I don’t have it fool proof and it drops you to an emergency shell. So I am hesitant to share this at the moment.
–
Ideally: You could (from a working system) install a known working LTS image (pkg linux-lts
), and exclude that from updates until you land on a working kernel release (keep an eye on testing
and core
repos once a week or so). in this way, you’ll have a working LTS, and can upgrade/downgrade mainline kernels as you please, booting back into LTS to correct issues should they arise.
edit: minor
Moves like this are rather inspirational. Quality submission OP.