I've seen many topics with the same title but none seem to encounter the same issue as I do:
I have 2 drives:
SSD 250GB
- All for Windows 10
HDD 1TB Partitioned in:
- 750GB - NTFS (for personal data)
- 100GB - Just installed Ubuntu 14.04 (ext4)
- 4GB - Swap
- The rest remains unallocated
I expected to be able to manually choose the 1TB HD as the boot option from the BIOS in order to access the Ubuntu I just installed, however, when I pick that drive, the screen goes black and brings me back to the boot menu from the BIOS. I'm not sure if it's not recognizing any grub installed on that HD, or if it's detecting the NTFS partition which doesn't contain any bootloader first, then ignores the rest of partitions on the HD.
I'm not sure if I'm actually mixing concepts or if I did something wrong in the process. Can anyone see the issue?
Thanks a lot in advance!
sudo parted -l
Something Else: http://askubuntu.com/questions/312782/how-to-install-ubuntu-on-separate-hard-drive-in-a-dual-boot gpt partitioning which for a data drive for Windows and Ubuntu boot drive. http://askubuntu.com/questions/743095/how-to-prepare-a-disk-on-an-efi-based-pc-for-ubuntu – oldfred Nov 18 '16 at 04:40