Ubuntu – Can’t boot XP after Ubuntu Installation, how to fix

grub2installationwindows

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!

Best Answer

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

Related Question