My system isn't restored after hibernate

Hi everyone.

I have been using Manjaro for a year and have always had this problem, I can’t hibernate. First my machine didn’t shut down, but reading the ArchWiki I fixed the problem, now when I turn on my machine shows me hardware errors and doesn’t restore the last image of the system.

Have any solution?
Because of they are hardware errors I won’t be able to hibernate?

These are the hardware errors

sudo dmesg | grep Error

[     1.010371] mce: [Hardware Error]: Machine check events logged
[     1.010373] mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 4: f600000000070f0f 
[     1.010386] mce: [Hardware Error]: TSC 0 ADDR fed000f0
[     1.010391] mce: [Hardware Error]: PROCESSOR 2:670f00 TIME 1659805200 SOCKET APIC 0 microcode 6006705
[     1.018561] RAS: Correctable Errors collector initialized.

System Information

inxi -Fazy

System:
  Kernel: 6.0.15-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.0-x86_64
    root=UUID=37a244d3-b122-4232-97e3-6ee8575e8abe rw quiet splash apparmor=1
    security=apparmor resume=UUID=0d9650c4-d6fa-4cf6-8f9d-78d2ed42dbe0
    udev.log_priority=3
  Desktop: GNOME v: 43.2 tk: GTK v: 3.24.36 wm: gnome-shell dm: GDM v: 43.0
    Distro: Manjaro Linux base: Arch Linux

Machine:
  Type: Laptop System: HP product: HP Laptop 14-bw0xx v: N/A
    serial: <superuser required> Chassis: type: 10 serial: <superuser required>
  Mobo: HP model: 8324 v: 22.27 serial: <superuser required> UEFI: AMI
    v: F.31 date: 07/01/2020

CPU:
  Info: model: AMD A6-9220 RADEON R4 5 COMPUTE CORES 2C+3G bits: 64 type: MCP
    arch: Excavator level: v3 note: check built: 2015 process: GF 28nm
    family: 0x15 (21) model-id: 0x70 (112) stepping: 0 microcode: 0x6006705
  Topology: cpus: 1x cores: 2 smt: <unsupported> cache: L1: 192 KiB
    desc: d-2x32 KiB; i-2x64 KiB L2: 2 MiB desc: 2x1024 KiB
  Speed (MHz): avg: 1297 high: 1298 min/max: 1300/2500 boost: enabled
    scaling: driver: acpi-cpufreq governor: schedutil cores: 1: 1297 2: 1298
    bogomips: 9985
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm

Graphics:
  Device-1: AMD Stoney [Radeon R2/R3/R4/R5 Graphics] vendor: Hewlett-Packard
    driver: amdgpu v: kernel arch: GCN-2 code: Sea Islands
    process: GF/TSMC 16-28nm built: 2013-17 ports: active: eDP-1
    empty: DP-1,HDMI-A-1 bus-ID: 00:01.0 chip-ID: 1002:98e4 class-ID: 0300
  Display: wayland server: X.org v: 1.21.1.6 with: Xwayland v: 22.1.7
    compositor: gnome-shell driver: X: loaded: amdgpu
    unloaded: modesetting,radeon alternate: fbdev,vesa dri: radeonsi
    gpu: amdgpu display-ID: 0
  API: OpenGL v: 4.5 Mesa 22.3.1 renderer: AMD Radeon R4 Graphics (stoney
    LLVM 14.0.6 DRM 3.48 6.0.15-1-MANJARO) direct render: Yes

Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default)
  ID-1: swap-1 type: partition size: 8.8 GiB used: 0 KiB (0.0%) priority: -2
    dev: /dev/sda3 maj-min: 8:3

I would greatly appreciate your help.

You likely used
inxi -F
to generate the system information that you shared here

run
inxi -Fazy

or just
cat /proc/cmdline

to see the the options that your boot loader (grub) has enabled

I’m not sure that the error you posted a picture of is responsible for this.

1 Like

Please copy and paste short logs or upload longer ones to a pastebin service. Do not post screenshots of text.

Look for errors in the log files located at /var/log, as well as high priority errors in the systemd journal:

# journalctl -p 3 -b

See systemd/Journal for more information.

See Xorg#Troubleshooting for information on where and how Xorg logs errors.

System maintenance - ArchWiki

See also Machine-check exception - Wikipedia

1 Like

This is the output of command cat

cat /proc/cmdline

BOOT_IMAGE=/boot/vmlinuz-6.0-x86_64 root=UUID=37a244d3-b122-4232-97e3-6ee8575e8abe rw quiet splash apparmor=1 security=apparmor resume=UUID=0d9650c4-d6fa-4cf6-8f9d-78d2ed42dbe0 udev.log_priority=3

It’s like if the system did the process but when should recover the image in the swap it fails