0

I installed Ubuntu as dual-boot with Windows XP and now I am unable to boot in to Windows XP and boots straight in to Ubuntu?

Mudit Kapil
  • 2,051
  • 7
  • 30
  • 47
  • Please show us the contents of sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL (http://askubuntu.com/a/333604/15811 ) and I sure hope you made a backup... looks like you formatted the XP partition (Windows partitions are accessible and automatically mounted from the file browser if they are present; and our bootloader will show Windows it is is there). – Rinzwind Feb 28 '15 at 06:59
  • have you tried BOOT REPAIRlink – Rohit Karadkar Feb 28 '15 at 07:59

1 Answers1

0

this might helps you... BOOT-REPAIR helps alot . you can follow these steps

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

sudo apt-get update

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

Rohit Karadkar
  • 321
  • 1
  • 5
  • 13