在 3-4 次重新启动尝试的空间中,它重新启动了大约 3-4 次。
这是双启动,我 85% 的时间都在使用 Ubuntu。每次我在加载 ubuntu 时(在我输入用户名和密码之后)到达同一点时,它都会重新启动。在其他时候,即使没有启动,它也会随机重启,但这种情况很少见(每周一次左右)。这开始成为一个非常令人担忧的问题。正在寻求更多知识渊博的人的帮助。担心是硬件问题!哎呀!
Ubuntu 18.04.3 LTS
31.3 GiB
Intel® Core™ i7-8700 CPU @ 3.20GHz × 12
NV134
3.28.2
64-bit
210.5 GB
tail -f /var/log/syslog
Mar 6 16:36:10 koshy-System-Product-Name colord[1352]: failed to get session [pid 4355]: No data available
Mar 6 16:36:10 koshy-System-Product-Name rsyslogd: [origin software="rsyslogd" swVersion="8.32.0" x-pid="1299" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Mar 6 16:36:34 koshy-System-Product-Name rtkit-daemon[1652]: Supervising 7 threads of 4 processes of 1 users.
Mar 6 16:36:34 koshy-System-Product-Name rtkit-daemon[1652]: Supervising 7 threads of 4 processes of 1 users.
Mar 6 16:37:13 koshy-System-Product-Name anacron[1268]: Job `cron.daily' terminated
Mar 6 16:37:13 koshy-System-Product-Name anacron[1268]: Normal exit (1 job run)
Mar 6 16:37:20 koshy-System-Product-Name rtkit-daemon[1652]: Supervising 7 threads of 4 processes of 1 users.
Mar 6 16:37:55 koshy-System-Product-Name rtkit-daemon[1652]: message repeated 7 times: [ Supervising 7 threads of 4 processes of 1 users.]
Mar 6 16:37:55 koshy-System-Product-Name rtkit-daemon[1652]: Successfully made thread 4581 of process 2784 (n/a) owned by '1000' RT at priority 10.
Mar 6 16:37:55 koshy-System-Product-Name rtkit-daemon[1652]: Supervising 8 threads of 5 processes of 1 users.
koshy@koshy-System-Product-Name:~$ last reboot
reboot system boot 4.15.0-88-generi Sat Mar 7 03:31 still running
reboot system boot 4.15.0-88-generi Fri Mar 6 08:07 - 14:49 (06:42)
reboot system boot 4.15.0-88-generi Fri Mar 6 00:21 - 16:32 (-7:48)
reboot system boot 4.15.0-88-generi Thu Mar 5 09:01 - 11:32 (02:31)
reboot system boot 4.15.0-88-generi Wed Mar 4 18:19 - 18:19 (00:00)
reboot system boot 4.15.0-88-generi Wed Mar 4 17:27 - 18:19 (00:52)
reboot system boot 4.15.0-88-generi Wed Mar 4 17:12 - 17:25 (00:12)
reboot system boot 4.15.0-88-generi Wed Mar 4 09:43 - 17:25 (07:41)
reboot system boot 4.15.0-88-generi Tue Mar 3 11:03 - 17:25 (1+06:21)
wtmp begins Mon Mar 2 08:30:26 2020
这是我的系统规格:https ://gist.github.com/BKSpureon/3314c608d4f73be7e3a596f4413e80cb
如果您需要更多日志,请告诉我,我会提供。
谢谢!
现在这里可能会发生两件事:
Ubuntu 通过按关机 -> 关机以正常关机方式正确关机来重新启动。您将看到服务关闭并最终关闭计算机。在这种情况下,问题是软件问题,应予以解决。在这种情况下,提交另一个线程中描述的错误: https ://askubuntu.com/a/5126/329836
整个计算机立即关闭。这与硬件问题有关。通常有以下三个原因:
a) 已经提到过内存问题。要确认,请与 memtest 检查。
b) 电源问题。如果没有适当的测量工具,很难对此进行诊断,但是当您的 PSU 无法提供足够的电力或无法持续供电时,计算机将无法处理并终止。请先尝试使用另一根 PSU 电源线,这通常会失败。然后尝试使用另一个提供足够电力的电源装置。我必须管理,我遇到过“青铜”PSU 的问题,但从来没有遇到过“黄金”或“白金”的问题(还没有!)尽管它们更贵
c) 主板问题 - 如果内存测试和电源更换失败,可能值得将其提交给您的主板供应商。有时此类问题可能是由错误的 BIOS 或组件引起的,他们会知道该怎么做。(通常是 bios 升级或 MOBO 更换)