Ubuntu GNOME 17.04 每隔几个小时就会冻结

Ubuntu GNOME 17.04 每隔几个小时就会冻结

我最近安装了 Ubuntu GNOME 17.04 x64,带有可启动 USB(使用 rufus)。
我的笔记本电脑是 Dell Insprion 15 5000,i7 最高可达 3.1 Ghz,配备 AMD Radeon GPU。

安装完成后,我遇到了一些问题,例如登录后整个系统冻结。幸运的是我通过编辑一个文件解决了这个问题:

$ sudo nano /etc/default/grub

并改变了

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

GRUB_CMDLINE_LINUX_DEFAULT="radeon.modeset=0 amdgpu.runpm=0"

问题解决了,一切都运行正常,直到有一天,我在看视频时,Ubuntu 突然崩溃了。我没多想就重新启动了,但几个小时后它又崩溃了。

看起来这可能又与 AMD Radeon GPU 有关。我查看了其他帖子和网站,他们说要在 GRUB_CMDLINE_LINUX_DEFAULT 上添加其他内容,但我不知道这是否能解决问题,或者之前登录后 Ubuntu 崩溃的问题是否会再次出现。

我还发现笔记本电脑变得很热。在崩溃前约 10-20 分钟,我检查了最高温度,结果为 78 摄氏度。所以我不确定这是否是过热问题。

如能得到一些帮助将非常感激 :) 谢谢!

编辑:

superpykkon@superpykkon ~/Desktop> dpkg -l intel-microcode
dpkg-query: no packages found matching intel-microcode
superpykkon@superpykkon ~/Desktop> dpkg -l thermald
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                            Version              Architecture         Description
+++-===============================-====================-====================-====================================================================
ii  thermald                        1.5.4-4ubuntu1       amd64                Thermal monitoring and controlling daemon
superpykkon@superpykkon ~/Desktop> free -h
              total        used        free      shared  buff/cache   available
Mem:           3.8G        1.7G        1.1G         36M        997M        1.8G
Swap:          2.0G          0B        2.0G
superpykkon@superpykkon ~/Desktop> 

编辑#2:

superpykkon@superpykkon:~$ cat /etc/crypt*
cat: '/etc/crypt*': No such file or directory
superpykkon@superpykkon:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda2 during installation
UUID=1c608749-0ff4-4c10-abf4-323c481a7936 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda1 during installation
UUID=5003-97BA  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
superpykkon@superpykkon:~$  

答案1

来自评论...

概括...

  • 我们将戴尔 BIOS 从 1.1.5 更新至 1.2.8
  • 我们安装了intel-microcode
  • 我们运行了memtest内存诊断程序
  • 我们更换了肯定有故障的 RAM 条,因为它现在可以正常工作了!
  • 还有更多我记不清了……

相关内容