Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: halma on July 25, 2014, 06:58:47 AM

Title: bootlog
Post by: halma on July 25, 2014, 06:58:47 AM
Hi

is there anyway to see the complete bootlog after tinycore has successfull booted ?

Best Regards
Halma
Title: Re: bootlog
Post by: Misalf on July 25, 2014, 07:32:52 AM
Add boot code
Code: [Select]
syslog
then see  /var/log/messages .
Title: Re: bootlog
Post by: Rich on July 25, 2014, 07:38:15 AM
Hi halma
The  dmesg  command will echo it to the screen. You can redirect it to a file or pipe it through  less.
Code: [Select]
dmesg > bootlog.txtor
Code: [Select]
dmesg | lessYou can also use the  syslog  boot code and then look in  /var/log/messages
See also:
http://unix.stackexchange.com/questions/35851/whats-the-difference-of-dmesg-output-and-var-log-messages
and:
http://superuser.com/questions/565927/differences-in-var-log-syslog-dmesg-messages-log-files