Upon boot, all informations displayed are in, bright white font.
At the end of a boot sequence, grey font messages(errors, informations), also appear.
By running:
,which is same source as:
I can see no "grey font messages"(errors, informations) in it!
For example, there was error loading some font, so I needed to edit file in /etc.
But that error msg, I coudn't retrieve from dmesg.
I simply had to have a "fast eye" at the end of a boot sequence.
Where are stored those "grey font messages", if they, are at all.
If they aren't stored, at all, how can I make FreeBSD store it?
At the end of a boot sequence, grey font messages(errors, informations), also appear.
By running:
Code:
dmesg | less
Code:
vi /var/run/dmesg.boot
I can see no "grey font messages"(errors, informations) in it!
For example, there was error loading some font, so I needed to edit file in /etc.
But that error msg, I coudn't retrieve from dmesg.
I simply had to have a "fast eye" at the end of a boot sequence.
Where are stored those "grey font messages", if they, are at all.
If they aren't stored, at all, how can I make FreeBSD store it?