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




_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to