0

I have successfully loaded ubuntu alongside windows xp but when I start up my computer there is no choice to boot into windows,why not?

1 Answers1

0

Sounds like your grub loader is messed up? Use nano & have a look here: /boot/grub/grub.cfg you should see both of your OS's;

A quick search has found this answer on how to repair:
Open the terminal and run the command

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

Then install boot repair by running the command

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

Launch the boot repair after installing. For example, from the menu, use System→Administration→Boot-Repair

Good Luck!

Danatela
  • 13,384
heronro
  • 18