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
  • 122,292
  • 133
  • 301
  • 332
sofboy
  • 113
  • 4

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
  • 80,446