Removing Duplicate entries in grub2 Ubuntu 9.10

Posted by Anders on Super User See other posts from Super User or by Anders
Published on 2010-03-06T18:03:08Z Indexed on 2010/04/16 12:04 UTC
Read the original article Hit count: 496

Filed under:
|
|

I have made a custom grub2 menu however, both the default and the custom show together. So my grub looks like the list below, the bolded entries are my custom ones. How do I get rid of the duplicates? I have tried apt-get remove and deleting old kernels. I am a bit lost. Thanks! in Advance.

ubuntu,linux ...
ubuntu,linux recovery
memtest
memtest
windows7
windows7
ubuntu linux
ubuntu linux recover

I have tried apt-get remove I have tried marking and removing older kernels. This is how I made my custom grub by the way. I copied and pasted the grub.cfg menuentry code into the custom one and just renamed the titles so it would be perfectly clear for the user who doesn't want to know what version # it is.

© Super User or respective owner

Related posts about ubuntu

Related posts about grub2