Lately a few new members have broken their installs messing around with kernel installations and removals, some to the point of leaving themselves with an unbootable condition.
I use KDEneon, a distro much like Kubuntu with a faster updating Plasma version but everything else based on (K)ubuntu 22.04 LTS, so for the purposes here, it's the same as Kubuntu 22.04
A quick command line check of installable packages, filtered by the words "linux" and "limage" reveals a whopping 334 kernel images. Trimming out all this that are immediately undesirable or not needing consideration: those that are "unsigned", "oem" (more on this is a bit) and the meta packages - which aren't actually kernels - leaves a manageable 10 kernel images.
Kubuntu 22.04
My Kubuntu 23.04 install shows even fewer:
but without filtering 273 kernels are available
The point of this is: You do not need and should not install any kernels other than the generic kernels, unless you know for a fact that your system requires a specific non-standard kernel.
"oem" kernels are special kernels for specific hardware not in the ubuntu kernels. Again, unless you know for a fact you need one, don't even attempt to install them. The process can lead to the generic kernel being removed automatically possible leaving you with in an unbootable state.
Don't get me wrong: I am 100 % for trying new things and testing out stuff, even right up to the point of breakage. But unless re-installing your OS on a regular basis is your kind of fun, you might want to leave the the most important part of your OS - the kernel - to the experts and stick with what works.
I use KDEneon, a distro much like Kubuntu with a faster updating Plasma version but everything else based on (K)ubuntu 22.04 LTS, so for the purposes here, it's the same as Kubuntu 22.04
A quick command line check of installable packages, filtered by the words "linux" and "limage" reveals a whopping 334 kernel images. Trimming out all this that are immediately undesirable or not needing consideration: those that are "unsigned", "oem" (more on this is a bit) and the meta packages - which aren't actually kernels - leaves a manageable 10 kernel images.
Kubuntu 22.04
Code:
linux-image-5.15.0-25-generic - Signed kernel image generic linux-image-5.15.0-72-generic - Signed kernel image generic linux-image-5.15.0-73-generic - Signed kernel image generic linux-image-5.15.0-75-generic - Signed kernel image generic linux-image-5.15.0-76-generic - Signed kernel image generic linux-image-5.19.0-41-generic - Signed kernel image generic linux-image-5.19.0-42-generic - Signed kernel image generic linux-image-5.19.0-43-generic - Signed kernel image generic linux-image-5.19.0-45-generic - Signed kernel image generic linux-image-5.19.0-46-generic - Signed kernel image generic
Code:
linux-image-6.2.0-20-generic - Signed kernel image generic linux-image-6.2.0-23-generic - Signed kernel image generic linux-image-6.2.0-24-generic - Signed kernel image generic linux-image-6.2.0-25-generic - Signed kernel image generic
but without filtering 273 kernels are available
The point of this is: You do not need and should not install any kernels other than the generic kernels, unless you know for a fact that your system requires a specific non-standard kernel.
"oem" kernels are special kernels for specific hardware not in the ubuntu kernels. Again, unless you know for a fact you need one, don't even attempt to install them. The process can lead to the generic kernel being removed automatically possible leaving you with in an unbootable state.
Don't get me wrong: I am 100 % for trying new things and testing out stuff, even right up to the point of breakage. But unless re-installing your OS on a regular basis is your kind of fun, you might want to leave the the most important part of your OS - the kernel - to the experts and stick with what works.
Comment