2002-01-09 06:41:43

by hanhbkernel

[permalink] [raw]
Subject: boot messeage

When booting Linux, the kernel messages are shown on
screen.
I don't like to show these messages, so "Support for
console on virtual terminal" and "Support for console
on serial port" are not chose when compiling kernel.
But using the new kernel, computer can't boot. If one
of "Support for console on virtual terminal" and
"Support for console on serial port" is chose,
Computer can be booted. If I don??t like the booting
messages shown through terminal or HyperTerminal on
screen. Would you like to tell me how could I do?



_________________________________________________________
Do You Yahoo!? ??¼?????Ż?????! http://mail.yahoo.com.cn

<font color=#6666FF>???ģ????ƣ????ˣ?û???ɣ??????????ɣ?</font>????
?Ż?ȫ????????! http://cn.chat.yahoo.com/c/roomlist.html


2002-01-09 07:57:55

by Samuel Maftoul

[permalink] [raw]
Subject: Re: boot messeage

On Wed, Jan 09, 2002 at 02:41:04PM +0800, hanhbkernel wrote:
> When booting Linux, the kernel messages are shown on
> screen.
> I don't like to show these messages, so "Support for
> console on virtual terminal" and "Support for console
> on serial port" are not chose when compiling kernel.
> But using the new kernel, computer can't boot. If one
> of "Support for console on virtual terminal" and
> "Support for console on serial port" is chose,
> Computer can be booted. If I don??t like the booting
> messages shown through terminal or HyperTerminal on
> screen. Would you like to tell me how could I do?

Use the "Support for console on virtual terminal and output the stuff to
a non used seria port :
append to lilo something like this: append="console=/dev/tty4"
Sam

2002-01-09 09:20:21

by Peter Wächtler

[permalink] [raw]
Subject: Re: boot messeage

hanhbkernel schrieb:
>
> When booting Linux, the kernel messages are shown on
> screen.
> I don't like to show these messages, so "Support for
> console on virtual terminal" and "Support for console
> on serial port" are not chose when compiling kernel.
> But using the new kernel, computer can't boot. If one
> of "Support for console on virtual terminal" and
> "Support for console on serial port" is chose,
> Computer can be booted. If I don??t like the booting
> messages shown through terminal or HyperTerminal on
> screen. Would you like to tell me how could I do?
>

on LILO:

append = "quiet"
or
append = "console=/dev/tty10"