Need an advice how to investigate the issue

Hi,

I am facing issue when I try to wake laptop after suspend, the system fall apart during few seconds. Fall apart means part of system suddenly stop working e.g. ls -l works and print out content of current directory, it fails after 20 seconds. And system is not usable after a minute or two. Then hard restart is needed. My current work around is to shutdown laptop every time I don’t to use it. I am got fed up by it and find a solution to the problem.

journalctl -b  --priority=3

Apr 23 12:44:46 fedora-laptop systemd-vconsole-setup[361]: /usr/bin/setfont failed with exit status 71.
Apr 23 12:44:46 fedora-laptop systemd-vconsole-setup[602]: /usr/bin/setfont failed with exit status 71.
Apr 23 12:44:53 fedora-laptop kernel: amd-pmf AMDI0102:00: ta invoke cmd init failed err: 60005
Apr 23 12:45:23 fedora-laptop gdm-password][2527]: gkr-pam: unable to locate daemon control file
Apr 23 12:45:25 fedora-laptop systemd[2554]: Failed to start app-gnome-liveinst\x2dsetup-2851.scope - Application launched by gnome-session-binary.
Apr 23 12:45:33 fedora-laptop wpa_supplicant[1460]: bgscan simple: Failed to enable signal strength monitoring
 inxi -Fz

System:
  Kernel: 6.8.7-200.fc39.x86_64 arch: x86_64 bits: 64
  Desktop: GNOME v: 45.5 Distro: Fedora Linux 39 (Workstation Edition)
Machine:
  Type: Laptop System: HP product: HP ZBook Firefly 14 inch G10 A Mobile
    Workstation PC v: SBKPF serial: <superuser required>
  Mobo: HP model: 8B75 v: KBC Version 60.28.00 serial: <superuser required>
    UEFI: HP v: 82 Ver. 01.03.09 date: 12/11/2023
Battery:
  ID-1: BAT0 charge: 51.0 Wh (99.4%) condition: 51.3/51.3 Wh (100.0%)
CPU:
  Info: 8-core model: AMD Ryzen 7 PRO 7840HS w/ Radeon 780M Graphics bits: 64
    type: MT MCP cache: L2: 8 MiB
  Speed (MHz): avg: 596 min/max: 400/5293:6080:5608:5137:5449:5924:5764
    cores: 1: 400 2: 400 3: 1606 4: 400 5: 1356 6: 400 7: 400 8: 400 9: 400
    10: 400 11: 400 12: 400 13: 1384 14: 400 15: 400 16: 400
Graphics:
  Device-1: AMD Phoenix1 driver: amdgpu v: kernel
  Device-2: Luxvisions Innotech HP 5MP Camera driver: uvcvideo type: USB
  Display: wayland server: X.Org v: 23.2.4 with: Xwayland v: 23.2.4
    compositor: gnome-shell driver: dri: radeonsi gpu: amdgpu resolution:
    1: 1920x1080~60Hz 2: 1920x1080~60Hz 3: 2048x1280~120Hz
  API: OpenGL v: 4.6 vendor: amd mesa v: 23.3.6 renderer: AMD Radeon
    Graphics (radeonsi gfx1103_r1 LLVM 17.0.6 DRM 3.57 6.8.7-200.fc39.x86_64)
  API: EGL Message: EGL data requires eglinfo. Check --recommends.
Audio:
  Device-1: AMD Rembrandt Radeon High Definition Audio driver: snd_hda_intel
  Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor driver: snd_pci_ps
  Device-3: AMD Family 17h/19h HD Audio driver: snd_hda_intel
  API: ALSA v: k6.8.7-200.fc39.x86_64 status: kernel-api
  Server-1: PipeWire v: 1.0.4 status: active
Network:
  Device-1: MEDIATEK MT7922 802.11ax PCI Express Wireless Network Adapter
    driver: mt7921e
  IF: wlp1s0 state: up mac: <filter>
  Device-2: Realtek RTL8153 Gigabit Ethernet Adapter driver: r8152 type: USB
  IF: enp197s0f4u1u1 state: down mac: <filter>
  IF-ID-1: docker0 state: down mac: <filter>
Bluetooth:
  Device-1: MediaTek Wireless_Device driver: btusb type: USB
  Report: btmgmt ID: hci0 state: up address: <filter> bt-v: 5.2
Drives:
  Local Storage: total: 1.86 TiB used: 125.4 GiB (6.6%)
  ID-1: /dev/nvme0n1 vendor: Western Digital model: WD PC SN810
    SDCPNRZ-2T00-1006 size: 1.86 TiB
Partition:
  ID-1: / size: 1.79 TiB used: 125.02 GiB (6.8%) fs: btrfs dev: /dev/dm-0
  ID-2: /boot size: 1.93 GiB used: 366.2 MiB (18.5%) fs: ext4
    dev: /dev/nvme0n1p2
  ID-3: /boot/efi size: 510.7 MiB used: 19.1 MiB (3.7%) fs: vfat
    dev: /dev/nvme0n1p1
  ID-4: /home size: 1.79 TiB used: 125.02 GiB (6.8%) fs: btrfs
    dev: /dev/dm-0
Swap:
  ID-1: swap-1 type: zram size: 8 GiB used: 0 KiB (0.0%) dev: /dev/zram0
Sensors:
  System Temperatures: cpu: 48.0 C mobo: 44.0 C gpu: amdgpu temp: 46.0 C
  Fan Speeds (rpm): N/A
Info:
  Memory: total: 64 GiB available: 62.08 GiB used: 3.65 GiB (5.9%)
  Processes: 405 Uptime: 14m Shell: fish inxi: 3.3.33

Where should I look for more logs?

Can you ssh into the system from another system?
If you are using a graphical environment I wonder if the GPU has stopped working?
You should be able to check that when ssh’ed into the system.
I would check dmesg for kernel panics etc