Random reboots on Manjaro-Gnome (Nvidia GPU)

Hello,
I’m experiencing somewhat peculiar issue with random system reboots, which are happening once a day, or so. This issue persists on both Pop-OS and Manjaro distros on the same laptop, so, i figured, it must be hardware specific.

Here is journalctl log prior one of those reboots: Jan 10 12:35:54 manjaro kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update f - Pastebin.com
So, there is nothing really sinister happening, apart of i915 errors.

I also tried to track it down with rasdaemon, but didn’t noticed anything apart from occasional SSD errors: ras-mc-ctl --errors  ✔  base  No Memory - Pastebin.com

I guess, I just ran out of options to investigate it any further myself.
Looking for any possible help.

System info:

OS: Manjaro Linux x86_64
Host: GS66 Stealth 10SE REV:1.0
Kernel: 5.9.16-1-MANJARO
Uptime: 49 mins
Packages: 1114 (pacman)
Shell: zsh 5.8
Resolution: 1920x1080
DE: GNOME 3.38.2
WM: Mutter
WM Theme: Matcha-dark-sea
Theme: Matcha-sea [GTK2/3]
Icons: Papirus-Dark-Maia [GTK2/3]
Terminal: gnome-terminal
CPU: Intel i7-10750H (12) @ 5.000GHz
GPU: Intel UHD Graphics
GPU: NVIDIA GeForce RTX 2060 Mobile
Memory: 2007MiB / 31931MiB

I also have similar problem. how did you extract system logs prior to reboot? what is the command for it? Thank you.

Sure thing.
You can run journalctl -p 3 -b -x,
where -p 3 stands for priority “Error”, and -x for specific prior boot.
For instance, journalctl -p 3 -b -1 will give you the last boot

1 Like

That’s fantastic, thank you.

Maybe the following tool could be helpful in your case:

Machine-check exception - ArchWiki

Check status of your microcode updates:

Microcode - ArchWiki

Speaking of Machine-check exception, I already set up rasdaemon, and didn’t noticed anything except Hard disk errors.
Also, I already have the latest version of intel-ucode: warning: intel-ucode-20201118-1 is up to date – reinstalling