DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi : just did this debian netinst minimal install...which happens to be sarge 2.4.25...
Where do I have to look for the Bootlog and whtat´s the name of the this log file ???
All logs are usually located in /var/log. The file "syslog" should have anything that isn't specifically logged to a different file. Info posted by the kernel can be retrieved using the dmesg command. You should be able to find what you are looking for in either of those places. If you were more specific about what it is you are looking for, we could probably be more specific as to where you may find it as well as maybe giving you a tip or two on doing it efficiently.
The "dmesg" program will also print out all kernel messages in the message buffer (which usually goes back to the startup unless you have a lot of noisy drivers or other problems.
Which leads me to a question I have always asked myself: yes, dmesg gives me the messages. However, during the boot-sequence there is more text flying by on the screen (including some errors or warnings that I can never read fast enough). Is there a way to see all the information that is being spit out on the screen during boot? Or, is there a way to pause the bootprocess and/or step through it?
Logging of boot messages is off by default. To enable it on Debian (and probably other distros as well), go to /etc/default/ and look for (or create) a file named "bootlogd". Inside that file add/change a line so it reads "BOOTLOGD_ENABLE=Yes". The next time you reboot you will have your boot messages saved in the file "/var/log/boot".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.