ubuntu 20.04 升级后卡死

ubuntu 20.04 升级后卡死

我从 ubuntu 18.04 LTS 升级到 ubuntu 20.04.1,然后我的电脑突然开始冻结。它可以工作一分钟,然后我在电脑上所做的任何事情都会冻结。鼠标光标可以移动,但我可以做任何事情。我必须使用 CTRL-ALT-F1 然后登录,然后它会工作一分钟然后再次冻结。我的 CPU 是 amd 4300,显卡是 ati 5300 系列。有人能帮帮我吗?

@heynnema

我的电脑有

AMD cpu- FX4300 quadcore
ATI Radeon HD 5430
Gigabyte motherboard-GA-970A-DS3P
AMD 970/SB950/rev 1.0

~$ sudo dmidecode -s bios 版本

F1

~$ sudo lshw -c 内存

  *-firmware                
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: F1
       date: 04/08/2013
       size: 64KiB
       capacity: 4MiB
       capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 192KiB
       capacity: 192KiB
       clock: 1GHz (1.0ns)
       capabilities: pipeline-burst internal write-back unified
       configuration: level=1
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 4MiB
       capacity: 4MiB
       clock: 1GHz (1.0ns)
       capabilities: pipeline-burst internal write-back unified
       configuration: level=2
  *-cache:2
       description: L3 cache
       physical id: 7
       slot: L3-Cache
       size: 4MiB
       capacity: 4MiB
       clock: 1GHz (1.0ns)
       capabilities: pipeline-burst internal write-back unified
       configuration: level=3
  *-memory
       description: System Memory
       physical id: 2c
       slot: System board or motherboard
       size: 8GiB
     *-bank:0
          description: DIMM Synchronous [empty]
          product: Dimm0_PartNum
          vendor: Dimm0_Manufacturer
          physical id: 0
          serial: Dimm0_SerNum
          slot: Node0_Dimm0
     *-bank:1
          description: DIMM DDR3 Synchronous Unbuffered (Unregistered) 800 MHz (1.2 ns)
          product: BLS8G3D1609DS
          vendor: Undefined
          physical id: 1
          serial: A5063A4D
          slot: Node0_Dimm1
          size: 8GiB
          width: 64 bits
          clock: 800MHz (1.2ns)
     *-bank:2
          description: DIMM Synchronous [empty]
          product: Dimm2_PartNum
          vendor: Dimm2_Manufacturer
          physical id: 2
          serial: Dimm2_SerNum
          slot: Node0_Dimm2
     *-bank:3
          description: DIMM Synchronous [empty]
          product: Dimm3_PartNum
          vendor: Dimm3_Manufacturer
          physical id: 3
          serial: Dimm3_SerNum
          slot: Node0_Dimm3

答案1

BIOS

技嘉主板-GA-970A-DS3P

您的 BIOS 版本为 F1。

有较新的 BIOS 可用,版本 F2j,适用于主板版本 1.x,可以下载这里

在此处输入图片描述

注意:请确认我拥有适合您型号版本号的正确网页。

注意:更新 BIOS 之前请做好备份。

注意:对于修订版 2.x 主板,请参阅这里

记忆

Ryzen 处理器因内存兼容性问题而臭名昭著。

https://www.memtest86.com/并免费下载/运行它们memtest来测试你的记忆力。至少完成一次所有 4/4 测试以确认记忆力良好。这可能需要几个小时才能完成。

CPU支持列表:https://www.gigabyte.com/Motherboard/GA-970A-DS3P-rev-10/support#support-cpu

内存支持列表:https://www.gigabyte.com/Motherboard/GA-970A-DS3P-rev-10/support#support-doc

更新#1:

检查你的文件系统...

  • 以“试用 Ubuntu”模式启动 Ubuntu Live DVD/USB
  • terminalCtrl+ Alt+打开窗口T
  • 类型sudo fdisk -l
  • 识别“Linux 文件系统”的 /dev/sdXX 设备名称
  • 输入sudo fsck -f /dev/sdXX,替换sdXX为您之前找到的数字
  • fsck如果有错误则重复命令
  • 类型reboot

相关内容