LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-31-2005, 01:54 PM   #1
nr5
Member
 
Registered: Dec 2004
Posts: 65

Rep: Reputation: 15
boot


When I boot i get an error message (Just installed Gentoo):

Code:
sh-2821: reiserfs_read_super: can not find reiserfs on ramdisk(1,0)
Kernel panic: VFS: Unable to mount root fs on 01:00
My path IS correct /dev/sda3 !!

LILO seams to be working too...

Code:
boot=/dev/sda
default=gentoo

image=/boot/kernel-2.4.28-gentoo-r5
label=gentoo
read-only
root=/dev/sda3
Im thinking it might be that the kernel cant find my two SCSI drives correctly...??

I opened the kernel options :

Code:
make menuconfig
and I think I have tried to to enable almost everything that has SCSI in it... but still I get the same error....

My partitions are :

Code:
sda1 : boot
sda2 : swap
sda3 : root
Im not sure what to do any more, im giving up on hope

If anyone had a similar problem please help!
And do remember, I am a Noob

Thx!
 
Old 01-31-2005, 02:03 PM   #2
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
and what about ReiserFS module is it at least in ramdisk as a module or better: compiled in the kernel?
 
Old 01-31-2005, 02:05 PM   #3
nr5
Member
 
Registered: Dec 2004
Posts: 65

Original Poster
Rep: Reputation: 15
To be honest, I have no idea how to find out Im just following the gentoo install manual...
How can I find that out?

Thx!
 
Old 01-31-2005, 02:10 PM   #4
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
Well simply do the following:
Code:
cd /usr/src/linux
root@Olinux-lfs:/usr/src/linux# grep REISER .config
CONFIG_REISERFS_FS=m
and if you have a "m" or "y" that should be OK... and if you have "is not set" (for CONFIG_REISERFS_FS option), you'll have to add REISERFS support (that's in filesystem section ) and then recompile your kernel
 
Old 01-31-2005, 02:27 PM   #5
nr5
Member
 
Registered: Dec 2004
Posts: 65

Original Poster
Rep: Reputation: 15
Okay, this is what I got after typing:

grep RAISER .config

Code:
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
# CONFIG_REISERFS_PROC_INFO is not set
Is this good or bad? What do I do next?
 
Old 01-31-2005, 02:34 PM   #6
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
Well this is good... so it comes from your ramdisk which is maybe corrupted or something like that...
Could you post a more complete message (I mean 4 or 5 lines before "sh-2821: reiserfs_read_super: can not find reiserfs on ramdisk(1,0) Kernel panic: VFS: Unable to mount root fs on 01:00" )
 
Old 01-31-2005, 02:48 PM   #7
nr5
Member
 
Registered: Dec 2004
Posts: 65

Original Poster
Rep: Reputation: 15
Code:
IP: routing cache hagh table of 4096 buckets, 32Kbytes
TCP: Hash tables configurated (established 32768 bind 32768)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0
ds: no socket drivers loaded!
VFS: Can not open root device "803" or 08:03
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 08:03
This error is not exactellt the same as the one above, thats because I had alot of other things in LILO then I showed you above. This is as it is now with the LILO config as above.

Thx!!!

Last edited by nr5; 01-31-2005 at 02:50 PM.
 
Old 02-01-2005, 08:03 AM   #8
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
do you use devfs filesystem??? I mean: have you for example a directory like /dev/scsi/host0/... if yes, that probably comes from that...
 
Old 02-01-2005, 09:34 AM   #9
wpn146
Member
 
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170

Rep: Reputation: 30
Quote:
Originally posted by nr5
Okay, this is what I got after typing:

grep RAISER .config

Code:
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
# CONFIG_REISERFS_PROC_INFO is not set
Is this good or bad? What do I do next?
Yes, that is good, but have you recompiled the kernel? I am not that familiar with gentoo, but the kernel installed might not match what it puts into the source tree .config file. Most distro kernels are highly modularized because the distro maker has no idea what kind of equipment you will be running it on. I kind of suspect reiserfs is a module and you can't load the module because it needs the reiserfs support there before it can read the root filesystem where the module resides. Catch 22.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gentoo-Im dumb and deleted /boot/boot Grub Says: Error 26 : Too many symbolic links smehi Linux - Software 5 06-24-2006 06:25 AM
Dual boot SUSE/XP But SUSE wont let me boot or see boot menu Hairulfr SUSE / openSUSE 9 08-17-2005 12:57 PM
failed features: boot.shm boot.loadmodules boot.swap cccc SUSE / openSUSE 1 08-08-2005 07:23 AM
mandrake 10 command line to gui boot, then stuck at boot with hour glass chris008 Linux - Laptop and Netbook 1 11-14-2004 05:29 PM
DUAL BOOT - WIN XP cant be seen/boot on boot - pls help Bluiee Linux - Newbie 1 05-25-2004 05:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration