LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-14-2002, 09:37 PM   #1
mjgeiger
LQ Newbie
 
Registered: Mar 2002
Location: Stoughton, MA
Distribution: Gentoo 1.4rc?, it's all good.....
Posts: 19

Rep: Reputation: 0
Install failure: Kernal Panic


Hi,

I have been trying to install many differents distros (and verisions), but I am just getting the following error when trying to install RED Hat on my system:

RAMDISK: Compressed image found at block 0
crc error: VFS: Cannot open root device 08:34
Kernal Panic: VFS: Unable to mount root fs on 08:34

Now I have tried to install any OS on this machine, but to no avail. I am getting this error trying to install RedHat 6.2 on this older system.

I am pretty sure it is not the CD-ROM or the HDD. It could be the RAM?? I just wanted to see if anyone else has seen this error.

Thanks!
 
Old 04-15-2002, 05:21 AM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 63
Well, what is the system you're trying to install RH onto?
 
Old 04-19-2002, 05:17 PM   #3
dkconover
LQ Newbie
 
Registered: Apr 2002
Distribution: Mandrake
Posts: 4

Rep: Reputation: 0
Unhappy same thing here...

I am having much the same problem installing Mandrake 8.2 on my system. Particularly, it dies while booting the install kernel from either diskette or cd with the error message "Kernal Panic: VFS: Unable to mount root fs on 01:30"...

I am unsure of what to do. I've installed earlier versions of both Mandrake and RedHat on other systems I've owned and had very little trouble with the installation and configuration. This time, I've tried to boot Mandrake from both the CD and a boot floppy. For comparison, I tried to load the network install boot floppy for RedHat 7.2 (my university has an ftp mirror for several linux distros on its LAN), only to have init die right out of the gate. I wonder if it may be my system itself. I lost my computer to a surge last summer and rebuilt from a cheaper barebones this past fall. Perhaps the kernel doesn't like my über-integrated (but cost-effective--hey, I'm not rich) SiS chips. Here's a brief rundown of the system.

SiS 630/730 chipset w/ integrated video (ugh)
Integrated SiS 900 Fast Ethernet adp
Integrated SiS 7018 sound
320 Mb PC100 generic memory (16 Mb shared with video)
AMD Athlon at 900 mghz
SiS PCI IDE controller
2 HDD on IDE0:
8.0 Gb WD Caviar as master
3.4 Gb Seagate as slave
44x CDROM on IDE1

That's basically it. I've been running Windoze 2000 Server since October and just recently moved to XP Professional. Never had any problems there (surprisingly)...in fact, W2k didn't crash once in 6 mos. The WD drive has XP on a single NTFS partition and the Seagate is completely clean and unpartitioned (inanticipation of linux). Don't know...if anyone know what to do (other than buying another computer), I would really appreciate the input.
 
Old 04-19-2002, 06:40 PM   #4
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
Re: Install failure: Kernal Panic

Quote:
Originally posted by mjgeiger
Hi,

I have been trying to install many differents distros (and verisions), but I am just getting the following error when trying to install RED Hat on my system:

RAMDISK: Compressed image found at block 0
crc error: VFS: Cannot open root device 08:34
Kernal Panic: VFS: Unable to mount root fs on 08:34

Now I have tried to install any OS on this machine, but to no avail. I am getting this error trying to install RedHat 6.2 on this older system.

I am pretty sure it is not the CD-ROM or the HDD. It could be the RAM?? I just wanted to see if anyone else has seen this error.

Thanks!
Could you post the specific hardware/system specs for your box, including hard drive configuration?
 
Old 04-19-2002, 09:37 PM   #5
dkconover
LQ Newbie
 
Registered: Apr 2002
Distribution: Mandrake
Posts: 4

Rep: Reputation: 0
solved my own problem

well, seems a lot of people are having the same problem...after reading through
several other threads based around the same problem I put together what I learned
and managed to solve my problem...in fact, I'm sending this message from
within Konqueror on my now-working Mandrake 8.2 install...

i passed the following args along to linux at bootup:

"mem=304m root=/dev/hdb1 noathlon"

seems to have worked for me, perhaps it may work for others with proper modifications...
this was effective both with a cd boot and a network install boot floppy...
 
Old 04-20-2002, 02:07 PM   #6
mjgeiger
LQ Newbie
 
Registered: Mar 2002
Location: Stoughton, MA
Distribution: Gentoo 1.4rc?, it's all good.....
Posts: 19

Original Poster
Rep: Reputation: 0
Hey,

I have a:

DFI P5BV3+/e rev. B Mainboard
AMD-K6 300 Processor (100 MHz x 3.0)
2x 128mb PC100 Generic DIMMS
Fujitsu MPE3136AH (13.7 Gb) set as Master w/Slave
Generic 56x CD-ROM as slave

This board is AT, I don't know much else about it. I am just looking to get into Linux. I assembled this from just stuff I had lying around.

I downloaded distro like Mndrake 8.2 and RH 7.2, but I am still getting those errors.

I don't know how to get to the UNIX prompt to type in the commands that were mentioned, or how to edit any of the source on the CD (I am the ultimate newbie!).

So any (and all!) help would be great.

Thanks!
 
Old 04-20-2002, 02:46 PM   #7
dkconover
LQ Newbie
 
Registered: Apr 2002
Distribution: Mandrake
Posts: 4

Rep: Reputation: 0
Lightbulb Clarification (sorry)

sorry, though I still consider myself a "newbie", I have been using various distros of Linux for the past five or six years, so I guess I have picked up a little bit I'll try not to be so presumptive next time...

The arguments I gave above are not typed at a unix shell prompt (obviously you would be running Linux and not be having the aforementioned bootup problems), rather they are passed directly to the kernel at bootup. To do this, you simply type "linux" followed by the args when the "boot:" prompt comes up...thus, when I did it, what I typed looked like this:

boot: linux mem=304m root=/dev/hdb1 noathlon

Hope that clears it up for you...and I hope it works...I don't know if any one arg by itself solve my problem or if all of them were necessary. If you are installing to the slave drive, then the "root=/dev/hdb1" is definately needed. I used the "mem" line b/c I have a weird memory config (320 Mb total with 16 Mb shared with integrated video chip...thus the odd amount of memory). As for the "noathlon" part, I read in a few threads here that some Athlons with certain chipsets actually have problems with the Athlon-specific code in the kernel. I'm a little dubious about that, but in my case it obviously didn't hurt. My system's booting fine now--I even have it dual booting WinXP and Mandrake using the Windows NT loader (I'm surprised).

Good luck!
 
Old 04-20-2002, 08:53 PM   #8
mjgeiger
LQ Newbie
 
Registered: Mar 2002
Location: Stoughton, MA
Distribution: Gentoo 1.4rc?, it's all good.....
Posts: 19

Original Poster
Rep: Reputation: 0
hey again,

i have tried the lines:

linux mem=256M root=/dev/hdb1 noathlon
and
linux mem=exactmap mem=640k@0 mem=255M@1

and what I am getting now is

Uncompressing Linux......
crc error
-- System Halted

This is a new install of Linux (I have been using RH 62 and RH72 to test this on) and just seem to be getting the above mentioned error.

Any Help?

Thanks!
 
Old 04-20-2002, 11:36 PM   #9
dkconover
LQ Newbie
 
Registered: Apr 2002
Distribution: Mandrake
Posts: 4

Rep: Reputation: 0
Hmm

Hmm...sounds to me like you installation medium is corrupted...is it a bootdisk that you made or did you burn an install CD from a d/l'ed image...I made a Mandrake 8.2 CD from an image a few days ago and it was corrupted...i've had that happen several times in the past, too...
 
Old 04-21-2002, 11:37 AM   #10
mjgeiger
LQ Newbie
 
Registered: Mar 2002
Location: Stoughton, MA
Distribution: Gentoo 1.4rc?, it's all good.....
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks

Will Try Thanks!
 
Old 05-07-2002, 09:36 AM   #11
mjgeiger
LQ Newbie
 
Registered: Mar 2002
Location: Stoughton, MA
Distribution: Gentoo 1.4rc?, it's all good.....
Posts: 19

Original Poster
Rep: Reputation: 0
Lightbulb Problem Solved

Thanks for all your help everyone!

I changed the CPU on the MoBo and now it works just fine. I guess that there was somesort of problem with the AMD running at 100MHz and the rest of the system running at 66MHz.

Thanks again,
Matt

, and proud of it!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Kernal Panic... Atempt install on Old PC AMDbuilder SUSE / openSUSE 10 01-14-2005 04:31 PM
Kernal panic jelgavchik Linux - Laptop and Netbook 1 01-08-2005 11:39 AM
nvidia kernal failure moodles Mandriva 12 10-14-2003 12:08 PM
Kernal Panic during boot for install vector Linux - Software 7 09-04-2003 12:10 PM
Kernal Panic needamiracle Linux - Software 7 06-05-2002 09:57 AM

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

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