You are not logged in.
Pages: 1
Topic closed
Hi,
On boot. I see an error message but it scrolls by too fast. I can't find any reference in the log files. How can I read the screen messages on boot?
macroron
Last edited by rv2733 (2008-08-10 22:15:00)
Offline
If it's kernel message, it should be in dmesg (run command "dmesg").
If it's Arch's message (white bold text), you can disable clearing the first virtual console by removing the first line in /etc/issue (you'd better "cp /etc/issue /etc/issue.back" before doing that). Press ctrl-alt-f1 to see the first virtual console.
Online
If it's kernel message, it should be in dmesg (run command "dmesg").
If it's Arch's message (white bold text), you can disable clearing the first virtual console by removing the first line in /etc/issue (you'd better "cp /etc/issue /etc/issue.back" before doing that). Press ctrl-alt-f1 to see the first virtual console.
Thank You,
I removed the first line in /etc/issue after backing up /etc/issue to /etc/issue.back. Then rebooted.
Now I can see Arch's messages (white bold text) on ctrl-alt-f1.
macroron
Offline
Or even better, you could install the bootlogd package, which will dump all the messages, you see blazing by at boot time, into the boot.log file in the /var/log/ directory.
Then you can de/active it as needed like any other daemons.
Offline
Offline
Pages: 1
Topic closed