There is a small bug in that some characters in the boot log are not displayed correctly in a text display command or text editor.
# cat /var/log/boot produces the following:
To see boot messages displayed correctly, use the following command:
sed $'s/\^\[/\E/g;s/\[1G\[/\[27G\[/' /var/log/bootThis produces:
Source: Debian Wiki.
Old boot logs seemed to be archived, so it might be a good idea to delete them from time to time.
No comments:
Post a Comment