I was wondering if there's a way to get further information regarding a system crash.
For instance after issuing the following command last -x | grep crash
I get the following output:
Tue May 22 04:01 - crash (00:08)
investigating further on that particular date and time journalctl -b -1
, it seems that nothing has been logged in regarding the crash. Also let me add that during the crash the system rebooted.
Are there any other commands that will allow us to further investigate what actually caused the crash? Where should we look other than the logs?
Thanks in advance!