Thursday, April 1, 2021

Check for boot errors within Linux

If the Linux distro in question uses systemd, the following command should display any errors found within the last boot.

sudo journalctl -b -p err


To create a list of boot sessions, use the following command:

sudo journalctl --list-boots



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.