Problem solved. Thank you very much!<br>The other suggestions did nothing :)<br><br><br><div class="gmail_quote">On Wed, Mar 16, 2011 at 11:24 PM, NoOp <span dir="ltr"><<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On 03/15/2011 12:52 PM, Jacob Mansfield wrote:<br>
<br>
><br>
><br>
> On 15 March 2011 19:31, Cliffer Benny <<a href="mailto:cliffer.benny@gmail.com">cliffer.benny@gmail.com</a>> wrote:<br>
><br>
>> How come every time I update Ubuntu, it adds the updated version to the top<br>
>> of the Grub boot screen?<br>
>> I've got a dozen Ubuntus to choose from.<br>
>><br>
>> Is there an easy way to fix this?<br>
>><br>
>> --<br>
>> ubuntu-users mailing list<br>
>> <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
>> Modify settings or unsubscribe at:<br>
>> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
>><br>
><br>
<br>
</div>Fixed your post:<br>
<div class="im">> sudo apt-get autoremove; sudo apt-get autoclean<br>
</div>...<snip><br>
<div class="im">><br>
> "When Windows™ is opened the bugs come in."<br>
> Please avoid sending me Word or PowerPoint attachments.<br>
> See <a href="http://www.gnu.org/philosophy/no-word-attachments.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.html</a><br>
><br>
> -----BEGIN GEEK CODE BLOCK-----<br>
</div><snip><br>
<br>
See:<br>
<a href="https://help.ubuntu.com/community/MailingListFAQs" target="_blank">https://help.ubuntu.com/community/MailingListFAQs</a><br>
<a href="http://www.ubuntu.com/support/community/mailinglists" target="_blank">http://www.ubuntu.com/support/community/mailinglists</a><br>
[Mailing list etiquette & Technical guidelines|Proper quoting:|Write<br>
your email underneath the email which you are replying to.]<br>
Note: you've been asked do this in the past.<br>
<br>
That said: just how do you figure that 'autoremove and/or 'autoclean'<br>
will resolve the OP's issue?<br>
<br>
@Cliffer: 'System|Administration|Computer Janitor' will check your<br>
system and offer to remove the excess kernels. However CJ also has a<br>
tendency to mark for removal dpkg installed packages and others that it<br>
has no business doing - and so I don't trust it. So here is what I<br>
recommend:<br>
<br>
1. Open a terminal and issue the following commands (note the $ is the<br>
command prompt so you don't enter that bit):<br>
<br>
$ sudo update-grub<br>
<br>
That will produce an output similar to:<br>
$ sudo update-grub<br>
[sudo] password for <user>:<br>
Generating grub.cfg ...<br>
Found linux image: /boot/vmlinuz-2.6.35-28-generic<br>
Found initrd image: /boot/initrd.img-2.6.35-28-generic<br>
Found linux image: /boot/vmlinuz-2.6.35-27-generic<br>
Found initrd image: /boot/initrd.img-2.6.35-27-generic<br>
Found linux image: /boot/vmlinuz-2.6.35-26-generic<br>
Found initrd image: /boot/initrd.img-2.6.35-26-generic<br>
<br>
As you can see from the above, I keep 2 kernels available; the primary<br>
-28, and the previous -27. I do this because I may have issues with the<br>
latest -28 and keep the -27 to fall back on. Other than that, I see no<br>
reason to keep any older kernels (unless I am on a test system).<br>
<br>
In your case you'll most likely find many more than -28 and -27, so<br>
simply copy the kernel number (2.6.35-x) and open Synaptic:<br>
'System|Administration|Synaptic...' and enter the kernel in the search<br>
box: 2.6.35- (and/or 2.6.32- if you've upgraded from lucid 10.04)<br>
find the ones that are not the two most recent & click the 'S' column<br>
header to sort by the one's installed. The ones installed will show with<br>
Green boxes in the 'S' Column; select all but the most recent & the last<br>
by right-clicking and select 'Mark for Complete Removal', then click<br>
'Apply'. That will remove all but the latest two kernels.<br>
<br>
Synaptic _should_ take care of your grub menu configuration, but just to<br>
be sure I recommend opening a terminal again<br>
(Applications|Accessories|Terminal) and issuing:<br>
<br>
$ sudo update-grub<br>
<br>
You should now only see the two kernels like the output of my example.<br>
Let us know if you have any further questions.<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
</font><div><div></div><div class="h5">ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>