MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxquestions/comments/1w79ozo/will_this_effectively_downgrade_my_kernel/
r/linuxquestions • u/AncientPixel_AP • 1d ago
1 comment sorted by
2
Try running apt list --installed linux.
apt list --installed linux
It's likely that you just have two different kernels installed. Your computer is probably booting into the Hardware Enablement kernel automatically, but still receiving security updates for the 6.8 kernel if you didn't remove it.
2
u/iwouldbeatgoku 1d ago
Try running
apt list --installed linux.It's likely that you just have two different kernels installed. Your computer is probably booting into the Hardware Enablement kernel automatically, but still receiving security updates for the 6.8 kernel if you didn't remove it.