WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bootlog  (Read 1668 times)

Offline halma

  • Full Member
  • ***
  • Posts: 164
bootlog
« 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
1 + 2 = 6  cause  10 - 6 = 78 ;-) lol

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: bootlog
« Reply #1 on: July 25, 2014, 07:32:52 AM »
Add boot code
Code: [Select]
syslog
then see  /var/log/messages .
Download a copy and keep it handy: Core book ;)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: bootlog
« Reply #2 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