0

I wanted to reinstall Ubuntu 13.10, and I chose to do it over the old 13.10 Ubuntu because it had some problems. Now I can't boot Windows 8 or find it in the boot menu. And Ubuntu has all partitions of my PC. Can I recover Windows or at least recover the files I had on Windows?

karel
  • 114,770
sofboy
  • 113
  • 4
  • You need data recovery tools. Also see http://askubuntu.com/questions/286181/how-do-i-recover-my-accidentally-lost-windows-partitions-after-installing-ubuntu/286206#286206 – Takkat Nov 23 '13 at 18:37

1 Answers1

0

Boot into ubuntu os and open the terminal by pressing ctrl+alt+t and run the below commands on it,

sudo update-grub
sudo shutdown -r now

After restarting,your grub will display windows os and you can select and boot it.The above commands will reinstall your grub to display both windows and ubuntu os's.

Avinash Raj
  • 78,556