I built a new I7 950 system with an ASUS Rampage lll Formula board around the end of 2010. The board comes with 2 xSATA 6.0 Gb/s ports. I installed a Crucial C300 2.5" 64GB SATA 3.x MLC Int. SSD as my boot drive. The system rocks. The only thing is when I try to boot from a PClinoxOS live CD I can't see the SSD drive so it won't use it for the bootloader. Anyone got some ideas?
I have PCLinuxOS on a WD 128 Gig SSD hard drive which was detected by the LiveCD and it rawks with 12 second boot to desktop. It appears ldetect cannot determine the correct sata driver to load for your Crucial drive to be seen. You can try modprobe as root the following sata drivers from the LiveCD then check diskdrake to see if the drive shows up.
modprobe sata-inic162x
modprobe sata-mv
modprobe sata-nv
modprobe sata-promise
modprobe sata-qstor
modprobe sata-sil
modprobe sata-sil24
modprobe sata-sis
modprobe sata-svw
modprobe sata-sx4
modprobe sata-uli
modprobe sata-via
modprobe sata-vsc
The only other kernel driver that I can think of that might help is the ahci driver.
modprobe ahci
modprobe ahci-platform
modprobe libahci