Results 1 to 4 of 4
Hi I get an error message when linux boots (I believe it's about some module) but cannot read it because it goes away too quickly. Now I tried to find ...
- 08-04-2004 #1Just Joined!
- Join Date
- Aug 2004
- Location
- Berlin, Germany
- Posts
- 1
logging boot messages
Hi I get an error message when linux boots (I believe it's about some module) but cannot read it because it goes away too quickly. Now I tried to find it in any of my logs but it's not there. I tried demsg, I also put a rule *.* in the syslog.conf file but the error message is not in those log files. Does anyone know of a way to log these messages?
regards, Stefan
- 08-04-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
You could try hitting the pause button on your keyboard when the error displays, but im not too sure if that would pause the output or not.
- 08-10-2004 #3Just Joined!
- Join Date
- Aug 2004
- Posts
- 9
Try this..
Hello,
dmesg should log the error message that appears while booting. Please try to note one or two words in the error messages and suppose kernel is the word that is present in the error. Then type this command.
dmesg | grep kernel
Here the output of the command dmesg will be searched for the word "kernel", by the grep command.
- 08-11-2004 #4Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
have you tried /var/log/boot.msg ?(that's for suse..)
Linux For Ever!


Reply With Quote
