Ubuntu – Grub menu not showing at boot after upgrading to Windows 10 in dual boot

bootdual-bootgrub2windows 10

I have installed Windows 7 and Ubuntu in dual mode in different drives. I replaced Windows 7 with Windows 10. Now only Windows 10 boots; it's not showing the Ubuntu option at boot time.

How can I solve this problem?

Best Answer

First boot to Windows 10 and disable Fast Startup. Here is a tutorial to do this

Now you need to have live boot Ubuntu (like the way you did when you first installed Ubuntu). You need to have a working internet connection for this.

After you boot to Ubuntu you need to type these commands in terminal line by line:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

After Boot Repair software is installed it will launch automatically. Then click on Recommended repair. Now reboot, if everything goes fine you will get option to select OS of your choose when you start your computer

enter image description here