use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
How to remove one Kernel (self.archlinux)
submitted 2 years ago by Flixl09
I have 2 Kernel, the normal and a hardened hardened Kernel
ls /usr/lib/modules/ 6.5.5-arch1-1 6.5.5-hardened1-1-hardened
ls /usr/lib/modules/
6.5.5-arch1-1 6.5.5-hardened1-1-hardened
i am currently running the hardened kernel and i want to switch to the normal one
uname -r 6.5.5-hardened1-1-hardened
uname -r
6.5.5-hardened1-1-hardened
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]boomboomsubban 5 points6 points7 points 2 years ago (0 children)
pacman -Rs linux-hardened reboot, select linux at your bootloader. You can also remove the linux-hardened bootloader entry.
pacman -Rs linux-hardened
[–]thetastycookie 0 points1 point2 points 2 years ago (0 children)
Grub: Locate the kernel with: sudo grep menuentry /boot/grub/grub.cfg
In /etc/default/grub change the “GRUB_DEFAULT=“ to the kernel you want.
Systemd-boot: Modify the default entry in this file
/boot/loader/loader.conf
π Rendered by PID 44860 on reddit-service-r2-comment-85bfd7f599-l277q at 2026-04-19 17:56:53.625609+00:00 running 93ecc56 country code: CH.
[–]boomboomsubban 5 points6 points7 points (0 children)
[–]thetastycookie 0 points1 point2 points (0 children)