Skip to content

Instantly share code, notes, and snippets.

@freemo
Last active September 18, 2019 11:36
Show Gist options
  • Save freemo/dc3c6f8e3c980e34bc444843e7df9015 to your computer and use it in GitHub Desktop.
Save freemo/dc3c6f8e3c980e34bc444843e7df9015 to your computer and use it in GitHub Desktop.
Get the boot up dmesg output for a previous boot.
#list all boot-id
journalctl --list-boots
#display dmesg for specific boot-id
journalctl -b <boot-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment