Gigabyte product: B550 Fails to Sleep

@megavolt Yeah it’s a long one…
https://0x0.st/-3_r.txt

So ok… now I see that the problem is the amdgpu module. Here is problematic part:

Sep 18 22:57:59 kernel: amdgpu 0000:55:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Sep 18 22:57:59 kernel: amdgpu 0000:55:00.0: amdgpu: Failed to enable gfxoff!
[...]
Sep 18 22:58:09 kernel: [drm:transmitter_control_v1_6 [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Sep 18 22:58:09 kernel: [drm:set_pixel_clock_v7 [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Sep 18 22:58:09 kernel: [drm:transmitter_control_v1_6 [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Sep 18 22:58:09 kernel: [drm:set_pixel_clock_v7 [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Sep 18 22:58:09 kernel: [drm:transmitter_control_v1_6 [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Sep 18 22:58:09 kernel: [drm] free PSP TMR buffer
Sep 18 22:58:09 kernel: amdgpu 0000:55:00.0: amdgpu: MODE1 reset
Sep 18 22:58:09 kernel: amdgpu 0000:55:00.0: amdgpu: GPU smu mode1 reset
Sep 18 22:58:09 kernel: amdgpu 0000:55:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Sep 18 22:58:09 kernel: amdgpu 0000:55:00.0: amdgpu: GPU mode1 reset failed
Sep 18 22:58:09 kernel: PM: pci_pm_freeze(): amdgpu_pmops_freeze+0x0/0x40 [amdgpu] returns -5
Sep 18 22:58:09 kernel: PM: dpm_run_callback(): pci_pm_freeze+0x0/0xb0 returns -5
Sep 18 22:58:09 kernel: PM: Device 0000:55:00.0 failed to freeze async: error -5
[...]
Sep 18 22:58:09 kernel: amdgpu: Move buffer fallback to memcpy unavailable
Sep 18 22:58:09 kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -19!
Sep 18 22:58:09 kernel: amdgpu: Move buffer fallback to memcpy unavailable
Sep 18 22:58:09 kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -19!
Sep 18 22:58:09 kernel: amdgpu: Move buffer fallback to memcpy unavailable
Sep 18 22:58:09 kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -19!
Sep 18 22:58:09 kernel: amdgpu: Move buffer fallback to memcpy unavailable
Sep 18 22:58:09 kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -19!
Sep 18 22:58:09 kernel: amdgpu: Move buffer fallback to memcpy unavailable
Sep 18 22:58:09 kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -19!
Sep 18 22:58:09 kernel: amdgpu: Move buffer fallback to memcpy unavailable
Sep 18 22:58:09 kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -19!
Sep 18 22:58:09 kernel: amdgpu: Move buffer fallback to memcpy unavailable
Sep 18 22:58:09 kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -19!

I am not sure, but it seems to be a bug here.

Try to disable dpm (dynamic power management) by adding amdgpu.dpm=0 to the kernel parameter.

Open the grub config:

sudo nano /etc/default/grub

and add amdgpu.dpm=0 to the variable GRUB_CMDLINE_LINUX_DEFAULT=.

Then run sudo update-grub and reboot.

You can set the performance like that manually for now:

echo "high" | sudo tee -a /sys/class/drm/card0/device/power_dpm_force_performance_level
echo "low" | sudo tee -a /sys/class/drm/card0/device/power_dpm_force_performance_level

It looks like that the problem is related to this open bug: [navi2][5.10.20] amdgpu module crash on RX 6900 XT card (#1519) · Issues · drm / amd

However… maybe try kernel 5.4, since there are 4k pages used and not 64k, which seems to be a problem with this specific chipset.

sudo mhwd-kernel --install linux54

and choose on boot at the grub menu this kernel.

You missed a step and your kernel parameters should have resume=UUID=44259802-2967-44c7-b17f-49f8843585b4 (that’s yours)

Search for that here on the forum.

:crossed_fingers:

1 Like

Thanks @Fabby but the OP is asking for suspend and not hibernate. So that is in this case useless :slight_smile: If suspend (only RAM) does not work, then hibernate (only swap) will not work either.

1 Like

@megavolt I just tried everything you suggested, and the computer was stuck booting at that screen where it’s calculating the amount of files and the data.

REISUB and provide the following output:

journalctl --system --boot=0 --priority=err | tail --lines=35

:thinking:

Also please read this because of this and that. :stuck_out_tongue_winking_eye:

Welp. I had to reinstall Manjaro and I’ve redone everything up to including the swap partition int he fstab file. I should also note that in the Ubuntu live USB, I had the same issues.

@Fabby Okay I’m more or less up to speed on the steps again. It looks like it was the kernel that caused the issue. Here’s what I got.

-- Journal begins at Sun 2021-09-19 14:36:13 PDT, ends at Sun 2021-09-19 15:41:02 PDT. --
Sep 19 15:40:40 wayne-b550visiond kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
Sep 19 15:40:41 wayne-b550visiond kernel: sd 6:0:0:0: [sdb] No Caching mode page found
Sep 19 15:40:41 wayne-b550visiond kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Sep 19 15:40:42 wayne-b550visiond kernel: scsi 6:0:0:1: Wrong diagnostic page; asked for 1 got 8
Sep 19 15:40:42 wayne-b550visiond kernel: scsi 6:0:0:1: Failed to get diagnostic page 0x1
Sep 19 15:40:42 wayne-b550visiond kernel: scsi 6:0:0:1: Failed to bind enclosure -19
Sep 19 15:40:42 wayne-b550visiond systemd-udevd[405]: event2: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
Sep 19 15:40:42 wayne-b550visiond systemd-udevd[405]: event2: Failed to call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument

Can I have:

  • a new full inxi?
  • The exact command you used to produce that output.

:thinking:

@Fabby You got it. Here’s what it produces.

System:
  Kernel: 5.13.15-1-MANJARO x86_64 bits: 64 compiler: gcc v: 11.1.0 
  parameters: BOOT_IMAGE=/boot/vmlinuz-5.13-x86_64 
  root=UUID=664ecb8b-0eeb-4852-807e-bba3daad7365 rw quiet apparmor=1 
  security=apparmor udev.log_priority=3 
  Desktop: KDE Plasma 5.22.5 tk: Qt 5.15.2 wm: kwin_x11 vt: 1 dm: SDDM 
  Distro: Manjaro Linux base: Arch Linux 
Machine:
  Type: Desktop System: Gigabyte product: B550 VISION D v: -CF 
  serial: <filter> 
  Mobo: Gigabyte model: B550 VISION D serial: <filter> 
  UEFI: American Megatrends LLC. v: F13g date: 03/25/2021 
Battery:
  Message: No system battery data found. Is one present? 
Memory:
  RAM: total: 62.74 GiB used: 2.7 GiB (4.3%) 
  RAM Report: permissions: Unable to run dmidecode. Root privileges required. 
CPU:
  Info: 8-Core model: AMD Ryzen 7 5800X bits: 64 type: MT MCP arch: Zen 3 
  family: 19 (25) model-id: 21 (33) stepping: 0 microcode: A201009 cache: 
  L2: 4 MiB bogomips: 121412 
  Speed: 2869 MHz min/max: 2200/3800 MHz boost: enabled Core speeds (MHz): 
  1: 2869 2: 2867 3: 2875 4: 3591 5: 2872 6: 2874 7: 2868 8: 2873 9: 2874 
  10: 3587 11: 3583 12: 2874 13: 2874 14: 2874 15: 3084 16: 2873 
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1 
  bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy 
  constant_tsc cpb cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total cqm_occup_llc 
  cr8_legacy cx16 cx8 de decodeassists erms extapic extd_apicid f16c 
  flushbyasid fma fpu fsgsbase fsrm fxsr fxsr_opt ht hw_pstate ibpb ibrs ibs 
  invpcid irperf lahf_lm lbrv lm mba mca mce misalignsse mmx mmxext monitor 
  movbe msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx ospke osvw 
  overflow_recov pae pat pausefilter pclmulqdq pdpe1gb perfctr_core 
  perfctr_llc perfctr_nb pfthreshold pge pku pni popcnt pse pse36 rdpid rdpru 
  rdrand rdseed rdt_a rdtscp rep_good sep sha_ni skinit smap smca smep ssbd 
  sse sse2 sse4_1 sse4_2 sse4a ssse3 stibp succor svm svm_lock syscall tce 
  topoext tsc tsc_scale umip v_spec_ctrl v_vmsave_vmload vaes vgif vmcb_clean 
  vme vmmcall vpclmulqdq wbnoinvd wdt xgetbv1 xsave xsavec xsaveerptr xsaveopt 
  xsaves 
  Vulnerabilities: Type: itlb_multihit status: Not affected 
  Type: l1tf status: Not affected 
  Type: mds status: Not affected 
  Type: meltdown status: Not affected 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 
  mitigation: usercopy/swapgs barriers and __user pointer sanitization 
  Type: spectre_v2 mitigation: Full AMD retpoline, IBPB: conditional, IBRS_FW, 
  STIBP: always-on, RSB filling 
  Type: srbds status: Not affected 
  Type: tsx_async_abort status: Not affected 
Graphics:
  Device-1: AMD Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] 
  vendor: Micro-Star MSI driver: amdgpu v: kernel bus-ID: 55:00.0 
  chip-ID: 1002:73bf class-ID: 0300 
  Device-2: EVGA EVGA XR1 Capture Box type: USB driver: snd-usb-audio,uvcvideo 
  bus-ID: 2-2:2 chip-ID: 3842:3103 class-ID: 0102 serial: <filter> 
  Display: x11 server: X.Org 1.20.13 compositor: kwin_x11 driver: 
  loaded: amdgpu,ati unloaded: modesetting,radeon alternate: fbdev,vesa 
  display-ID: :0 screens: 1 
  Screen-1: 0 s-res: 4480x2160 s-dpi: 96 s-size: 1185x571mm (46.7x22.5") 
  s-diag: 1315mm (51.8") 
  Monitor-1: DisplayPort-0 res: 2560x1440 hz: 240 dpi: 109 
  size: 597x336mm (23.5x13.2") diag: 685mm (27") 
  Monitor-2: DisplayPort-1 res: 1920x1080 hz: 60 dpi: 92 
  size: 531x299mm (20.9x11.8") diag: 609mm (24") 
  Monitor-3: HDMI-A-0 res: 1920x1080 hz: 60 dpi: 166 
  size: 294x165mm (11.6x6.5") diag: 337mm (13.3") 
  OpenGL: renderer: AMD Radeon RX 6900 XT (SIENNA_CICHLID DRM 3.41.0 
  5.13.15-1-MANJARO LLVM 12.0.1) 
  v: 4.6 Mesa 21.2.1 direct render: Yes 
Audio:
  Device-1: AMD Navi 21 HDMI Audio [Radeon RX 6800/6800 XT / 6900 XT] 
  driver: snd_hda_intel v: kernel bus-ID: 55:00.1 chip-ID: 1002:ab28 
  class-ID: 0403 
  Device-2: AMD Starship/Matisse HD Audio vendor: Gigabyte 
  driver: snd_hda_intel v: kernel bus-ID: 57:00.4 chip-ID: 1022:1487 
  class-ID: 0403 
  Device-3: Conexant Systems (Rockwell) Hi-Res Audio type: USB 
  driver: hid-generic,snd-usb-audio,usbhid bus-ID: 1-8:8 chip-ID: 0572:1b09 
  class-ID: 0300 serial: <filter> 
  Device-4: EVGA EVGA XR1 Capture Box type: USB driver: snd-usb-audio,uvcvideo 
  bus-ID: 2-2:2 chip-ID: 3842:3103 class-ID: 0102 serial: <filter> 
  Sound Server-1: ALSA v: k5.13.15-1-MANJARO running: yes 
  Sound Server-2: JACK v: 1.9.19 running: no 
  Sound Server-3: PulseAudio v: 15.0 running: yes 
  Sound Server-4: PipeWire v: 0.3.35 running: yes 
Network:
  Device-1: Intel I211 Gigabit Network vendor: Gigabyte driver: igb v: kernel 
  port: e000 bus-ID: 50:00.0 chip-ID: 8086:1539 class-ID: 0200 
  IF: enp80s0 state: down mac: <filter> 
  Device-2: Intel I211 Gigabit Network vendor: Gigabyte driver: igb v: kernel 
  port: d000 bus-ID: 51:00.0 chip-ID: 8086:1539 class-ID: 0200 
  IF: enp81s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
  IP v4: <filter> type: dynamic noprefixroute scope: global 
  broadcast: <filter> 
  IP v6: <filter> type: dynamic noprefixroute scope: global 
  IP v6: <filter> type: dynamic noprefixroute scope: global 
  IP v6: <filter> type: noprefixroute scope: link 
  Device-3: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel port: d000 
  bus-ID: 52:00.0 chip-ID: 8086:2723 class-ID: 0280 
  IF: wlp82s0 state: down mac: <filter> 
  WAN IP: <filter> 
Bluetooth:
  Device-1: Intel AX200 Bluetooth type: USB driver: btusb v: 0.8 
  bus-ID: 1-6.1:7 chip-ID: 8087:0029 class-ID: e001 
  Report: rfkill ID: hci0 rfk-id: 1 state: up address: see --recommends 
Logical:
  Message: No logical block device data found. 
RAID:
  Message: No RAID data found. 
Drives:
  Local Storage: total: 20.01 TiB used: 4.71 TiB (23.6%) 
  SMART Message: Unable to run smartctl. Root privileges required. 
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Samsung 
  model: SSD 970 EVO Plus 2TB size: 1.82 TiB block-size: physical: 512 B 
  logical: 512 B speed: 31.6 Gb/s lanes: 4 type: SSD serial: <filter> 
  rev: 2B2QEXM7 temp: 62.9 C scheme: GPT 
  ID-2: /dev/sda maj-min: 8:0 vendor: Seagate model: ST10000NM001G-2MW103 
  size: 9.1 TiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s 
  type: HDD rpm: 7200 serial: <filter> rev: SN03 scheme: GPT 
  ID-3: /dev/sdb maj-min: 8:16 type: USB vendor: Western Digital 
  model: WD My Book 25EE size: 9.1 TiB block-size: physical: 4096 B 
  logical: 512 B type: N/A serial: <filter> rev: 4009 scheme: GPT 
  Optical-1: /dev/sr0 vendor: ASUS model: BW-16D1HT rev: 3.10 dev-links: cdrom 
  Features: speed: 48 multisession: yes audio: yes dvd: yes 
  rw: cd-r,cd-rw,dvd-r,dvd-ram state: running 
Partition:
  ID-1: / raw-size: 732.42 GiB size: 719.86 GiB (98.28%) 
  used: 14.38 GiB (2.0%) fs: ext4 dev: /dev/nvme0n1p2 maj-min: 259:2 
  label: N/A uuid: 664ecb8b-0eeb-4852-807e-bba3daad7365 
  ID-2: /boot/efi raw-size: 200 MiB size: 196 MiB (98.00%) 
  used: 24.9 MiB (12.7%) fs: vfat dev: /dev/nvme0n1p3 maj-min: 259:3 
  label: WINEFI uuid: 64D7-0DE0 
  ID-3: /run/media/wayne/Gaming raw-size: 5.72 TiB size: 5.72 TiB (100.00%) 
  used: 1.78 TiB (31.1%) fs: ntfs dev: /dev/sda2 maj-min: 8:2 label: Gaming 
  uuid: 6466086B66083FF2 
  ID-4: /run/media/wayne/Linux Data raw-size: 3.31 TiB size: 3.26 TiB (98.40%) 
  used: 291.01 GiB (8.7%) fs: ext4 dev: /dev/sda3 maj-min: 8:3 
  label: Linux Data uuid: c90b7810-45c2-4f04-8689-cd0254bf3e39 
  ID-5: /run/media/wayne/My Book raw-size: 9.1 TiB size: 9.1 TiB (100.00%) 
  used: 2.63 TiB (29.0%) fs: ntfs dev: /dev/sdb2 maj-min: 8:18 label: My Book 
  uuid: A4D445EBD445BFF2 
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) 
  ID-1: swap-1 type: partition size: 67.05 GiB used: 0 KiB (0.0%) priority: -2 
  dev: /dev/sda4 maj-min: 8:4 label: N/A 
  uuid: 84202edf-dc62-4db5-97f7-8aca784bbd62 
Unmounted:
  ID-1: /dev/nvme0n1p1 maj-min: 259:1 size: 300 MiB fs: vfat label: N/A 
  uuid: C11E-6C02 
  ID-2: /dev/nvme0n1p4 maj-min: 259:4 size: 128 MiB fs: <superuser required> 
  label: N/A uuid: N/A 
  ID-3: /dev/nvme0n1p5 maj-min: 259:5 size: 1.1 TiB fs: ntfs label: Windows 
  uuid: 5D85DC3C2CE42FC7 
  ID-4: /dev/sda1 maj-min: 8:1 size: 128 MiB fs: <superuser required> 
  label: N/A uuid: N/A 
  ID-5: /dev/sdb1 maj-min: 8:17 size: 16 MiB fs: <superuser required> 
  label: N/A uuid: N/A 
USB:
  Hub-1: 1-0:1 info: Full speed (or root) Hub ports: 10 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-2: 1-4:2 info: Terminus Hub ports: 4 rev: 2.0 speed: 480 Mb/s 
  power: 100mA chip-ID: 1a40:0101 class-ID: 0900 
  Device-1: 1-4.4:4 info: Alcor Micro Multi Flash Reader type: Mass Storage 
  driver: usb-storage interfaces: 1 rev: 2.0 speed: 480 Mb/s power: 100mA 
  chip-ID: 058f:6366 class-ID: 0806 serial: <filter> 
  Device-2: 1-5:3 info: Logitech G502 Proteus Spectrum Optical Mouse 
  type: Mouse,HID driver: hid-generic,usbhid interfaces: 2 rev: 2.0 
  speed: 12 Mb/s power: 300mA chip-ID: 046d:c332 class-ID: 0300 
  serial: <filter> 
  Hub-3: 1-6:5 info: Genesys Logic Hub ports: 4 rev: 2.0 speed: 480 Mb/s 
  power: 100mA chip-ID: 05e3:0608 class-ID: 0900 
  Device-1: 1-6.1:7 info: Intel AX200 Bluetooth type: Bluetooth driver: btusb 
  interfaces: 2 rev: 2.0 speed: 12 Mb/s power: 100mA chip-ID: 8087:0029 
  class-ID: e001 
  Device-2: 1-7:6 info: Integrated Express ITE Device type: HID 
  driver: hid-generic,usbhid interfaces: 1 rev: 2.0 speed: 12 Mb/s 
  power: 100mA chip-ID: 048d:5702 class-ID: 0300 
  Device-3: 1-8:8 info: Conexant Systems (Rockwell) Hi-Res Audio 
  type: Audio,HID driver: hid-generic,snd-usb-audio,usbhid interfaces: 3 
  rev: 2.0 speed: 12 Mb/s power: 28mA chip-ID: 0572:1b09 class-ID: 0300 
  serial: <filter> 
  Hub-4: 1-10:9 info: Genesys Logic Hub ports: 4 rev: 2.0 speed: 480 Mb/s 
  power: 100mA chip-ID: 05e3:0608 class-ID: 0900 
  Device-1: 1-10.3:10 info: Cooler Master ARGB Box type: HID,Keyboard 
  driver: hid-generic,usbhid interfaces: 2 rev: 2.0 speed: 12 Mb/s 
  power: 100mA chip-ID: 2516:1011 class-ID: 0300 serial: <filter> 
  Device-2: 1-10.4:11 info: Microsoft Xbox One Controller (Firmware 2015) 
  type: <vendor specific> driver: xpad interfaces: 3 rev: 2.0 speed: 12 Mb/s 
  power: 500mA chip-ID: 045e:02dd class-ID: ff00 serial: <filter> 
  Hub-5: 2-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.1 speed: 10 Gb/s 
  chip-ID: 1d6b:0003 class-ID: 0900 
  Device-1: 2-2:2 info: EVGA EVGA XR1 Capture Box type: Video,Audio 
  driver: snd-usb-audio,uvcvideo interfaces: 4 rev: 3.0 speed: 5 Gb/s 
  power: 600mA chip-ID: 3842:3103 class-ID: 0102 serial: <filter> 
  Hub-6: 3-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-7: 4-0:1 info: Full speed (or root) Hub ports: 2 rev: 3.1 speed: 10 Gb/s 
  chip-ID: 1d6b:0003 class-ID: 0900 
  Hub-8: 5-0:1 info: Full speed (or root) Hub ports: 4 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Device-1: 5-2:2 info: Microsoft Natural Ergonomic Keyboard 4000 V1.0 
  type: Keyboard,HID driver: microsoft,usbhid interfaces: 2 rev: 2.0 
  speed: 1.5 Mb/s power: 100mA chip-ID: 045e:00db class-ID: 0300 
  Hub-9: 5-3:3 info: Genesys Logic Hub ports: 2 rev: 2.1 speed: 480 Mb/s 
  chip-ID: 05e3:0610 class-ID: 0900 
  Device-1: 5-4:4 info: Tablet Monitor type: Mouse,HID driver: uclogic,usbhid 
  interfaces: 3 rev: 1.1 speed: 12 Mb/s power: 100mA chip-ID: 256c:006d 
  class-ID: 0300 
  Hub-10: 6-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.1 
  speed: 10 Gb/s chip-ID: 1d6b:0003 class-ID: 0900 
  Device-1: 6-1:2 info: Western Digital My Book 25EE type: Mass Storage 
  driver: usb-storage interfaces: 1 rev: 3.1 speed: 5 Gb/s power: 8mA 
  chip-ID: 1058:25ee class-ID: 0806 serial: <filter> 
  Hub-11: 6-3:3 info: Genesys Logic USB3.1 Hub ports: 2 rev: 3.2 speed: 5 Gb/s 
  chip-ID: 05e3:0620 class-ID: 0900 
Sensors:
  System Temperatures: cpu: 50.0 C mobo: N/A gpu: amdgpu temp: 52.0 C 
  mem: 54.0 C 
  Fan Speeds (RPM): N/A gpu: amdgpu fan: 0 
Info:
  Processes: 396 Uptime: 4m wakeups: 0 Init: systemd v: 249 tool: systemctl 
  Compilers: gcc: 11.1.0 clang: 12.0.1 Packages: pacman: 1361 lib: 370 
  flatpak: 0 Shell: Zsh v: 5.8 default: Bash v: 5.1.8 running-in: konsole 
  inxi: 3.3.06 

Also, the command that gave me those lines you saw earlier was

journalctl --system --boot=0 --priority=err | tail --lines=35
1 Like

Please read this:

Especially the Linux has multiple kernels section, then try an LTS kernel and hopefully the problem will go away “automagically”. :grin:

:crossed_fingers:

5.13 was the previous Stable Development kernel, so that’s about the worst kernel you can choose to do a Root Cause Analysis (RCA)

Problem solved! I figured out that my BIOS was causing the issue. I downgraded it to F12 and all is now well.

I’ve edited your title so that the next person that has a Gigabyte product: B550 can find your solution too

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.