Celeb Glow
news | March 26, 2026

Edit dual boot menu

I have currently installed Ubuntu 14 and windows 10 alongside. For some reason, in the boot loader it shows of course Ubuntu, ando 2 entrys that say Windows 7. Both of them take me correctly to my windows 10, but it really bugs me and I want to change it to Windows 10 and remove one of them.

How do I do it?

1 Answer

You can do it with the graphical tool grub-customizer

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer 

This tool lets you add/remove/rename boot entries, change boot order etc.

Once you are done do not forget to save your modification: File > Save

grub-customizer screenshot1]

Be careful when using this tool to not mess up GRUB.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy