
我是一個 Linux 新用戶,這是我的第二個問題。這是我的問題:
我剛買了一台新電腦(Lenovo Thinkpad E590 i7-8565),並成功安裝了 Ubuntu 18.04 LTS 和 Windows 10 Pro。因此,當我啟動時,兩個作業系統都可用,並且我建立了第三個 NTFS 分割區,我可以在其中儲存可在 Linux 和 Windows 10 上存取的檔案。
有時,當我在 Ubuntu 上啟動時,會出現以下資訊:
輸出$ cat /var/log/kern.log
:
mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
我被困在這個畫面和 Ubuntu 載入畫面之間。
我唯一的選擇是按下電源按鈕並再次重新啟動電腦。經過 2 或 3 次嘗試後,我的 Ubuntu 終於啟動了(但仍然顯示這些錯誤)
之後我檢查了CPU的溫度,一切似乎都很正常。
輸出$ sensors
:
thinkpad-isa-0000
Adapter: ISA adapter
fan1: 0 RPM
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +45.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +43.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +44.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +45.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +44.0°C (high = +100.0°C, crit = +100.0°C)
我已經在這裡嘗試過修復:https://github.com/erpalma/throttled,但它不適用於我的 Lenovo E590。
預先非常感謝您的幫忙。
PS.:幾週前我解決了一個問題,我的主機板發出非常刺耳且長的蜂鳴聲。當我啟動電腦時,蜂鳴聲開始,當我離開 GRUB 時,蜂鳴聲結束。這是我必須更新的核心的問題。所以現在,我的核心是 5.0.7-generic。作為一個新的 Linux 用戶,我真的不知道這和我目前的問題是否有關聯。所以我只是把它放在這裡以防萬一。
編輯:我總是定期更新和升級我的 Ubuntu,並且已經有一段時間沒有遇到這個問題了。我想這是由於特定的更新造成的。因此,如果其他人也遇到同樣的問題,我將保留這個主題未解決。
答案1
我定期更新我的內核,這個問題已經有一段時間沒有發生了,所以我想這個問題已經在其中一個更新中解決。
所以我會關閉這篇文章。