Post History
If I run journalctl --list-boots I get a list of my previous boots. How can I tell which ones of these were resumes from hibernate, and which were booting "from scratch"? I want to do this becaus...
#1: Initial revision
On a systemd distro, how to find out which boots were resume from hibernate?
If I run `journalctl --list-boots` I get a list of my previous boots. How can I tell which ones of these were resumes from hibernate, and which were booting "from scratch"? I want to do this because I'm troubleshooting an issue that happens when resuming from hibernate (actually it makes the resume freeze) and I'm planning to do something like "look for common messages across recent hibernate resumes".