Skip to content

Instantly share code, notes, and snippets.

@freemo
Last active October 30, 2025 22:25
Show Gist options
  • Select an option

  • Save freemo/dc3c6f8e3c980e34bc444843e7df9015 to your computer and use it in GitHub Desktop.

Select an option

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