Results 1 to 10 of 11
Hey all,
I have a dual boot with Ubuntu and Windows Vista. When I turn on my computer, Grub loads and I can choose which OS to start. When I ...
- 07-30-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 32
Previous Kernel versions
Hey all,
I have a dual boot with Ubuntu and Windows Vista. When I turn on my computer, Grub loads and I can choose which OS to start. When I first set this up, I only had Linux 2.6.28-11 and Windows Vista (loader). Later on, Linux 2.6.28-13 appeared as well as 2.6.28-11. Now, this morning, I turned on my computer and now I had 2.6.28-14, 2.6.28-13 and 2.6.28-11, and Vista.
Can someone explain to me what is going on? Why do I have so many Linux kernels and how do I get rid of the ones I don't need. I'm a bit new at this so if you would be so kind as to walk me through on how to delete unused kernels. Obviously, I would like to keep my setting, applications and files so I would not want to delete the kernel that has all my data saved on it.
Thanks.
- 07-30-2009 #2
- 07-30-2009 #3
The reason for this, is so you will have time to make sure this new kernel will actually boot and work properly before you dispose the older kernels. Don't forget to edit your /boot/menu.lst file to reflect the changes.
Changing kernels does not affect your saved files or Desktop settings in any way.
If you still need a guide for removing older kernels then try here.
How To Remove Older Kernels from UbuntuI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 07-31-2009 #4Just Joined!
- Join Date
- May 2009
- Posts
- 32
Okay, so how did these kernels appear on Grub in the first place? Will random Ubuntu kernels keep appearing on my Grub? Are they new updates for the kernel or something?
Do older kernels take up disk space?
Again, can someone walk me through how to delete older kernels? I want to make sure I edit every thing correctly.
- 07-31-2009 #5Just Joined!
- Join Date
- Jul 2009
- Location
- Bizarro-Earth
- Posts
- 4
They're kernel updates.
Yes, but no so much that you have to worry much about it. I tend to keep one older kernel around "just in case". MikeTbob posted a link that will take you through the steps. It's fairly simple.
- 07-31-2009 #6I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 07-31-2009 #7Just Joined!
- Join Date
- May 2009
- Posts
- 32
Thanks MikeTbob and Jill Swift. I followed that link and removed my older kernels. Everything seems fine so far.
Can one of you explain the theory behind kernel updates, though? Does that mean that the Linux or Ubuntu kernel has updates every once in a while and it is released to all users using Linux and they have the opportunity to try it out to make sure it works?
- 07-31-2009 #8
That's about it, kernels become obsolete,,they get hacked, flaws,,then they get fixed and delivered right to your Desktop. Once you get a couple of kernels built up, like you did here, then you just try them out before you remove the older ones and wait for the next updates.

Pretty dang cool huh?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 07-31-2009 #9
Just a note, go to System>Administration>Update Manager, when the Update Manager comes up, on the bottom left click Settings.... From there, you can choose whether you want security updates automatically installed without confirmation, or whether you want to be notified. (Which I would assume is the reason these kernels are magically appearing.)
- 07-31-2009 #10
You can also update your system through the CLI.
The commands are:
Note that this (at least not on my system) upgrades the kernel. If you do want that you should use:Code:sudo apt-get update && sudo apt-get upgrade
I just removed some old kernels too, because I needed more space on my / partition (removed other stuff as well). The whole clean up party gave me back some gigs on the / partition, though the kernels only gave about 20 MB each (I had 4 to get rid of).Code:sudo apt-get update && sudo apt-get dselect-upgrade


Reply With Quote
