Comment 10 for bug 530361

Revision history for this message
Janåke Rönnblom (jan-ake) wrote :

Three solutions for running Linux on your new server:

1. Install another linuxdistribution from a leading vendor ;)
2. Sell the server on ebay and buy another with support for Ubuntu.
3. Do like this:

1. Boot from the installcd
2. Go to one of the console (alt+f2)
3. Insert USB key with driver on it. (mount -t vfat /dev/sda /mnt --> or something like that)
4. Copy the required driver to /tmp (otherwise the usb i /dev/sda which is where we want the disks from the RAID card)
5. Unmount the USB key6
6. insmod the mpt2sas driver from /tmp
7. Go into the install menu and detect the disks again.
9. After install replace the generic kernel with the server kernel

The driver can be found in the generic kernel. I did install a virtual machine and then installed the generic kernel to it (afterwards) so I could get my hands on the mpt2sas driver.