How is the disk attached to the system? What kind of host and what disk controller are you using? Are you using some form of RAID adapter or HBA? Typically this issue crops up when the controller between the disk and the host can’t (or won’t) let the OS know that it is an SSD.
There is a workaround, but I’d recommend resolving whatever issue is causing it to show up as an HDD if possible.
Workaround is to first identify the sdX name associated with the device in the disk list of the installer, then hit Ctrl+C to break out of the installer and back to the command prompt.
Run: cat /sys/block/sdX/queue/rotational
Rotational should be 0 for the SSD and 1 for HDD.
If the drive returns 1, the system believes there is no SSD
To fix this, set rotational to:
echo 0 > /sys/block/<device>/queue/rotational
Then restart the installer (do not reboot):
./ce_installer && screen -r