bug-grub
[Top][All Lists]
Advanced

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

Re: serial problems with grub-0.90


From: Pragnesh Sampat
Subject: Re: serial problems with grub-0.90
Date: Mon, 12 Nov 2001 18:59:10 -0500

> > grub> serial --unit=0 --speed=9600
> > 
> > Error 30: Invalid argument
> 
> >From the grub shell, you need to use something like
> grub> serial --unit=/dev/ttyS0 --speed=9600
> 
> > grub> terminal serial Segmentation fault (core dumped)
> 
> This segfault has been fixed in CVS.

I got the CVS stuff and built grub and installed it on the machine.  I
did see -DSUPPORT_SERIAL=1 for some files, so I am assuming that
serial support in enabled by default.  I ran "./configure" and "make"
and "make install" and then used this grub to setup the system so that
the CVS grub version is used on boot.

Here is my session:

grub> serial --unit=0 --speed=9600

Error 27: Unrecognized command

grub> serial --unit=/dev/ttyS0 --speed=9600

Error 27: Unrecognized command

grub> terminal serial console

Error 27: Unrecognized command

I then quit grub and rebooted the system.  As before, the linux kernel
boots and I get the console messages on the serial port after the
linux kernel starts booting.  I should be able to get the grub shell
on the serial port, right?

-Pragnesh



reply via email to

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