On 1/4/06, wld <volodimir.rudenko@xxxxxxxxx> wrote: > On 1/4/06, Brian D. McGrew <brian@xxxxxxxxxxxxx> wrote: > > Good morning: > > Good evening :) > > > I'm seeing some errors and stuff on boot that are flying by too quickly > > to read and they're no appearing in /var/log/message with the rest of > > the boot stuff. How can I capture all the message on boot? > > Login as root, then use > #dmesg Also look for a file /var/log/dmesg. The early boot process (actually in /etc/rc.sysinit) does the dmesg command for you once and saves the output in that log file. You can also try pressing the 'Scroll Lock' key, especially if your having boot problems such that you can't even get to a prompt to use dmesg. If you're really ambitious, you can edit the boot scripts and put in sleeps and such. I've even done this by manually editing the initrd image's nash scripts, for those times when I had problems in the very early boot process. -- Deron Meranda