I'm attempting to install Solus onto a MacBook Pro "Core i5" 2.4 13" Late 2013 (model no. A1502). During the installation process, the installer informs me that there are no suitable disks to install to, despite the internal SSD having more than enough space to install to.
Not only does the installer not recognize the disk, but GParted also does not detect the disk. The disk is under /dev as sda, but is not located anywhere else.
This is the result of dmesg | grep "sd":
live@solus ~ $ dmesg | grep "sd"
[ 0.000000] ACPI: SSDT 0x000000008AD76000 000032 (v01 APPLE SsdtS3 00001000 INTL 20100915)
[ 3.501024] sd 1:0:0:0: [sda] Attached SCSI removable disk
[ 3.822432] sd 2:0:0:0: [sdb] 3891200 512-byte logical blocks: (1.99 GB/1.86 GiB)
[ 3.824216] sd 2:0:0:0: [sdb] Write Protect is off
[ 3.824219] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 3.825457] sd 2:0:0:0: [sdb] No Caching mode page found
[ 3.825479] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 3.833573] sdb: sdb1 sdb2
[ 3.839395] sd 2:0:0:0: [sdb] Attached SCSI removable disk
What other information should I post to help me solve this issue?