bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Serial console


From: Danilo Godec
Subject: Re: Serial console
Date: Fri, 12 Apr 2002 08:45:11 +0200 (CEST)

On Thu, 11 Apr 2002, Christoph Plattner wrote:

> AFAIK the problem is, that the `terminal --timeout=5 serial'
> defaults after the timeout to the VGA/keyboard console. And
> exactly this is the problem. In the embedded world, the serial
> line is the default, the VGA/keyboard may be present as
> application addon !
> Perhaps it is possible (I have to reread the GRUB sources or
> do tests), that with following combinations, the default can
> be changed:
>
> serial --unit=0 --speed=19200
> terminal --timeout=0 serial
> terminal --tiemout=5 console

If you only use one 'terminal' line and list both terminals there, the one
listed first is used as a default...

serial --unit=0 --speed=9600
terminal --timeout=5 serial console # this defaults to serial console


serial --unit=0 --speed=9600
terminal --timeout=5 console serial # this would default to VGA console






reply via email to

[Prev in Thread] Current Thread [Next in Thread]