Regular Crashes of the whole system every 10-15 mins after start

Hi @MAA28,

Please provide the output of:

journalctl --boot=-1 --priority=err..warning --no-pager

This will just search the logs and limit the output to:

  • --boot=-1 limits the messages to the messages from the previous boot only. Feel free to adjust this as neccesary: -1 for the previous boot, -2 for the one before that, and so on, and so forth;
  • --priority=err..warning limits the output to be warnings and errors only; and
  • --no-pager formats the output nicely for use here, on the forum.

Additionally, please provide the output of:

inxi --admin --verbosity=7 --filter --no-host --width

Please post all the outputs as described by here, also provided by @Aragorn:

1 Like