Question: Frequently my bios for some reason tries to boot to my old HDD instead of my new SSD. This is starting to get very annoying have to switch HDD priorities every time I restart my computer.

enter image description here

Disk 0 (Storage E:) is my old harddrive with has grub bootloader on it. I want to make that hard drive NOT bootable WITHOUT losing any data on it. Is this possible? Please help!

Answer: Your Disk 0 partition 1 (Storage E:) is still has the Active flag enabled.. This is the cause of the problem. You have to remove the active flag from that partition as follows:

  • Open up cmd as administrator.
  • Type diskpart and hit enter
  • Type list disk and enter
  • Type select disk 0 and enter
  • Type list partition and enter
  • Type select partition 1 and enter
  • Type inactive and enter
  • Type exit