location of boot.msg file in opensuse 12.3

Hello ! I have tried to find the boot message after booting the system. I am not able to find it. In all the previous versions of open suse there was a file in /var/log/boot.msg. In open suse 12.3 it is not there. Is this file depricated in open suse 12.3?
Regards.
rss1936.

Yes.
If plymouth (the boot splash) is enabled, you should have /var/log/boot.log instead, because plymouth forwards all messages printed to the text console to this file.

Otherwise have a look in /var/log/messages or systemd’s journal:

journalctl -b

‘-b’ only shows the messages from the current boot, you should run it as root (or via sudo) to see all messages.
For further options have a look at “man journalctl”.

wolfi323
thanks.
I got it.
regards
rss1936