PDA

View Full Version : how to install and boot from rocketraid 2320 Ubuntu 9.10



genkindama
December 29th, 2009, 09:27 AM
Hi everyone,

I'm desperately trying to install Ubuntu 9.10 server on a rocket raid 2320. I used Ubuntu 9.10 live cd to compile rr232x.ko for kernel 2.6.31-14, since on highpoint site there are no pre-compiled driver for the distro.
Now I managed to let Ubuntu see the controller in live cd environment and during installation of ubuntu server.
I can install ubuntu server on rr2320, but I can't make the server boot properly.
What is the correct procedure to make the server boot on rr2320?
Thank you in advance!

rudical
February 3rd, 2010, 11:06 PM
Hi,

Can you tell me how used the Ubuntu 9.10 live cd to compile rr232x.ko? I'm very new to linux and have no idea how to do this. If you could tell step by step I'd really appreciate it.

genkindama
February 4th, 2010, 09:27 AM
[QUOTE=rudical;8770245]Hi,

Can you tell me how used the Ubuntu 9.10 live cd to compile rr232x.ko? [...]


well I booted the live cd and downloaded open sorce driver from highpoint site.
I followed Readme included and generated rr232x.ko
insmod rr232x.ko (to load the driver)
That's all.

Anyway, no one seemed to be able to solve my problem, so I had to use Centos 5.0. How I hate it.

slockton
February 17th, 2010, 11:36 PM
Hi,

Can you tell me how used the Ubuntu 9.10 live cd to compile rr232x.ko? I'm very new to linux and have no idea how to do this. If you could tell step by step I'd really appreciate it.

Go here: http://www.highpoint-tech.com/USA/bios_rr2320.htm

Download the "Open Source driver". Unzip it by right clicking the downloaded file and selecting "Open with archive manager". From here you can uncompress the folder to wherever you choose.

Open up a Terminal window and cd to this folder. The README takes you through the next steps (following instructions for For Linux kernel 2.6), but here's what I did from this point:

cd product/rr232x/linux
sudo make
sudo make install

Then I rebooted and after gparted recognized my 7.28 TB raid 5 array. I'm formatting it as ext3 as I type.

Good luck.

S

genkindama
February 18th, 2010, 09:16 AM
ok. I'm trying again. Now we all know how to create the correct driver for ubuntu from opensource highpoint driver.
How can I put this driver in the boot image so that I can boot from highpoint raid? Does anybody know? Really? Come on, I wanna get rid of that centos!