First of all, I am total linux noob, so do not judge. I needed Ubuntu for dual-boot, and since I knew that I would not use it that often, I installed it on my other drive. The goal was to not have any GRUB popping up on every PC startup, I just wanted to go straight into Windows, unless I press F8 to go to boot selection and choose HDD when I need Ubuntu (not changing boot priority). Honestly, it is just for one game (kerbal space program anyone? :D) and trying Ubuntu out before installing it on my dads very old computer that is slowly dying, and give it some fresh air.
I have one SSD as my windows drive, and one HDD for storage. I did not want the Ubuntu installation even look at my windows SSD under the installation.
- I created a new partition on my HDD for Ubuntu (in windows),
- Disconnected the SSD
- Booted to LiveCD from a USB and installed Ubuntu on the storage HDD with 2gb swap area and root partition
- Selected
/dev/sda
for boot loader installation
I thought that this should work just fine, and it did until I plugged my SSD back in. I assumed that the boot priority would be the same as before, 1. SSD 2. HDD, but instead to boot from the SSD, it went straight to Ubuntu. When I entered bios to check what's up, there was no SSD in the boot priority list, just the HDD. However, the SSD showed up in the boot menu. So I could boot windows manually. What I did was to disconnect the HDD, boot with just the SSD plugged in, reconnect HDD. Now, only the SSD was in the boot priority list, but both of my drives were in the boot menu thing. What? This accomplished my goal, though. I would boot straight into windows unless I press F8 and select to boot the HDD instead. But it would be nice to have boot priority working. Should I install the ubuntu bootloader on the Ubuntu partition instead? If so, how do I remove GRUB from the HDD, assuming I remove Ubuntu as well. Since SSD MBR works just fine, I don't need any mbrfixes. All of the guides I have seen are just about fixing windows loader that has been goofed by Ubuntu installation. Or am I just completely wrong? :D
os-prober
together with the grub edit suggested below? Would that be possible? – SputnikPrime Apr 12 '15 at 13:29