I have spent the past 4 days trying to get Ubuntu and Windows 7 on my computer and every time it boots straight into Ubuntu. I have looked through most of the threads and tried Windows first, Ubuntu first, partitioning the drive, reinstall grub with boot - repair, pretty much every tutorial I can find, I only have one USB drive to boot off of, so this is very time consuming. I have to download the iso file and create a bootable USB everytime I install an OS and it's all for nothing because there is no boot menu. If anyone can help it would be greatly appreciated
Asked
Active
Viewed 836 times
2 Answers
0
After installing Ubuntu you can manually add Windows 7 to your GRUB menu:
sudo -H gedit /etc/grub.d/40_custom
Follow instructions in this article on technologytales.com. Or you could try a GUI program GRUB Customizer.
http://askubuntu.com/questions/92874/how-do-i-install-windows-7-alongside-a-pre-existing-ubuntu-installation
By the way, when editing this file, the set root line is supposed to point to the partition that Windows is installed on (In my case, sda2), correct? And the hd0 represents the first hard disk? I didn't quite understand this when reading through the instructions.
– Rickey Nov 15 '13 at 05:44