有时,通常在启动后的第一分钟,我的 Ubuntu 18.04 LTS 设置上会出现以下错误:
Kernel panic - not syncing: Timeout: Not all CPUs entered broadcast exception handler
[....] Shutting down cpus with NMI
[....] Kernel Offset: 0xe4000000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff
[....] Rebooting in 30 seconds..
此后,机器就死机了,再也没有重新启动。该 PC 还具有 Windows 10 的双启动设置,从未崩溃过。
知道这可能是什么原因造成的吗?
答案1
我相信这是一个已知错误。使用 应用最新内核apt full-upgrade
。
或者,processor.max_cstate=0 intel_idle.max_cstate=0 idle=poll
在内核命令行中添加编辑 GRUB_CMDLINE_LINUX/etc/default/grub
并运行update-grub
,然后重新启动。
关于编辑内核命令行规则的更多详细信息请参见此处:https://askubuntu.com/a/19487/853283