My computer has an HDD and an SSD. Windows 10 is installed on the SSD. I want to install Ubuntu 18.04 as a dual boot on the HDD, so I made a new volume and left it "Unallocated". Then I booted via USB to Ubuntu and selected the Install option. It's there the possibility of custom installation that you choose where to install it.
The default is to install Ubuntu on my SSD on which I do not want to put it, so I created the volume. The volume should show as "Free Space" in the Ubuntu installer, but it says that there is only 1MB free. I went looking for something and I read that Linux does not have support for dynamic disks which I currently have, so I need to convert from Dynamic disk to Basic disk so that I can install Ubuntu, but the instructions say that I have to delete all volumes in order to convert from dynamic to basic. I'm not sure if "System Partition and Recovery Partition" can be deleted.
sudo parted -l
and 'sudo fdisk -lu` – oldfred Oct 11 '20 at 14:24