Hi ltrk
To view kernel messages, you can:
dmesg > dmesg.txt
and view it with a text editor. Or you can pipe it through the less command:
dmesg | less
and use page up/page down to navigate through the results.
I just looked for /var/log/messages but thats not there -perhaps its something else?
Add the syslog boot code and it will be there.