Last active
September 18, 2019 11:36
-
-
Save freemo/dc3c6f8e3c980e34bc444843e7df9015 to your computer and use it in GitHub Desktop.
Get the boot up dmesg output for a previous boot.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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