Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dell Poweredge 2650 RAID setup
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
EvilCartman
n00b
n00b


Joined: 25 Nov 2004
Posts: 6

PostPosted: Thu Nov 25, 2004 1:25 am    Post subject: Dell Poweredge 2650 RAID setup Reply with quote

Hi,

I am currently installing Gentoo with the 2004.3 livecd on a dell poweredge 2650 that has the Adaptec AIC7xxx SCSI and has hardware setup for RAID1. I am having trouble finding out which way to install the kernel and what to boot from. It is telling me there is one drive (sda), so the hardware is taking care of the other hardware in the background. Should I directly install to /dev/sda (treat it like a regular install)? But if I do that I get a kernel panic (cannot find root=). If I convert it to /dev/md (using mdadm)
using command:

//boot formated with ext2
mdadm --create /dev/md0 --level=1 --raid-devices=1 /dev/sda1
//root formated with reiserfs
mdadm --create /dev/md1 --level=1 --raid-devices=1 /dev/sda3
//swap is on /dev/sda2

and reboot I still get a kernel panic. I followed both howto install's (from the forum-
[url]https://forums.gentoo.org/viewtopic.php?t=71860&start=0&postdays=0&postorder=asc&highlight=raid+root+howto+mdadm [/url]and the 'raid tipsntricks documentation of gentoo'.

Any help would be greatly appreciated.

Thanks
_________________
---------------------------------------
Back to top
View user's profile Send private message
pwehrwein
n00b
n00b


Joined: 30 Jan 2004
Posts: 24

PostPosted: Thu Nov 25, 2004 2:24 am    Post subject: Reply with quote

do you have support for your adaptec scsi controlled compiled into the kernel? and what does your grub.conf/lilo.conf look like?
_________________
Take a deep breath.
I run (alphabetically): Gentoo, OpenBSD, Mac OS X, and Windows XP.
Back to top
View user's profile Send private message
EvilCartman
n00b
n00b


Joined: 25 Nov 2004
Posts: 6

PostPosted: Thu Nov 25, 2004 2:33 am    Post subject: Reply with quote

pwehrwein wrote:
do you have support for your adaptec scsi controlled compiled into the kernel? and what does your grub.conf/lilo.conf look like?


Yes, in the menuconfig I set the scsi controller to be compiled in the kernel. My grub.conf looks like this:

Code:


default 0
timeout 5
title=Gentoo Linux 2.4.28
root (hd0,0)
kernel /kernel-2.4.28 root=/dev/sda3

_________________
---------------------------------------
Back to top
View user's profile Send private message
aman
Apprentice
Apprentice


Joined: 07 Sep 2003
Posts: 198
Location: Bay Area, California

PostPosted: Sat Nov 27, 2004 6:50 am    Post subject: Reply with quote

You need to compile in aacraid as well. I am running many of these servers on gentoo and I just compile in aic7xxx and aacraid into the kernel and install right onto sda. Works great!
_________________
Yes, I do run Gentoo on production servers...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum