i have installed ubuntu on a partition and then i went to windows 7 and installed "easybcd" software to make grub as default loader and i also selected skip boot menu or something like that. From then on when i try to boot windows 7 from grub my system restarts and continues loading from grub. My windows boot loader menu is missing. i have attached a picture which clearly shows i have windows 7 on a partition.Please help ![
Asked
Active
Viewed 485 times
0
-
the picture is linked in "enter image description here " or here is the link i dont know why the image is not added in the post " http://i.stack.imgur.com/kwuPv.jpg " – Manohar Janaswamy Oct 01 '16 at 16:22
-
Installing Windows 7 first is always the best option. – Oct 01 '16 at 16:25
-
2Different question, same answer. Run the steps in this link under Repair Grub after Installing Windows – L. D. James Oct 01 '16 at 17:01
-
Welcome to askubuntu! "selected skip boot menu or something like that." Isn't very clear (at least to me) please [edit] your post to provide accurate information. You may benefit from reviewing http://askubuntu.com/help/how-to-ask Thank you for helping us help you! – Elder Geek Oct 01 '16 at 17:05
-
With Windows 7 you don't need EasyBCD or any other Windows bootloader editors if you use Grub as the primary bootloader. – David Foerster Oct 01 '16 at 17:15
-
Easybcd can only chainload to Grub. Windows-boot-loader has changed or is damaged now. – mook765 Oct 01 '16 at 17:27
1 Answers
0
Try booting into Ubuntu and install a program called boot-repair. Install it by opening the terminal then typing this in:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt update
sudo apt install boot-repair
To open it by either typing in the terminal:boot-repair
,or from the launcher.
Then click on recommended repair and follow the instruction.
Hope this helped!

longlines
- 11