1

I installed Ubuntu and after the installation, i can't boot to XP. When i choose XP from the Grub menu, I got black screen for like 30 sec, and then it returns to the Grub menu.

Thanks!

Suhaib
  • 4,110
yinon
  • 1,229

1 Answers1

4

Boot into a live CD and run this

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

Install Use the Advanced options

To start using gksudo boot-repair

enter image description here

enter image description here

source

Ringtail
  • 16,127
  • I have no "MBR options" http://up353.siz.co.il/up2/iqym3ndxoytj.png please help! and thanks! – yinon Mar 26 '12 at 16:10
  • 2
    @yinon there is a Restore MBR checkbox in the Main options tab. You need to click that in order to enable the MBR options. Not sure if the information is still needed, just mentioning. – Alexandre Apr 23 '12 at 00:43