LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is there a logfile for the startup process? (https://www.linuxquestions.org/questions/linux-newbie-8/is-there-a-logfile-for-the-startup-process-750800/)

gr4nt 08-28-2009 01:57 AM

Is there a logfile for the startup process?
 
Whenever I boot up linux, a lot of text messages are generated by the startup process, namely the kernel, the initrd, and then the init scripts that follow that. But the messages can fly by too fast for me to read them...

So it would be good if those startup messages were stored in logfile somewhere, so that I don't have to speed-read anymore.

Is there a standard logfile for the startup messages, or is there a way to have one generated?

My distro is slackware, but I imagine this question is equally valid for most distros...

Thanks.

centosboy 08-28-2009 02:35 AM

Quote:

Originally Posted by gr4nt (Post 3660451)
Whenever I boot up linux, a lot of text messages are generated by the startup process, namely the kernel, the initrd, and then the init scripts that follow that. But the messages can fly by too fast for me to read them...

So it would be good if those startup messages were stored in logfile somewhere, so that I don't have to speed-read anymore.

Is there a standard logfile for the startup messages, or is there a way to have one generated?

My distro is slackware, but I imagine this question is equally valid for most distros...

Thanks.

dmesg or /var/log/dmesg will show kernel messages.

/var/log/boot.log and /var/log/messages will also show messages relating to the boot process


All times are GMT -5. The time now is 09:50 AM.