feral_hedgehog

joined 2 years ago
[–] feral_hedgehog@pawb.social 24 points 3 months ago (7 children)

Does the pope shit in the woods?

[–] feral_hedgehog@pawb.social 18 points 3 months ago* (last edited 3 months ago) (1 children)

And here I was, just assuming that to be true about most people...
How inconsiderate of me.

[–] feral_hedgehog@pawb.social 0 points 2 years ago

Maybe rebuilding the ramdisk failed during the original upgrade?
One of the post-install stages after upgrading the kernel is rebuilding the initramfs - a tiny environment for bootstrapping the main OS.
If you trigger it manually with mkinitcpio --allpresets you'll notice it has fancy colorful output, with clearly visible warnings/errors.
However when invoked as part of an upgrade this coloring is removed, making errors difficult to spot.
I had this stage randomly fail a few times, resulting in an unbootable system like you described - solution was to just trigger a manual rebuild or reinstall the kernel with pacman -U.
It's possible that this is what actually fixed things when you downgraded the kernel.