Welcome to the new Linux Foundation Forum!
Kernel Update
Hi.
I use Ubuntu 10.04 LTS. I always update the OS as frequent as possible. Today, I've accepted kernel update, which happened last time about a month ago. Everything is OK, but I have 6 Ubuntu boot options in GRUB, 2 for each kernel (Standard and recovery mode).
Does it mean that all these 3 kernels are installed on my system?
If it's so, do I need to remove previous ones, since this last one is working correctly?
And if I should do so, how should I do that?
Thanks so much.
0
Comments
When I was using Debian, I had to remove extra kernels manually. I would think that Ubuntu would have a default like Fedora (max 3 kernels), but to make sure maybe someone who is a current Ubuntu user can verify that.
I mean how come directory structure in the drive I've installed Linux in remains the same, programs are being launched from where they were, but there are 3 kernels installed?
Give me up if you think my questions are extremely stupid. I'm new to linux and I wanna know the truth, as much as possible.
Thanks
The kernels will not interfere with each others' activities since they are in separate directories and only one is launched when the system is booted.
Remember that the kernel is loaded during boot time by the bootloader, the kernel only really effects how your system interacts with the hardware. The software itself should not be overly effected by the kernel except for speed (based upon the cpu driver used) and potential hardware dependent software.
If you choose you can remove the old kernels from your system by reviewing the synaptic package manager, searching for kernel and manually removing them. But if you do that you will still have to clean up your grub bootloader file. My preference is to save the kernels in place, but comment out the old kernels from the bootloader so they are not longer visible.
There is no problem at all for having many kernels installed. The thing is that only one kernel is running at a time and they don't interfear at all with each other. As long as you do not need to make room on your hard drive, I would leave the kernels in there as a safe option if anytime there is a problem with your default kernel so you could boot up your machine and try to solve the problem
Best regards