LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   startup log (https://www.linuxquestions.org/questions/linux-newbie-8/startup-log-130986/)

TheSwine 01-02-2004 07:15 PM

startup log
 
Does someone knows how can I see the output that Linux produces when booting.

I can see that it tries to initialize ISDN services, though I don't have ISDN. Does anyone know how do I get rid of it?

Thanks in advance.

Bruce Hill 01-02-2004 08:43 PM

Re: startup log
 
Quote:

Originally posted by TheSwine
Does someone knows how can I see the output that Linux produces when booting.

I can see that it tries to initialize ISDN services, though I don't have ISDN. Does anyone know how do I get rid of it?

Thanks in advance.

dmesg | less

From ->
$ man dmesg
Code:

DESCRIPTION
      dmesg is used to examine or control the kernel ring buffer.

      The  program  helps  users to print out their bootup messages.  Instead of copying the messages by hand,
      the user need only:
              dmesg > boot.messages
      and mail the boot.messages file to whoever can debug their problem.



All times are GMT -5. The time now is 02:06 AM.