Hi, I think you may just need to configure grub to not show all changed
kernel versions that get modified many times during beta versioning.

type in the terminal:

cat /boot/grub/menu.lst | grep "# howmany"

# howmany=all

maybe your output.  If so you will need to change all to 2 or some other
number.   Its good sometimes to have at least 1 fallback kernel incase
updates to the kernel break something.

sudo nano /boot/grub/menu.lst
...
Line 108:
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

make sure not to take out the comment at the beginning, one # needs to
stay for the grub updater.

after saving that, type sudo update-grub
and that should take care of it.

-- 
hardy- grub: when updating and rebooting, ubuntu entries duplicate
https://bugs.launchpad.net/bugs/217245
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to