Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel Panic: can't find /dev/sdb1
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
ExecutorElassus
Veteran
Veteran


Joined: 11 Mar 2004
Posts: 1482
Location: Berlin, Germany

PostPosted: Wed Aug 25, 2004 5:03 pm    Post subject: Kernel Panic: can't find /dev/sdb1 Reply with quote

so, after installing 2.6.8-1, i copied the exact same boot options into a second entry in grub.conf, so the whole thing looks like this:

Code:
default 0
timeout 10
splashimage=(hd1,4)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.7
root (hd1,4)
kernel /kernel-2.6.7-gentoo root=/dev/sdb1 video=mtrr,vesafb:1280x1024 vga=0x31A splash=verbose

title=Gentoo Linux 2.6.8
root (hd1,4)
kernel /kernel-2.6.8-gentoo root=/dev/sdb1 video=mtrr,vesafb:1280x1024 vga=0x31A splash=verbose


now, when i boot 2.6.7, i get no bootsplash (the option didn't work when i ran make menuconfig, so i assume it was a bug) but it boots ok. when i boot 2.6.8, it gives me a kernel panic, saying it's "unable to mount root filesystem" /dev/sdb1 is apparently an unknown device to the kernel.

did i screw something up in configuring?

thanks,

EE
Back to top
View user's profile Send private message
flindt
Tux's lil' helper
Tux's lil' helper


Joined: 10 Dec 2003
Posts: 112
Location: Denmark

PostPosted: Wed Aug 25, 2004 5:53 pm    Post subject: Reply with quote

Looks like you do not have the right driver for your scsi (or SATA) built into the kernel...
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Aug 25, 2004 5:55 pm    Post subject: Reply with quote

You compiled your 2.6.8 kernel with SCSI support I assume,
otherwise /dev/sdb1 might give you trouble?!
Back to top
View user's profile Send private message
ExecutorElassus
Veteran
Veteran


Joined: 11 Mar 2004
Posts: 1482
Location: Berlin, Germany

PostPosted: Wed Aug 25, 2004 6:05 pm    Post subject: Reply with quote

whoops, yeah i should have mentioned that: aic7xxx support is built in as a module, using the new "fast" driver (not the old "obsolete" driver).

should it be built in to the kernel directly?
Back to top
View user's profile Send private message
ronmon
Veteran
Veteran


Joined: 15 Apr 2002
Posts: 1043
Location: Key West, FL

PostPosted: Wed Aug 25, 2004 8:24 pm    Post subject: Reply with quote

You'll either have to build it into the kernel or use an initrd if you want to keep it as a module.
_________________
Ask Questions the Smart Way - by ESR
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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