I'm running Ubuntu 18.04, it crashes about once a week. Sometimes while watching video sometime or just web-browsing. I check the system log and kernel log they don't have any strange output at the crash time, last output before crashing is something normal being outputed several times a day.
And I not able to use Ctrl+ALT+F3 to enter virtual terminal or REISUB reset
, every time I had to restart my PC by powerbutton. How can I find where the problems are?
/var/crash/
folder. – Terrance Aug 25 '18 at 01:44journalctl -b -1 -e
will show the last of the logs of the previous boot. Also, consider CPU overheating, power supply problems. They appear as instant OFF, and don't get logged. If multiple reboot logs (seeman journalctl
) show unrelated, random entries just before reboor, suspect hardware. – waltinator Aug 25 '18 at 03:52journalctl --list-boots
will list boots (and their time/date), and you can adjust the-b #
ofjournalctl -b -1 -e
to select one. – waltinator Aug 25 '18 at 11:38