Automatic reboot every few hours

What about a different kernel? Also try running the following commands after it rebooted

# General log
journalctl -xb -1 | tail -n 100

# Kernel log
journalctl -xkb -1 | tail -n 100

What are the outputs of these?

1 Like