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?
Asked
Active
Viewed 107 times
0
1 Answers
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
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