-1

I have windows 7 my computer. Now i tried to install ubuntu 12.04 in my pc. after installting the ubuntu pc suddenly took restart and after that i see this image on my screen, when the pc starts. is there any way to solve this? i can not go into my windows 7 too. enter image description here

EDIT:

now i have inserted the ubuntu dvd to set up again.i go to the boot option and i clicked F12 but same erroor appears again. enter image description here

EDIT AGAIN:

After using the "try ubuntu" i got this display enter image description here

I wrote the terminal as you suggested. Where to find the Ubuntu repair now/. ?

2 Answers2

1

OK boot your live DVD and choose try Ubuntu, press the ubuntu button (top left) and open a terminal and enter these commands, one at a time.

sudo add-apt-repository ppa:yannubuntu/boot-repair

sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list

sudo apt-get update

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

When it is finished press the Ubuntu button again and search for boot repair, run this and choose recommended repair.

Follow any instructions given and when it is finished turn off your PC.

Remove the DVD from the drive, and turn it on, you will see all you oSs in a list after bios.

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
-1

use a bootable usb with boot repair, or install boot repair using ubuntu live usb, https://help.ubuntu.com/community/Boot-Repair this link has the details

alternatively if you have a windows disk try this http://www.tweakhound.com/2012/11/13/how-to-fix-the-windows-bootloader/

good luck