Hi Tony,
> I'm at a loss to find the way to get all the
> boot messages logged to a file.  Is there a
> recommended procedure or configuration file
> change that I can make?
dmesg displays boot messages. It is usually run at system startup and
it's output redirected to /var/log/boot.msg or a similar file.
If not, run "dmesg >/var/log/boot.msg" inside some init script.

HTH, Tino.

Reply via email to