LinuxQuestions.org
Review your favorite Linux distribution.
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 03-04-2004, 01:20 AM   #1
thelandrew
Member
 
Registered: Mar 2004
Posts: 30

Rep: Reputation: 16
Exclamation VFS Unable to mount root fs on 00:00


Greetings!

I recently installed Redhat 9 on my "new" box. This is my first time running linux on anything. Install went fine, but did not load RAID during original OS load as I did not have a linux driver at that time... The system was working fine, but of course I wanted to be able to use my other hardware...

System specs:

Celery 2GHz
256 MB DDR
WD 20GB HDD **OS IS LOADED ON THIS DISK**
FastTrack 150 SX4 RAID Card w/
3x Seagate Barracuda V 120GB SATA in RAID 5 config (240GB total)

Array is configured but has not yet been formated.

Anyway... I downloaded the redhat driver for this card from Promise and was able to make and run the instalation disk. Disk ran as advertised, then I rebooted the system per the instructions in the readme. System Kernel Panic'd on boot.

System loads to the OS Selection GUI ok but when I select the OS I get error:

VFS: Cannot open root device "Label=/" or 00:00
Please append correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 00:00

From the OS selection GUI I can "edit the commands before booting". There are currently 2 lines available for editing:

root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdd=ide-scsi

I am assuming that there is an error in that sequence, but I sure cant tell where.

I DO have access to the command line if needed.

**HELP!!**
 
Old 03-04-2004, 01:46 AM   #2
aeolus
Member
 
Registered: Feb 2004
Posts: 66

Rep: Reputation: 15
The driver that you downloaded is right from redhat?
you can insert Linux Installation CD1,then run "linux rescue" and remove dirvers of this raid card.Reboot and try again.Maybe your system will be fine.
 
Old 03-04-2004, 02:53 AM   #3
thelandrew
Member
 
Registered: Mar 2004
Posts: 30

Original Poster
Rep: Reputation: 16
Quote:
The driver that you downloaded is right from redhat?
No. The driver was from PROMISE. But I don't think the driver is the problem, or at least not DIRECTLY the problem...
 
Old 03-04-2004, 06:33 AM   #4
rberry88
Member
 
Registered: Aug 2003
Location: Arlington Heights, IL USA
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558

Rep: Reputation: 30
Quote:
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdd=ide-scsi
The problem I see is that you are telling grub that your kernel image (vmlinuz) is in the /vmlinuz directory when it is (should be) in the /boot directory.

Try this:

Code:
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ hdd=ide-scsi
rberry88
 
Old 03-04-2004, 10:54 AM   #5
thelandrew
Member
 
Registered: Mar 2004
Posts: 30

Original Poster
Rep: Reputation: 16
Nope. I get a "File Not Found" with that.

Let me ask a little different question...

What does a VALID root= command look like? According to the cryptic error messages the problem should be there...
 
Old 03-04-2004, 11:33 AM   #6
rberry88
Member
 
Registered: Aug 2003
Location: Arlington Heights, IL USA
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558

Rep: Reputation: 30
The change the part in your kernel line where you have:

Code:
root=LABEL=/
to

Code:
root=/dev/hdxx

rberry88
 
Old 03-04-2004, 11:44 AM   #7
thelandrew
Member
 
Registered: Mar 2004
Posts: 30

Original Poster
Rep: Reputation: 16
ok ran
Code:
kernel /vmlinuz-2.4.20-8 ro root=/dev/hda2 LABEL=/ hdd=ide-scsi
and the system now boots to the desktop.

HOWEVER, in the boot sequence, it says the filesystem is being mounted as readonly.

ALSO, my changes arent being saved, so when I reboot, I have to manually edit the same line... Where do I make the change permanent? ...I assume that the readonly problem has to be resolved first?
 
Old 03-04-2004, 11:56 AM   #8
rberry88
Member
 
Registered: Aug 2003
Location: Arlington Heights, IL USA
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558

Rep: Reputation: 30
The readonly thing is not a problem, that is what the "ro" stands for in your kernel line.

To make the changes stick, you need to edit your /boot/grub/menu.lst file once you are booted up.

rberry88
 
Old 03-04-2004, 12:43 PM   #9
thelandrew
Member
 
Registered: Mar 2004
Posts: 30

Original Poster
Rep: Reputation: 16
So my filesystem should be read only then? I'll take your word for it. Sounds like I can change that by removing the ro at another time if needed.... Is there any reason why I would want to do this?

System now boots fine. Thanks!
 
Old 03-30-2004, 01:25 AM   #10
Punboy
Member
 
Registered: Mar 2004
Posts: 32

Rep: Reputation: 15
When the kernel first starts, it needs to mount your root partition read-only so it can safely run fsck on the partition. Once it finishes checking the partition, it remounts in read-write mode. No worries.

*note* fsck is like Windows' scandisk (god forbid using a M$ program to describe what a GNU util is). Basically it checks the partition for errors and tries to correct any it finds.

Last edited by Punboy; 03-30-2004 at 01:27 AM.
 
  


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
VFS: Unable to mount root fs mmatis Slackware 22 12-03-2005 10:02 PM
VFS: Unable to mount root fs pappsynz Linux - Newbie 10 10-07-2005 07:02 AM
VFS : Unable to mount root fs on 16:03 new.thing Slackware 5 07-05-2005 09:55 AM
VFS: unable to mount root fs -Dice Linux - Newbie 20 11-04-2003 01:05 PM
VFS: unable to mount root fs wgast77 Linux - General 5 07-30-2003 01:13 PM

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

All times are GMT -5. The time now is 08:23 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