As the title says I'd like to install Ubuntu 20.04 LTS on my computer alongside Windows 10. My system is UEFI (non CSM) and both disks partitioned GPT. Secure Boot is disable, thought, I read here newer versions of Ubuntu don't have a problem with it and I was wondering if I may enable it after (or even before) the installation. Windows's Fast Start Up is also disabled.
Pre-installation: System Backup and Bootable USB
I've backed up my personal documents in a pendrive. However, I couldn't create a system image in an external drive since I don't have a DD with that much space. The only Windows's backups are the Recovery partition HP made and Windows RE.
Do I need an extra backup specifically for the EFI partition or it's included in Windows RE or HP Recovery? If not, should I consider buying an external drive with that amount of capacity?
I used Rufus 3.13 to create a bootable USB with the ISO image fro the official Ubuntu with a GPT partition scheme and a FAT 32 file system format.
Partitions
This is how my disks and partitions look right now (Disk 0 is the HDD and Disk 1 th SSD):
My intention is to install all that has to do with Ubuntu in the non allocated space. I'm imagining that, if something like that could be posible, I might be able to delete those partitions (independent from the Windows's ones) and pretend nothing happened there. The unallocated space size that is shown in the screenshot can be more than 100 GB if needed. Comments said I was using and outdated partitioning scheme, so I will check that again.
Is it possible to create a new ESP on the free space and somehow choosing between them? I'm confused about if GRUB/Windows Boot Manager are themselves a Boot Menu from which I choose the OSes, if they are EFI files that I choose one of them to boot from in the UEFI Boot Menu, if one of them contains the other...
It is possible to create a new ESP on the free space. In that case, UEFI Boot Menu will ask to choose between GRUB and Windows Boot Manager. GRUB will ask to chose between Ubuntu and Windows. This is still not clear to me. The UEFI Boot Menu let me chose from 2 ESP. Choosing Windows's one will boot Windows, of course, but choosing Ubuntu's one will open GRUB, a mystical entity whom possess both Ubuntu's and Window's EFI's files.
Since GRUB somehow has information about my Window's ESP (it can boot it), doesn't deleting the Ubuntu partition will damage Windows?
Considering I create a new EFI partition on the HDD, what should I select as Boot Loader: the whole disk or the ESP?
It doesn't matters because it doesn't works.
I don't mind of having to enter UEFI Boot Manager (or whatever it will turn to be) each time I turn on my PC because it will automatically boot Windows. I'd like to prioritise not having any troubles with my current OS and, if there are, getting back to normal the easiest ways possible.
I apologise if this post is sort of duplicate. I read many other posts, answers and internet entries but, since my knowledge on this topic is null, I might have not been able to take profit of them. Thanks in advance.
sudo update-grub
to add Windows to the grub menu. You have things covered with a UEFI install by using Rufus with GPT/UEFI options. – C.S.Cameron Dec 22 '20 at 08:57