brent
Going through the process in the link,
"...If your system uses UEFI as opposed to GRUB, you will also need to mount your EFI System Partition, otherwise referred to as ESP. If you followed our UEFI guide during installation of Solus, then in all likelihood your ESP will be about 500mb in size. If you’re unsure of the partition, run the following, replacing X with the same letter during your mounting of your root file system, minus the number:
fdisk -o Device,Size,Type -l /dev/sdX
Your output may look something similiar to:
Device Size Type
/dev/sda1 512M EFI System
/dev/sda2 111.3G Linux filesystem
Notice we have /dev/sda1 as the Device with the EFI System type and roughly 500mb in size. This is the partition we will be mounting."
So I will be mounting sda1 but when I input the next step
mount /dev/sda1 /target/boot
it says 'Mount point does not exist'. All other steps followed to the letter.
Any thoughts as to what the hiccup is?
Here's something- my sda1 is 200m, not the usual 500 default. Might be the root of the problem (and I have no idea how I got a 200m sda1)