Before I begin, I know many questions here and on other sites are similar on some aspects, but I couldn't really fix my problem with what I've been reading over the last days.
I built a PC a couple years ago, and occasionally added new drives for storage, never having problems. Lately, I migrated my Windows 10 OS towards a new SSD, leaving me with 1TB HDD free. I thought it was the occasion for me to install Ubuntu on there.
Setting ub the install USB drive was easy, booting on it too. Then, things get less easy.
First of all, I don't have any option to "install Ubuntu alongside Windows"
. Whatever, I thought, and chose the custom partitioning option. There, I can see all my disks, and went to partition my HDD, /sdc
, to install Ubuntu there.
After creating a large ext4 partition with mount point "/", a swap larger than my RAM (not always necessary on newer PCs apparently, but who knows), a 36MB FAT32 partition as advised on ubuntu tutorials, and even a /boot partition, the first real problem I encounter is:
" No EFI System Partition was found. This system will likely not be able to boot successfully, and the installation process may fail. Please go back and add an EFI System Partition, or continue at your own risk."
I thought it was weird because it's not mentioned as necessary since Ubuntu is fine on Legacy/BIOS environments.
Anyway I create an EFI partition in sdc, and start the installation, with boot point on /sdc
(as I saw it was advised rather than sda where my other OS is located).
Everything runs fine until around the end, where I invariably get the "grub-install /dev/sdc failed fatal error"
.
No matter what initial partitioning I go for (only ext4, ext4 + swap, ext4 + FAT32, etx4 + FAT32 + swap, adding /boot, /home etc), and no matter what boot mode I choose from my motherboard settings (UEFI or UEFI + Legacy), the installation wizard doesn't detect Windows, I am asked for that EFI partition, and it crashes the same way at the end.
I'm pretty sure I missed something around the MBR vs GPT formatting, or the boot mode, but I really can't figure out what.
Does anyone know where I'm going wrong?
Thanks in advance :)