Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
megaraid doesn't load
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
brendagies
n00b
n00b


Joined: 25 Jun 2004
Posts: 3

PostPosted: Tue Jun 29, 2004 3:14 pm    Post subject: megaraid doesn't load Reply with quote

I've been trying to get Gentoo installed on a Gateway 7450R, PIII 933 dual processor, AMI 493 raid controller server. I'm using Knoppix 3.2 for the live CD. I have the SCSI drivers compiled with the kernel (gentoo-dev-sources) rather than loading as modules. My problem is that on reboot, I see the Adaptec driver loading and then it looks like the megaraid driver is skipped, then kernel panic (can't find device sda3).
My partitions are:
/dev/sda1 ext2 boot
/dev/sda2 swap swap
/dev/sda3 ext2 root
My fstab file reflects this as well.

Grub looks like
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.5
root (hd0,0)
kernel /kernel-2.6.5-gentoo-r1 root=/dev/sda3

I've tried Lilo and no luck either.

I have the newest firmware loaded for the server and the raid card. I should also note that Knoppix 3.3 and Knoppix 3.4 do not seem to load the megaraid driver either.

I've read many posts and tried quite a few things to get running but no luck. Any other ideas? Thanks in advance.
Back to top
View user's profile Send private message
cbock
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2004
Posts: 149
Location: san diego

PostPosted: Tue Jun 29, 2004 3:35 pm    Post subject: Reply with quote

i have a 3ware 7500-4 raid controller. i too used gentoo-dev-sources. i was unable to get grub to work with it. here's my lilo.conf hopefully, it will help
Code:
boot=/dev/sda
append="devfs=mount"
prompt
timeout=50
default=gentoo
vga=788

image=/boot/kernel-2.6.5-gentoo-r1
root=/dev/sda3
append="devfs=mount"
label=gentoo
read-only


if i remember correctly, everything started to work once i added append="devfs=mount" .
Back to top
View user's profile Send private message
brendagies
n00b
n00b


Joined: 25 Jun 2004
Posts: 3

PostPosted: Tue Jun 29, 2004 4:12 pm    Post subject: still can't find root sda3 Reply with quote

I just tried using Lilo with the append="devfs=mount" but get the same kernel panic. I wish I could read everything that is trying to load - it scrolls up on the screen so fast that I miss something between the Adaptec 7892 and the kernel panic.
I might try sdb3 for the root and see what happens. Maybe the live cd recognizes the drive as sda and the kernel recognizes it as sdb or something. ??
If that doesn't work, I'm toying with the idea of combining the root and boot partitions and starting over.....
Back to top
View user's profile Send private message
cbock
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2004
Posts: 149
Location: san diego

PostPosted: Tue Jun 29, 2004 4:45 pm    Post subject: Reply with quote

did you compile devfs support into the kernel?
Back to top
View user's profile Send private message
brendagies
n00b
n00b


Joined: 25 Jun 2004
Posts: 3

PostPosted: Tue Jun 29, 2004 5:00 pm    Post subject: Reply with quote

Yes I did. Seems very strange....
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