After new update my kernel has changed 15 October 2022, 22:08:13 Everything is fine with my operating system but my kernel has changed from 5.19.12-artix1-1 to 6.0.1-arch1-1. Anyone got any ideas why?
Re: After new update my kernel has changed Reply #1 – 15 October 2022, 22:35:27 its a rolling release, so latest is the latest....so unless you installed the lts kernel, then you're on the rolling kernel, so that update that listed the kernel before you "yessed" it, that's why, and I also missed it too, and it has kinda buggered up virtualbox for me.. Personally I'm just going to wait and see what comes down over the next few days. Last Edit: 15 October 2022, 23:21:47 by gavincc
Re: After new update my kernel has changed Reply #2 – 16 October 2022, 00:52:29 I don't recall installing anything which changed the kernel and same. There has to be some way to install the kernel again manually probably.
Re: After new update my kernel has changed Reply #3 – 16 October 2022, 01:11:31 Review your /var/log/pacman.log entries, especially over the last week. You did update your kernel as a general package during a pacman -Syu.You should watch the -Syu updates - there can be important information there - .pacnew files that need to be merged, grub recommendations, package notifications, "you should reboot", etc.
Re: After new update my kernel has changed Reply #4 – 16 October 2022, 04:58:45 Alright, how do I get the Artix kernel back?
Re: After new update my kernel has changed Reply #5 – 16 October 2022, 06:23:17 Quote from: Sam Hyde – on 16 October 2022, 04:58:45Alright, how do I get the Artix kernel back?If you prefer a stable kernel:Code: [Select]sudo pacman -Sy linux-lts linux-lts-headersAfter restarting on your lts kernel and various tests, you will be able to:Code: [Select]sudo pacman -R linux linux-headersCode: [Select]sudo update-grub
Re: After new update my kernel has changed Reply #6 – 16 October 2022, 10:22:54 still a tad confused....any idea why it is named 6.0.1-arch1-1 when no arch repo's have been added, yet looking at the installed packages, 6.0.1.artix1-1 kernel is installed? I'm guessing this is what cause VB to stop working correctly (host modules are 6.1.38)
Re: After new update my kernel has changed Reply #7 – 16 October 2022, 15:02:08 Same I just want the kernel back to the regular one
Re: After new update my kernel has changed Reply #8 – 16 October 2022, 16:24:03 It's the artix kernel... the uname -a output just says "arch" for some reason.
Re: After new update my kernel has changed Reply #9 – 17 October 2022, 19:20:10 Just FYI, a line in the PKGBUILD was actually nuked which is why the uname output has "arch" in it. It's been corrected so it should be back to "artix" now. 4 Likes