Bug 501441
Summary: | Kernel will not boot (kernel panic) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | David Dreggors <dadreggors> | ||||||
Component: | kernel | Assignee: | Prarit Bhargava <prarit> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 5.3 | CC: | ajb, anton, dzickus, prarit | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | i686 | ||||||||
OS: | Linux | ||||||||
URL: | https://bugzilla.redhat.com/show_bug.cgi?id=499999 | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2009-05-22 11:20:02 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
David Dreggors
2009-05-19 07:10:16 UTC
To clarify, the "old working kernel" above is "2.6.18-128.1.10.el5" and it runs fine as long as I have "pci=nomsi" and "nomce" on the boot line. Only the test patch kernel is failing to boot. Can you try booting your machine with 'nmi_watchdog=2' on the kernel command line and remove the 'quiet' command from that line. Hopefully the kernel will panic after a while and the stack will match the one in bugzilla 501178. Yes, it does panic with stack trace, but they are completely different. The stack in bug #501178 mentions clock ticks and scheduler. Mine has many references to cpu_freq_governor, cpu_freq_<this>, cpu_freq_<that> etc... How can I grab all that in a file so that I can copy and paste after reboot? You can't really, unless you have a serial console port attached to your laptop. Ok, your problem still maybe similar. Prarit is working on a creating an rpm with a patch that we will like you to try. Hopefully he will have something in the next couple of hours. Created attachment 344822 [details] RHEL5 RPM with fix from BZ 501178 Please test with this RPM. It only contains a fix for this issue. (In reply to comment #3) > Yes, it does panic with stack trace, but they are completely different. > > The stack in bug #501178 mentions clock ticks and scheduler. Mine has many > references to cpu_freq_governor, cpu_freq_<this>, cpu_freq_<that> etc... > > How can I grab all that in a file so that I can copy and paste after reboot? ... boot with "vga=791". Pull out your cellphone. Take a picture. Attach it to this BZ. :) P. Actually I did take a picture with my cel the first time. Unfortunately, my cel has no way to upload to computer (does not have USB port) and I do not have a data plan either so I cannot email them either :( (In reply to comment #8) > Actually I did take a picture with my cel the first time. Unfortunately, my cel > has no way to upload to computer (does not have USB port) and I do not have a > data plan either so I cannot email them either :( :) Okay, then can you at least type it out so we can see where the panic is? P. I have a digital camera now that has a usb cable. Problem is that as I said before, you can not be sure when it will hang up (always right after "Checking for hardware changes") or when it will decide to give the kernel panic messaage. I have rebooted 4 or 5 times already and every boot into that kernel so far tonight has just hung the system. I will keep on this until I get the panic again I guess. I will post the image back later (as soon as I can get picture). Created attachment 345051 [details]
This is the kernel panic I get when booting.
I get this kernel panic randomly. Usually with this kernel it just hangs after "Checking for hardware changes". Once in a while (with no change to kernel options) it gives this kernel panic message.
In bug #499999 I tried a new kernel (kernel-2.6.18-150.el5) and this kernel boots properly. (In reply to comment #12) > In bug #499999 I tried a new kernel (kernel-2.6.18-150.el5) and this kernel > boots properly. Okay -- CLOSED as NOTABUG. P. Just for the record. Prarit investigated a similar problem on a laptop in our office. It was determined the patches from bz 297731 were causing the problems. In -150.el5 those patches were reverted which is probably why your issue was fixed. |