Linux: display colorized boot messages from bootlogd daemon

If we have an error at startup on a linux distro and we want check the log of the bootlogd then we can use this command and we will display the colorized log:

sed $'s/\^\[/\E/g;s/\[1G\[/\[27G\[/' /var/log/boot

 

Tags: