LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Old entries in /grub/menu.lst after upgrade (https://www.linuxquestions.org/questions/ubuntu-63/old-entries-in-grub-menu-lst-after-upgrade-480270/)

Optiker 09-04-2006 08:51 AM

Old entries in /grub/menu.lst after upgrade
 
Kubuntu Dapper 6.06

My GRUB boot menu now contains three kernel versions: 2.6.15-23-386, 2.6.15-25-386, and 2.6.15-26-386, with, of course, a normal and a recovery mode for each.

Should I somehow uninstall the two earlier ones, and if so, how, or is it OK to just comment them out as I have done? I'm not expert enough to ever be likely to want to boot into an earlier version.

Thanks!
Optiker

weibullguy 09-04-2006 09:10 AM

Just commenting them out is fine. You could delete the kernels from the /boot directory, but they really don't take up much room. I usually keep a few older kernels in my menu.lst that I "know" were working properly.

Optiker 09-05-2006 10:01 AM

Arow....thanks! That's the easy solution I hoped to hear.

Optiker

binary_y2k2 09-05-2006 03:37 PM

Just remember when you update your kernel they will reappear, if you want them gone for good then you would run
Code:

sudo apt-get remove linux-image-2.6.15-2X-386
to remove which ever one you want to remove. It's a good idea to have at least 2 with one that you know works so if the newer one breaks, you have a fall back option.

Optiker 09-06-2006 01:43 PM

binary...thanks! That's good to know...that they reappear. Next time I update, I'll get rid of soem down to the newest and one previous. The current one (2.6.15-26-386) seems to be working.

Optiker


All times are GMT -5. The time now is 11:23 AM.