|
Yesterday, I had RAID installed on my computer with Windows 7. I deleted the RAID so it would wipe both drives, and then installed Ubunutu on the first HD. Today, I went into Ubuntu, used Gparted to partition the second HD so I could have Windows 7 on the second. After I finished instlling Windows 7 on the second drive, it does not give me the option to pick Ubuntu or Windows 7 on startup. Is it not showing because its starting the second HD on startup by default and not the first? I would really like to know how I can boot back into my Ubuntu. Thank you. |
|
Try easyBCD. its a freeware bootloader edeting program for windows. Just add ubuntu to the loader, give it the right settings and you should be done. |
|
I'd like to let you know what was causing the problem. Windows is greedy. When Ubuntu installs, it'll scan other hard drives/partitions for other operating systems. It then adds these other systems to GRUB, Ubuntu's bootloader. If you install Windows after you install Ubuntu, Windows will tell your BIOS to load Windows's bootloader, but unlike Ubuntu, Windows won't see Ubuntu and add it to its bootloader. Therefore, you will only get the option for Windows.
This answer is marked "community wiki".
|
|
Install win first then linux. Linux will then find the windows and allow you to load it using the linux grub boot loader. If you delete linux it should default back to the windows loader as linux does not delete it. If you install windows second then it will not pick up linux. You can try adding linux to the windows boot loader by using EasyBCD for Windows. It should find linux and add it to the windows loader when you run it so give that a try first. If you can boot into linux by booting the second hard drive first then when you get into linux go to the terminal and type sudo update-grub that should then upgrade the grub loader to show win 7. All you have to do then is re-boot and it should work and/or tell the bios to boot the drive with the grub loader on it first. Have fun. |
