0

After installing windows 10 alongside windows 7 and ubuntu, I cannot access the grub boot menu. It boots directly to windows 10 giving the option to access windows 7 (which is nice)

I have tried reinstalling ubuntu by updating it with a new live CD, to no avail. I also noticed that someone else asked basically the same question as me here: No dual boot screen after upgrading to windows 10

But the question has been dismissed because it involves the windows boot and not the grub. I followed the advise given in the answer to that question, basically reinstalling the grub, to no avail.

1 Answers1

1

This problem was completely solved by using these three commands in the terminal and then running the repair process through a UI:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Eric Carvalho
  • 55,453