LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-16-2002, 10:31 AM   #1
Linux_N0oby
Member
 
Registered: Feb 2002
Location: Springfield, Misery
Distribution: Debian (Woody), RedHat 7.2, FreeBSD 4.5
Posts: 31

Rep: Reputation: 15
Unhappy Kernel panic making me panic!


Well, I installed RH 7.2, and upon loading I get a nice little "Kernel Panic" message. It's disabiling the "interrupt holder"? I tried 3 different installations, and this one is set to "Workstation". It seem's that it is not installing everything. I get a lot of "Command not Found" messages, and 2 kernel panics. I can't tell what the first one says though. Any ideas? I'm using an ATX mobo, with JUST the standard hardware to run the thing. ( CD-ROM, HDD, FDD, Video card, PS/2 mouse & keyboard. ) Ok, I was told there was a problem with the 7.2 kernel, and AMD processors. What is the GRUB command to get into RH to update my kernel?

Last edited by Linux_N0oby; 02-16-2002 at 11:09 AM.
 
Old 02-16-2002, 10:59 PM   #2
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
For the AMD problem, are you referring to the linux mem=nopentium command?
 
Old 02-17-2002, 05:19 PM   #3
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Re: Kernel panic making me panic!

Quote:
Originally posted by Linux_N0oby
It's disabiling the "interrupt holder"? I tried 3 different installations, and this one is set to "Workstation". It seem's that it is not installing everything. Any ideas? I'm using an ATX mobo,

Ok, I was told there was a problem with the 7.2 kernel, and AMD processors. What is the GRUB command to get into RH to update my kernel?
An 'interrupt holder' could be a number of things; probably it doesn't like some aspect of your motherboard. If you could post the exact kernel panic error message. Usually in the format:

item:argggghhhhhhhh (the item is important)

Changing the installation won't change anything as RedHat is only ever going to install the 1 kernel on your machine no matter what other packages you've installed... which haven't had a chance to run yet as the kernel panics before it even inits them.

The problem with the '7.2 kernel', which really refers to kernel 2.4.7, would not happen on a default install as it only tends to creep up when the kernel is recompiled to optimize for AMD k7 architecture. RedHat's shipping default kernel is much more generic than that. It also will only strike when X is running, which you haven't gotten to yet.

You won't be able to update the kernel without having the machine running which it can't do without a working kernel. There are ways to hotload Linux into RAM and de-bug whatever is causing the kernel panic, but that panic message is the most important part.

Cheers,

Finegan
 
Old 02-18-2002, 12:53 AM   #4
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
Re: Re: Kernel panic making me panic!

Quote:
Originally posted by finegan

item:argggghhhhhhhh (the item is important)
actually... i think it's usually

"aiiiiieeeee"

- then something about killing the interrupt handler in cold blood.
 
Old 02-18-2002, 11:23 AM   #5
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
My favorite is still a screen full of:

eth0: Something Wicked Happened!!!

just better than:

Unknown UID, You Do Not Exist, Go Away!

Cheers,

Finegan
 
Old 02-18-2002, 04:19 PM   #6
Skeeter
LQ Newbie
 
Registered: Feb 2002
Distribution: Attempting to use RH
Posts: 2

Rep: Reputation: 0
I got basically the same thing and though i'm not nearly done digging through this forum for a solution I thought I'd toss my two cents into this thread. I'm in the long and intricate process of attempting to install Redhat 7.1. When I boot from the cd, I get the error:

VFS: Cannot Open root device "" or 08:41
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 08:41

Yet when I try to enter the installation from MS-DOS I get something very similar to what that guy was talking about:

Code 03 4a 0c 8b 1d 6c ac 22 c0 8b 11 01 c3 f7 c2 01 00 00 00 74
Kernel panic: Aiee, Killing interrupt handler!
In interrupt handle - not syncing

Any guidance would be appriciated, and I hope this helps clarify.
 
Old 02-18-2002, 05:09 PM   #7
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The root device for the installation process of RedHat is almost certainly the CD itself. This usually means 1 of 3 things: Bad CD, which happens a lot more often then you would think if its an ISO burn, The CD-rom is kazoo, which is very rare, or the CDrom is jumpered funky so that the device the CDrom is assigned by the kernel is different than the one that BIOS reported. Or, possibly #4, something more bizarrely inexplicable.

Cheers,

Finegan
 
Old 02-19-2002, 01:47 PM   #8
Skeeter
LQ Newbie
 
Registered: Feb 2002
Distribution: Attempting to use RH
Posts: 2

Rep: Reputation: 0
Okay, with an option of:
root=/dev/hdb1
(which is not really what i wanted to use at all, but oh well)
I managed to get the installer to proceed past the point at which it usually dies. (the unable to mount fs error). However, this just gets me up to the interrupt handler error that I got from the Dos installation.

Also, is there someplace I can look up that string of error codes it gave me to narrow down the problem, or should I just presume that that knowledge is sacred/unattainable?

Thanks again,
Skeeter
 
Old 02-19-2002, 02:43 PM   #9
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Quote:
Originally posted by Skeeter

Also, is there someplace I can look up that string of error codes it gave me to narrow down the problem, or should I just presume that that knowledge is sacred/unattainable?
Yeah, and not to be glib, but, the source

Cheers,

Finegan
 
Old 02-19-2002, 03:23 PM   #10
Linux_N0oby
Member
 
Registered: Feb 2002
Location: Springfield, Misery
Distribution: Debian (Woody), RedHat 7.2, FreeBSD 4.5
Posts: 31

Original Poster
Rep: Reputation: 15
Ok I got it. :P On the 2nd line in the 2.4.7 kernel in GRUB, I added "noathon" at the end of the line, and boom! All good now. Now I'm just having trouble with installing the NVidia drivers with 2.4.9, and from what I've heard so far, it's not rare.
 
Old 02-19-2002, 04:12 PM   #11
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
noathlon

You're kidding me... weird. Yeah, the Nvidia thing has been tackled through this forum basically since the day 7.2 came out, search through the forums man, you won't be disapointed.

Cheers,

Finegan
 
Old 02-19-2002, 05:29 PM   #12
Linux_N0oby
Member
 
Registered: Feb 2002
Location: Springfield, Misery
Distribution: Debian (Woody), RedHat 7.2, FreeBSD 4.5
Posts: 31

Original Poster
Rep: Reputation: 15
Finally got it going! Works great!! I just did the tarball installation, and everything went very well! Thanx everybody!
 
Old 02-19-2002, 05:35 PM   #13
dnar
Member
 
Registered: Feb 2002
Location: Perth, Australia
Distribution: FC5 ::: Coyote ::: SCO Unixware :::
Posts: 201

Rep: Reputation: 30
Quote:
Originally posted by Linux_N0oby
Ok I got it. :P On the 2nd line in the 2.4.7 kernel in GRUB, I added "noathon" at the end of the line, and boom! All good now. Now I'm just having trouble with installing the NVidia drivers with 2.4.9, and from what I've heard so far, it's not rare.
I built a fleet of RedHat 7.2 workstations recently, and experienced the same deal on of the systems. Different kernel panics, at varying stages of the boot process. "noathlon" fixed the problem, although severe disk correuption followed. I ended up flinging the Aopen all-in-one mobo and that was that. As the RedHat docos say, some AMD mobos/hardware combos do have trouble running the Athlon only code. It has to do with the name "VIA" I am sure.

The offending mobo was replaced with a "cheap" Matsonic (SiS) all-in-one, quite a rockin little mobo actually.
 
Old 02-20-2002, 01:02 AM   #14
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
Quote:
Originally posted by dnar

I built a fleet of RedHat 7.2 workstations recently, and experienced the same deal on of the systems. Different kernel panics, at varying stages of the boot process. "noathlon" fixed the problem,
i have an athlon and nvidia - yet never had the agp problem. i feel left out.
 
Old 04-15-2002, 04:35 PM   #15
crazzzzy
LQ Newbie
 
Registered: Apr 2002
Distribution: Redhat
Posts: 2

Rep: Reputation: 0
More on the AMD / Via combo

Quote:
Originally posted by dnar

I built a fleet of RedHat 7.2 workstations recently, and experienced the same deal on of the systems. Different kernel panics, at varying stages of the boot process. "noathlon" fixed the problem, although severe disk correuption followed. As the RedHat docos say, some AMD mobos/hardware combos do have trouble running the Athlon only code. It has to do with the name "VIA" I am sure.
I got the same problem: I'm using a mobo with the VIA 82C686B chipset, and I have kernel panics all over the place. Sometimes, it'll boot and work for 3-4 minutes before the kernel panics come up.

Anyway, you've mentioned that the RedHat docs say that some AMD/VIA mobos have problems when "noathlon" is not used. Could you possibly please point me to those docs? I just can't seem to find them.

Thanks!
 
  


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
Is there anything I can do (kernel panic)? Scorper Linux - Software 5 05-13-2005 02:41 PM
Kernel panic puts me in a panic theeeg Linux - Software 2 07-31-2004 04:46 PM
Kernel Panic MasterKin8T Linux - Newbie 6 02-05-2004 06:07 AM
PANIC! KERNEL panic.... Solean Slackware 2 05-03-2003 12:27 AM
kernel panic (narius panic) narius Linux - Newbie 3 06-20-2002 03:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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