Update causes GRUB to get messy

Soldato
Joined
27 Mar 2004
Posts
6,696
Location
Devon
Everytime I update Ubuntu I assume it updates the kernel.

So now my GRUB is starting to fill up with more options to boot different versions. This is annoying.

I could clean it up by removing the lines...with Qgrub because messing with anything else scares me

but I don't think that will stop my problem.

Just me?
 
pretty much what thegoonden is saying,

also at boot time, grub gives you the options to boot to other kernels, this is all set in /boot/grub/grub.conf,
 
Just remove the stanzas for all but the one your currently booting into obviously.

You might also want to delete those old kernels from /boot/ to free up some space, if you have several.
 
Download startup manager through synaptic, it will allow you to easily configure how many kernals (and which) you want displayed on grub and also if you want a recovery mode and memtest for each kernal.
 
sudo gedit
Navigate to filesystem/boot/grub and load menu.lst

scroll down near the bottom and highlight a few oldish entries and delete them.
save
Bobs your uncle. (just did this last night as this machine uses the experimental repos)

I'd stick clear of startup manager. It does..... strange things.
 
Back
Top Bottom