boot text
|
17th Jan, 2013, 11:36 AM
Post: #12
|
|||
|
|||
RE: boot text
(17th Jan, 2013 12:14 AM)CurlyMo Wrote: Those messages should just be in your dmesg (/var/log/dmesg)I have found that not all boot messages are saved in dmesg or syslog . In fact most error messages are not in dmesg. Hence I felt the need for a better solution and found bootlogd which I mentioned here: http://forum.xbian.org/thread-182-post-1876.html#pid1876 I installed it and it works but there was a strange problem whereby the last third of characters on each line were obfuscated. If we can solve this buggy character issue, bootlogd might be the best way to trap boot errors and debug a whole bunch of problems. (17th Jan, 2013 12:09 AM)namtih Wrote: When the Raspberry/xbian is starting you see a debug log before the xbian logo is shown. I wasn't able to find those messages on the filesystem or dmesg. So I was wondering if it needs any boot parameter so that the log is written to a file on the filesystem. Please try this: Code: sudo apt-get install bootlogd then add Code: BOOTLOGD_ENABLE=yes to Code: /etc/default/bootlogd and reboot. Then see if ... Code: /var/log/boot contains helpful boot messages. I'd be very interested to read your results. Do you see the scrambled or obfuscated characters near the end of lines? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RE: boot text - Koenkk - 15th Jan, 2013, 02:13 AM
RE: boot text - namtih - 15th Jan, 2013, 04:15 PM
RE: boot text - julius02 - 15th Jan, 2013, 07:35 PM
RE: boot text - CurlyMo - 15th Jan, 2013, 08:00 PM
RE: boot text - julius02 - 15th Jan, 2013, 08:03 PM
RE: boot text - CurlyMo - 15th Jan, 2013, 08:59 PM
RE: boot text - namtih - 16th Jan, 2013, 04:49 PM
RE: boot text - CurlyMo - 16th Jan, 2013, 07:59 PM
RE: boot text - namtih - 17th Jan, 2013, 12:09 AM
RE: boot text - CurlyMo - 17th Jan, 2013, 12:14 AM
RE: boot text - raspberry_pd - 17th Jan, 2013 11:36 AM
RE: boot text - CurlyMo - 17th Jan, 2013, 11:42 AM
RE: boot text - raspberry_pd - 17th Jan, 2013, 06:20 PM
RE: boot text - CurlyMo - 17th Jan, 2013, 08:10 PM
RE: boot text - raspberry_pd - 10th Feb, 2013, 04:12 AM
|