Hey and good morning, dear friends and readers of this blog.
This morning after the usual
yay -Syu
line in Arch, I got lots of updates, some 200+ packages IIRC, including a new kernel as shown in my conky as well:

Later, I found this post from Marcus Nestor in 9to5 Linux about Debian – so I went and updated that as well, which also got me a new kernel amongst lots of other things:

What most people who aren’t that much into Linux probably don’t know is that it’s nowadays more and less automatic, like in Windows from versions 10 and upwards – you are notified about new updates, and often they come without much fuss, just by themselves. Lately I also read the old question again of when to reboot after such upgrades, and for me the answer is simple: whenever you get a new kernel or some other really low-level stuff like systemd or GRUB. Some distributions like Debian now automate updates via Gnome, which is a bit too much in my opinion – contrary to the later Windows versioning, this reboots pretty much each time instead of when really necessary. But I digress.
Marius’ article also mentions why and when you should probably download such upgrades – when making new boot images on your USB sticks or elsewhere. So while pretty much all modern distributions update themselves, and you don’t really need such downloads, if – like me – you’re carrying around a bootable stick with some of these images with you in case you’d need to help some friends with these, go for it and download those “point” distributions of monthly images (in Arch), and put them onto your boot media.
Oh, and in case you dual- or even triple-boot like me (yes, I still keep Windows 11 around as well), you’ll have to update your bootloader of choice of course – in my case, that is GRUB on Arch, like this:
sudo grub-install –target=x86_64-efi –efi-directory=/boot/ –bootloader-id=Arch
followed by
sudo grub-mkconfig -o /boot/grub/grub.cfg
as documented in the very nice Arch Wiki about GRUB. If you don’t do that, then you won’t see your new kernel in Debian ๐
Like always, thanks for reading, and have a nice day ๐











