5

So, I have dual boot on my notebook which are Ubuntu and Windows 7. But recently, I upgraded my windows 7 to windows 10. But when I startup my notebook, it still shows Windows 7 instead of Windows 10. Although, if I choose Windows 7 boot from it, it will boot windows 10.

How can I fix this?

choz
  • 97

3 Answers3

5

you have dual boot system in which you are using ubuntu grub . you have upgraded window but ubuntu system grub don't know about your change . it is simply searching in particular disk that you assign and loading window . so you have to change manually in grub.cfg file . open terminal in ubuntu and run command sudo gedit /boot/grub/grub.cfg . here you need to search entry like:

menuentry “Windows 7 (on /dev/sda1)” {
insmod ntfs
set root=’(hd0,1)’

change Window 7 to window 10 or whatever name you want to give and save file and restart system next time you will see change .

pl_rock
  • 11,297
4

You can try manually editing the Grub file to rename the Microsoft instance from 7 to 10.

sudo gedit /boot/grub/grub.cfg
gingamann
  • 393
1

It is just a name and you can easily change that!

sudo add-apt-repository ppa:danielrichter2007/grub-customizer

sudo apt-get update

sudo apt-get install grub-customizer