DataDrake So I found an old 4.0 installer in one of the threads with the same issues as me. It installs solus perfectly except for my system cant see the systemd-boot on my efi partition. One thing I have noticed is that the installer literally only allows me to install to my efi partion that is on a completely separate windows ssd. I tried the following instructions that I got from another thread with this issue and my system was still unable to find the systemd-boot. Which is odd because I use systemd-boot with manjaro. Pop_os also uses systemd-boot with no issues on my system.
Boot into the live iso and install efibootmgr: sudo eopkg it efibootmgr
Run efibootmgr with no arguments. You should see an entry for Linux Boot Manager, which for some reason doesn't show up in your actual boot menu but does here. There's a number listed for that entry. Delete it with sudo efibootmgr -b [num] -B
Now you can recreate it. If your EFI partition is /dev/efi location then do this: sudo efibootmgr -c -d /dev/efi location -p 1 -l "\EFI\systemd\systemd-bootx64.efi" -L "Linux Boot Manager"
I figured that I would go into gparted and manually create my partitions. I went and made a partition of 512Mib formatted to fat32 and set the flags boot, esp and then created / partition and swap. When I go to install the installer only allows for me to select the efi partition on my windows disk.
I am beginning to think that this will never actually work on this computer which it has in the past.