I noticed that I got some error when my Debian Wheezy was starting today, but then I couldn't find anywhere to look into it in more detail. There was nothing interesting in dmesg or syslog. Where can I find these messages?
Asked
Active
Viewed 1,228 times
1 Answers
5
Install the bootlogd package, the output will then be logged in /var/log/boot. You can format the output correctly with (in bash):
sed $'s/\^\[/\E/g;s/\[1G\[/\[27G\[/' /var/log/boot
Also related - How to read the messages during power off