REPOST : Kernel panic when try to install Rocky 8.4
Hi All, I tried to install Rocky linux 8.4 (kernel 4.18.0-305) but when the kernel starts, it result to "Kernel Panic - not syncing : Timeout: Not all CPUs entered broadcast exception handler". I tried to use other distribs (Centos ; AlmaLinux) and I think this problem is related to the kernel version. FYI, the system is running on an 11th Gen i7-1185GRE CPU, maybe the problem is with this CPU ? With the distribution where the kernel version used is 4.18.0-80 or earlier, not kernel panic appear, but on the version 4.18.0-305 until 5.15.x (not included, 5.15.x works), I always had a kernel panic error. Do you have any tips on how to solve or why the problem occurs ? Thanks, Axel **Sorry for my english, I'm still learning, if you don't understand, please let me know.
On Fri, 04 Nov 2022 15:04:43 +0530, mavis wrote:
Hi All,
I tried to install Rocky linux 8.4 (kernel 4.18.0-305) but when the kernel starts, it result to "Kernel Panic - not syncing : Timeout: Not all CPUs entered broadcast exception handler".
I tried to use other distribs (Centos ; AlmaLinux) and I think this problem is related to the kernel version. FYI, the system is running on an 11th Gen i7-1185GRE CPU, maybe the problem is with this CPU ?
With the distribution where the kernel version used is 4.18.0-80 or earlier, not kernel panic appear, but on the version 4.18.0-305 until 5.15.x (not included, 5.15.x works), I always had a kernel panic error.
Do you have any tips on how to solve or why the problem occurs ?
Thanks, Axel
This seems to be a known intel hardware related bug, as far as I could google. While I am almost certain you have, but did you try adding the following to boot options? processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll This will apparantely turn off the CPUIdle subsystem, and stop power management via C-states. Unfortunately, that's all I know. Thanks, Siddh
Hi Siddh, Thanks for your answer. Yes, I confirm that I have already tested these params in the boot command line (the params are also available in the BIOS but that doesn't works either..) On which site did you find these informations about intel hardware bugs ? I didn't find it on the internet. Thanks, Axel ------- Original Message ------- On Friday, November 4th, 2022 at 21:26, Siddh Raman Pant <code@siddh.me> wrote:
On Fri, 04 Nov 2022 15:04:43 +0530, mavis wrote:
Hi All,
I tried to install Rocky linux 8.4 (kernel 4.18.0-305) but when the kernel starts, it result to "Kernel Panic - not syncing : Timeout: Not all CPUs entered broadcast exception handler".
I tried to use other distribs (Centos ; AlmaLinux) and I think this problem is related to the kernel version. FYI, the system is running on an 11th Gen i7-1185GRE CPU, maybe the problem is with this CPU ?
With the distribution where the kernel version used is 4.18.0-80 or earlier, not kernel panic appear, but on the version 4.18.0-305 until 5.15.x (not included, 5.15.x works), I always had a kernel panic error.
Do you have any tips on how to solve or why the problem occurs ?
Thanks, Axel
This seems to be a known intel hardware related bug, as far as I could google.
While I am almost certain you have, but did you try adding the following to boot options?
processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll
This will apparantely turn off the CPUIdle subsystem, and stop power management via C-states.
Unfortunately, that's all I know.
Thanks, Siddh
As Greg KH says on the mailing list: A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top ------------------------------------------------------------------------------- On Mon, 07 Nov 2022 14:22:53 +0530, mavis wrote:
On which site did you find these informations about intel hardware bugs ? I didn't find it on the internet.
I searched for the error you provided on Google and went through multiple links. I also briefly took a look at LKML. Also, the fix people do (and what I told in the previous email) was to disable C-state management, which implies the processor is doing some C-state stuff which the kernel driver is unable to cope with. Looking at the kernel code, you can find this specific error at line 1055 of arch/x86/kernel/cpu/mce/core.c. It is related to machine check exception (MCE) handling.[1] MCEs are triggered by hardware bugs, but the error you mentioned can potentially be triggered due to incorrect handling by the software.[2] Anyways, if you didn't, maybe see if you can update your processor's microcode. https://wiki.archlinux.org/title/Microcode Thanks, Siddh [1] https://en.wikipedia.org/wiki/Machine-check_exception [2] https://lore.kernel.org/lkml/20151205002930.GA24005@otc-brkl-03.jf.intel.com...
On Fri, Nov 4, 2022 at 4:35 PM mavis <mavisgame@pm.me> wrote:
Hi All,
I tried to install Rocky linux 8.4 (kernel *4.18.0-305*) but when the kernel starts, it result to "*Kernel Panic - not syncing : Timeout: Not all CPUs entered broadcast exception handler*". I tried to use other distribs (Centos ; AlmaLinux) and I think this problem is related to the kernel version. FYI, the system is running on an 11th Gen *i7-1185GRE* CPU, maybe the problem is with this CPU ?
With the distribution where the kernel version used is 4.18.0-80 or earlier, not kernel panic appear, but on the version 4.18.0-305 until 5.15.x (not included, 5.15.x works), I always had a kernel panic error.
Do you have any tips on how to solve or why the problem occurs ?
Does the error happen during the installation phase?
Thanks, Axel
***Sorry for my english, I'm still learning, if you don't understand, please let me know.* _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
Nope, the kernel panic happens when the kernel boots, before the installation window. I tried to boot a disk where rocky linux 8.4 is already installed and the same things happen. Thanks, Axel ------- Original Message ------- On Monday, November 7th, 2022 at 11:19, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
On Fri, Nov 4, 2022 at 4:35 PM mavis <mavisgame@pm.me> wrote:
Hi All,
I tried to install Rocky linux 8.4 (kernel 4.18.0-305) but when the kernel starts, it result to "Kernel Panic - not syncing : Timeout: Not all CPUs entered broadcast exception handler". I tried to use other distribs (Centos ; AlmaLinux) and I think this problem is related to the kernel version. FYI, the system is running on an 11th Gen i7-1185GRE CPU, maybe the problem is with this CPU ?
With the distribution where the kernel version used is 4.18.0-80 or earlier, not kernel panic appear, but on the version 4.18.0-305 until 5.15.x (not included, 5.15.x works), I always had a kernel panic error.
Do you have any tips on how to solve or why the problem occurs ?
Does the error happen during the installation phase?
Thanks, Axel **Sorry for my english, I'm still learning, if you don't understand, please let me know.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
--
regards,
Mulyadi Santosa Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On Mon, Nov 7, 2022, 18:04 mavis <mavisgame@pm.me> wrote:
Nope, the kernel panic happens when the kernel boots, before the installation window.
I tried to boot a disk where rocky linux 8.4 is already installed and the same things happen.
Thanks, Axel
Try to use newer rocky 8.x. i believe latest release is either 8.6 or 8.7
------- Original Message ------- On Monday, November 7th, 2022 at 11:19, Mulyadi Santosa < mulyadi.santosa@gmail.com> wrote:
On Fri, Nov 4, 2022 at 4:35 PM mavis <mavisgame@pm.me> wrote:
Hi All,
I tried to install Rocky linux 8.4 (kernel *4.18.0-305*) but when the kernel starts, it result to "*Kernel Panic - not syncing : Timeout: Not all CPUs entered broadcast exception handler*". I tried to use other distribs (Centos ; AlmaLinux) and I think this problem is related to the kernel version. FYI, the system is running on an 11th Gen *i7-1185GRE* CPU, maybe the problem is with this CPU ?
With the distribution where the kernel version used is 4.18.0-80 or earlier, not kernel panic appear, but on the version 4.18.0-305 until 5.15.x (not included, 5.15.x works), I always had a kernel panic error.
Do you have any tips on how to solve or why the problem occurs ?
Does the error happen during the installation phase?
Thanks, Axel
***Sorry for my english, I'm still learning, if you don't understand, please let me know.* _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- regards,
Mulyadi Santosa Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
I have already tried all versions 8.x. Only 8.0 works. FYI, even rocky linux 9.0 doesn't work. Thanks, Axel ------- Original Message ------- On Monday, November 7th, 2022 at 14:27, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
On Mon, Nov 7, 2022, 18:04 mavis <mavisgame@pm.me> wrote:
Nope, the kernel panic happens when the kernel boots, before the installation window.
I tried to boot a disk where rocky linux 8.4 is already installed and the same things happen.
Thanks, Axel
Try to use newer rocky 8.x. i believe latest release is either 8.6 or 8.7
------- Original Message ------- On Monday, November 7th, 2022 at 11:19, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
On Fri, Nov 4, 2022 at 4:35 PM mavis <mavisgame@pm.me> wrote:
Hi All,
I tried to install Rocky linux 8.4 (kernel 4.18.0-305) but when the kernel starts, it result to "Kernel Panic - not syncing : Timeout: Not all CPUs entered broadcast exception handler". I tried to use other distribs (Centos ; AlmaLinux) and I think this problem is related to the kernel version. FYI, the system is running on an 11th Gen i7-1185GRE CPU, maybe the problem is with this CPU ?
With the distribution where the kernel version used is 4.18.0-80 or earlier, not kernel panic appear, but on the version 4.18.0-305 until 5.15.x (not included, 5.15.x works), I always had a kernel panic error.
Do you have any tips on how to solve or why the problem occurs ?
Does the error happen during the installation phase?
Thanks, Axel **Sorry for my english, I'm still learning, if you don't understand, please let me know.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
--
regards,
Mulyadi Santosa Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On Mon, Nov 7, 2022, 20:48 mavis <mavisgame@pm.me> wrote:
I have already tried all versions 8.x. Only 8.0 works. FYI, even rocky linux 9.0 doesn't work.
Kernel 4.18 which is used by rocky 8.x is quite old btw. Not sure about kernel that is used by rocky 9.x I bet you will get better luck if you use newer kernel version provided by elrepo. Have you tried it?
Thanks, Axel
------- Original Message ------- On Monday, November 7th, 2022 at 14:27, Mulyadi Santosa < mulyadi.santosa@gmail.com> wrote:
On Mon, Nov 7, 2022, 18:04 mavis <mavisgame@pm.me> wrote:
Nope, the kernel panic happens when the kernel boots, before the installation window.
I tried to boot a disk where rocky linux 8.4 is already installed and the same things happen.
Thanks, Axel
Try to use newer rocky 8.x. i believe latest release is either 8.6 or 8.7
------- Original Message ------- On Monday, November 7th, 2022 at 11:19, Mulyadi Santosa < mulyadi.santosa@gmail.com> wrote:
On Fri, Nov 4, 2022 at 4:35 PM mavis <mavisgame@pm.me> wrote:
Hi All,
I tried to install Rocky linux 8.4 (kernel *4.18.0-305*) but when the kernel starts, it result to "*Kernel Panic - not syncing : Timeout: Not all CPUs entered broadcast exception handler*". I tried to use other distribs (Centos ; AlmaLinux) and I think this problem is related to the kernel version. FYI, the system is running on an 11th Gen *i7-1185GRE* CPU, maybe the problem is with this CPU ?
With the distribution where the kernel version used is 4.18.0-80 or earlier, not kernel panic appear, but on the version 4.18.0-305 until 5.15.x (not included, 5.15.x works), I always had a kernel panic error.
Do you have any tips on how to solve or why the problem occurs ?
Does the error happen during the installation phase?
Thanks, Axel
***Sorry for my english, I'm still learning, if you don't understand, please let me know.* _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- regards,
Mulyadi Santosa Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
participants (3)
-
mavis -
Mulyadi Santosa -
Siddh Raman Pant