Skip to main content

How to see the journal log up to your last reboot.  This comes in handy if you system locks up.  You can run this after the reboot to find any errors:

journalctl -b -1

You can add a "-e" to just show errors.