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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
02-16-2002, 10:31 AM
|
#1
|
Member
Registered: Feb 2002
Location: Springfield, Misery
Distribution: Debian (Woody), RedHat 7.2, FreeBSD 4.5
Posts: 31
Rep:
|
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.
|
|
|
02-16-2002, 10:59 PM
|
#2
|
LQ Addict
Registered: Jun 2001
Posts: 1,183
Rep:
|
For the AMD problem, are you referring to the linux mem=nopentium command?
|
|
|
02-17-2002, 05:19 PM
|
#3
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
02-18-2002, 12:53 AM
|
#4
|
Senior Member
Registered: Jun 2001
Posts: 1,635
Rep:
|
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.
|
|
|
02-18-2002, 11:23 AM
|
#5
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
02-18-2002, 04:19 PM
|
#6
|
LQ Newbie
Registered: Feb 2002
Distribution: Attempting to use RH
Posts: 2
Rep:
|
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.
|
|
|
02-18-2002, 05:09 PM
|
#7
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
02-19-2002, 01:47 PM
|
#8
|
LQ Newbie
Registered: Feb 2002
Distribution: Attempting to use RH
Posts: 2
Rep:
|
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
|
|
|
02-19-2002, 02:43 PM
|
#9
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
02-19-2002, 03:23 PM
|
#10
|
Member
Registered: Feb 2002
Location: Springfield, Misery
Distribution: Debian (Woody), RedHat 7.2, FreeBSD 4.5
Posts: 31
Original Poster
Rep:
|
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.
|
|
|
02-19-2002, 04:12 PM
|
#11
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
02-19-2002, 05:29 PM
|
#12
|
Member
Registered: Feb 2002
Location: Springfield, Misery
Distribution: Debian (Woody), RedHat 7.2, FreeBSD 4.5
Posts: 31
Original Poster
Rep:
|
Finally got it going! Works great!! I just did the tarball installation, and everything went very well! Thanx everybody!
|
|
|
02-19-2002, 05:35 PM
|
#13
|
Member
Registered: Feb 2002
Location: Perth, Australia
Distribution: FC5 ::: Coyote ::: SCO Unixware :::
Posts: 201
Rep:
|
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.
|
|
|
02-20-2002, 01:02 AM
|
#14
|
Senior Member
Registered: Jun 2001
Posts: 1,635
Rep:
|
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.
|
|
|
04-15-2002, 04:35 PM
|
#15
|
LQ Newbie
Registered: Apr 2002
Distribution: Redhat
Posts: 2
Rep:
|
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!
|
|
|
All times are GMT -5. The time now is 09:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|