Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] ReiserFS on root partition won't boot...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
AndyB
n00b
n00b


Joined: 29 Mar 2004
Posts: 20

PostPosted: Mon Jan 08, 2007 11:10 pm    Post subject: [SOLVED] ReiserFS on root partition won't boot... Reply with quote

Okay, so I decided to try something new on my latest server build. Instead of ext3 on the root filesystem, I wanted to try out ReiserFS. Everything else was standard, but that was the only thing I've done any different than the handful of other Gentoo systems I've built.

My /etc/fstab:
Code:
/dev/hda1   /boot        ext2    defaults,noatime     1 2
/dev/hda2   none         swap    sw                   0 0
/dev/hda3   /            reiserfs    noatime              0 1

proc        /proc        proc    defaults             0 0
shm         /dev/shm     tmpfs   nodev,nosuid,noexec  0 0

/dev/cdrom  /mnt/cdrom   auto    noauto,user          0 0


My grub.conf:
Code:
default 0
timeout 10

title=Gentoo Linux 2.6.18-r6
root (hd0,0)
kernel /boot/kernel-2.6.18-gentoo-r6 root=/dev/hda3


The system pops up the grub boot window just fine, starts to load, but then spits out the following error message before a kernel panic:
Code:
Cannot open root device "hda3" or unknown-block(0,0)


Any ideas? I made absolutely sure that the Reiser filesystem was supported by the kernel I compiled...


Last edited by AndyB on Tue Jan 09, 2007 3:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
Distributed
n00b
n00b


Joined: 08 Jan 2007
Posts: 5

PostPosted: Mon Jan 08, 2007 11:16 pm    Post subject: Reply with quote

Just of giggles,

Did you compile support for your ata/sata? (Perhaps it was accidently disabled?)
Back to top
View user's profile Send private message
AndyB
n00b
n00b


Joined: 29 Mar 2004
Posts: 20

PostPosted: Tue Jan 09, 2007 3:50 pm    Post subject: Reply with quote

Hmmm... Suppose that's actually a possibility. I stepped through the menuconfig again for the kernel. I tweaked and tuned a bit, but didn't find anything that stood out. Regardless, I rebuilt the kernel and it's working.

Odd, but thanks for the push in the right direction.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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