Tiny Core Base > TCB Talk

bootlog

(1/1)

halma:
Hi

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

Best Regards
Halma

Misalf:
Add boot code

--- Code: ---syslog

--- End code ---
then see  /var/log/messages .

Rich:
Hi halma
The  dmesg  command will echo it to the screen. You can redirect it to a file or pipe it through  less.

--- Code: ---dmesg > bootlog.txt
--- End code ---
or

--- Code: ---dmesg | less
--- End code ---
You 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

Navigation

[0] Message Index

Go to full version