The SuSE 9.3 installer does not detect the Highpoint RocketRAID 1810 or 1820 controller.
No mainstream Linux currently ships with a driver for this controller.
ASL provides a driver disk and source rpm for the Rocket RAID controller. To re-install the system, please follow these instructions:
mount /media/cdrecorder dd if=/media/cdrecorder/SuSE/9.3/x86_64/rocketraid-1.12-2.6.11.4-20a.img of=/dev/fd0 umount /media/cdrecorder
If an online update is performed, the kernel will be upgraded by default. Before rebooting into the new kernel, the Rocket RAID driver must be rebuilt. Failure to perform this step will result in an unbootable system:
# mount /media/cdrecorder # rpm -ivh /media/cdrecorder/SuSE/9.3/rocketraid-1.12-2.6.11.4-20a.src.rpm # cd /usr/src/packages/SPECS # /media/cdrecorder/SuSE/9.3/suse93driver.sh rocketraid.spec # rpm -ivh ../RPMS/x86_64/rocketraid*.rpm --force
Note: For systems with a DVD recorder, replace 'cdrecorder' with 'dvdrecorder'