2

I have installed Ubuntu along side Windows 7. After restart, I got a blank screen. There after I restarted it manually. Now I can't understand, how to select the Ubuntu os. My laptop directly boots into windows 7.

peterh
  • 293
  • 5
  • 17
rohith
  • 21
  • 1

1 Answers1

0

Try using Boot Repair in Ubuntu.


Installing Boot Repair

  1. Open the Terminal, then type:

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

  2. Press Enter.

  3. Then type:

    sudo apt-get install -y boot-repair && (boot-repair &)

  4. Press Enter

Using Boot Repair

Search for Boot Repair in the dash and launch it. Then click the "Recommended Repair" button and wait until it's finished.


Reboot. Does it work now?

jobukkit
  • 5,266