Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Learn Tiny Core. View Tiny Core
Screen Shots and Videos
.
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
TCB Talk
»
bootlog
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: bootlog (Read 2034 times)
halma
Full Member
Posts: 164
bootlog
«
on:
July 25, 2014, 09:58:47 AM »
Hi
is there anyway to see the complete bootlog after tinycore has successfull booted ?
Best Regards
Halma
Logged
1 + 2 = 6 cause 10 - 6 = 78 ;-) lol
Misalf
Hero Member
Posts: 1702
Re: bootlog
«
Reply #1 on:
July 25, 2014, 10:32:52 AM »
Add boot code
Code:
[Select]
syslog
then see /var/log/messages .
Logged
Download a copy and keep it handy:
Core book
;
)
Rich
Administrator
Hero Member
Posts: 11619
Re: bootlog
«
Reply #2 on:
July 25, 2014, 10: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.txt
or
Code:
[Select]
dmesg | less
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
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
TCB Talk
»
bootlog