I first installed Ubuntu 14.04 from live USB and after confirming that it s working properly i installed windows 8.1 from CD. Now i am unable to boot Ubuntu. Although Windows is working fine.
Asked
Active
Viewed 517 times
0
1 Answers
1
Windows replaces the boot loader at the start of the drive with its own. All you have to do is reinstall the GRUB boot loader Ubuntu uses.
You can boot up on a Live DVD or USB stick and reinstall GRUB to your drive by opening a terminal and issuing the "sudo grub-install /dev/sda" command (assuming your boot drive appears as /dev/sda). Remember to install to the DRIVE (eg: sda), not the partition (eg: sda1).
In future, install Ubuntu after Windows to save headaches.

Jeff Sereno
- 636
boot-repair
utility will likely help. – TheSchwa Aug 08 '14 at 08:27