Re: Caching kernel messages at boot

From: linux-os (Dick Johnson)
Date: Fri Jun 09 2006 - 09:23:55 EST



On Fri, 9 Jun 2006, s.a. wrote:

> Hi,
> Is there a way to hide the kernel messages from the screen at boot ?
> Best Regards
> Steph

Sure, but it depends upon your boot loader. If you are using grub,
you put 'quiet' on the command-line in /boot/grub/grub.conf. If using
LILO, you can use append="console=null" in lilo.conf. The latter
causes a bit of a problem later on because no kernel messages will
ever be sent to the console. This could be fixed by making your own
'init' which opens /dev/console for the three standard file numbers,
then execs the real /sbin/init. You can put the temporary init
program name on the command-line as well as init=/sbin/my.init.


Cheers,
Dick Johnson
Penguin : Linux version 2.6.16.4 on an i686 machine (5592.88 BogoMips).
New book: http://www.AbominableFirebug.com/
_


****************************************************************
The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@xxxxxxxxxxxx - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/