i have a dual boot between ubuntu 14.04 and windows 8 but i installed windows 7 now i cant boot with ubuntu or windows 8 even the grub cant load the three OS's
Asked
Active
Viewed 208 times
1 Answers
0
Two methods for it.
1) Use windows disk and boot from windows7 disk.
after that
start up repair then open CMD and type
chkdsk then restart PC.
2) Install Grub into Ubuntu (not need any bootable disk)
sudo grub-mkconfig -o /boot/grub/grub.cfg, if your grub.cfg is at some other location then replace the path in the command with your file location.- Type
sudo grub-install /dev/sdawhere sda is my primary HDD having Windows and Linux installed.
restart PC it solve your problem. I recommends you second method to solve problem.
Madhav Nikam
- 2,967