[bug #66302] Info doc section "Using GRUB via a serial line" refers to non-existent "--dumb" option

2024-10-07 Thread Jernej Jakob
URL: <https://savannah.gnu.org/bugs/?66302> Summary: Info doc section "Using GRUB via a serial line" refers to non-existent "--dumb" option Group: GNU GRUB Submitter: jjakob Submitted: Mon 0

Re: Serial Line boot may not properly clear the screen

2002-01-21 Thread Yoshinori K. Okuji
[I added bug-grub to Cc:.] At Mon, 21 Jan 2002 16:54:34 +0100 (MET), Klaus Reichl wrote: > Do you think it is possible than to code like: > >if (term->gotoxy /* or term->getxy */) > algorithm for terminals with positioning >else > algorithm for DUMB like terminals > > instea

Forward: Re: Serial Line boot may not properly clear the screen

2002-01-21 Thread Yoshinori K. Okuji
--- Begin Message --- > Yoshinori K Okuji <[EMAIL PROTECTED]> writes: > At Sat, 19 Jan 2002 22:40:19 +0100 (MET), > Klaus Reichl wrote: >> If we do a `grub_print_esc' instead of `grub_printf' for ESC >> sequences, assuming that the terminal will swallow the sequence, and

Re: Serial Line boot may not properly clear the screen

2002-01-19 Thread Christoph Plattner
Hello ! No at the moment Klaus and I keep the command line interface (this was the status of Thursday). In `emacs' it does not look very good at the moment (especially the amount of `^H' to blank the line, but in "emergency" cases, `emacs' can be used. You can send amount of `^H' or better a `^A^

Re: Serial Line boot may not properly clear the screen

2002-01-19 Thread Yoshinori K. Okuji
At Sat, 19 Jan 2002 00:32:31 +0900, Yoshinori K. Okuji <[EMAIL PROTECTED]> wrote: > Ok, I'll do that. As I already know what's wrong thanks to your > report, I don't think it would be difficult to fix the problem. Hmm. I think my estimation was too optimistic again. I know how I should fix the pr

Re: Serial Line boot may not properly clear the screen

2002-01-18 Thread Yoshinori K. Okuji
the real problem. In my philosophy, hiding real problems is worse than doing nothing. > REAL-NOTE: One of the serial line folks (maybe I should, but where's > the time) should browse through the code and find a way to encapsulate > ESC sequence sending to cleanly cooperate with the AU

Serial Line boot may not properly clear the screen

2002-01-17 Thread Klaus Reichl
fixed one annoying situation, where the clear screen behavior during boot depends on the number of characters in ESC sequences sent before. NOTE: This is not a functional but esthetic problem, but testers or test drivers are esthetes most of the time ;-). REAL-NOTE: One of the serial line folks (

Re: Serial line?

2001-07-19 Thread Danilo Godec
On Thu, 19 Jul 2001, Danilo Godec wrote: > Is it possible to change the behaviour of Grub when using serial terminal? > Right now, Grub stops and waits for a keypress. I think, it should wait > for a while and then continue with a default (for example, if I specifiy > 'terminal serial console', t

Serial line?

2001-07-19 Thread Danilo Godec
Is it possible to change the behaviour of Grub when using serial terminal? Right now, Grub stops and waits for a keypress. I think, it should wait for a while and then continue with a default (for example, if I specifiy 'terminal serial console', the default should be the first -or the last-). No

Re: Support for serial line detection in grub: look at syslinux

2000-07-12 Thread Christoph Plattner
ed that there was > some talk about supporting the serial line for controlling grub. This would be > great ! > > The last message I read on this topic mentioned that there should be some way to > detect if a video adapter is available. This is would be nice, but it is not > neces

Support for serial line detection in grub: look at syslinux

2000-07-12 Thread Rene Mayrhofer
Hi all I just stumbled over the grub mailing list archive and noticed that there was some talk about supporting the serial line for controlling grub. This would be great ! The last message I read on this topic mentioned that there should be some way to detect if a video adapter is available

Re: Grub over serial line - status ! (I did a test version,itruns!)

2000-04-13 Thread OKUJI Yoshinori
From: Christoph Plattner <[EMAIL PROTECTED]> Subject: Re: Grub over serial line - status ! (I did a test version, itruns!) Date: Thu, 13 Apr 2000 09:39:13 +0200 > In the first moment, I also thought, that autodetection is the only > solution. But on the other hand, if I consider, th

Re: Grub over serial line - status ! (I did a test version, itruns!)

2000-04-13 Thread Christoph Plattner
solution. But on the other hand, if I consider, that GRUB in a networked embedded environment can load the 'menu.lst' from the ethernet (diskless operation, perhaps also in a normal operation !!), that it is convinient to decide sitting on the host, if a machine should use vga or serial

Re: Grub over serial line - status ! (I did a test version, itruns!)

2000-04-12 Thread Tim Riker
Thanx for considering it. ;-) There has to be some way, the Linux kernel determines somehow if vitual consoles exist. Now, is there an easy way... ;-) OKUJI Yoshinori wrote: > > From: Tim Riker <[EMAIL PROTECTED]> > Subject: Re: Grub over serial line - status ! (I did a test

Re: Grub over serial line - status ! (I did a test version, itruns!)

2000-04-11 Thread OKUJI Yoshinori
From: Tim Riker <[EMAIL PROTECTED]> Subject: Re: Grub over serial line - status ! (I did a test version, itruns !) Date: Tue, 11 Apr 2000 18:19:47 -0600 > While these are nice to have, what happens in a CD boot environment? You show me a good point. To be honest, I must say that

Re: Grub over serial line - status ! (I did a test version,itruns!)

2000-04-11 Thread OKUJI Yoshinori
From: Christoph Plattner <[EMAIL PROTECTED]> Subject: Re: Grub over serial line - status ! (I did a test version, itruns!) Date: Tue, 11 Apr 2000 16:21:48 +0200 > Of course, inversion is also possible, but the problem is the time to > draw it up. If you use line inversion, you hav

Re: Grub over serial line - status ! (I did a test version, itruns !)

2000-04-11 Thread Tim Riker
The command line interface looks good. OKUJI Yoshinori wrote: > 3. It should be specified in the configuration file to turn on the > serial console function. Like this: > > console --baudrate=9600 serial # Use serial console (9600bps) > console serial screen # Use both consoles > console --termi

Re: Grub over serial line - status ! (I did a test version, itruns!)

2000-04-11 Thread Christoph Plattner
OKUJI Yoshinori wrote: > > From: Christoph Plattner <[EMAIL PROTECTED]> > Subject: Re: Grub over serial line - status ! (I did a test version, itruns !) > Date: Tue, 11 Apr 2000 13:12:18 +0200 > > > What should grub do, if no config file (menu.lst) is present ? >

Re: Grub over serial line - status ! (I did a test version, itruns!)

2000-04-11 Thread OKUJI Yoshinori
From: Christoph Plattner <[EMAIL PROTECTED]> Subject: Re: Grub over serial line - status ! (I did a test version, itruns !) Date: Tue, 11 Apr 2000 13:12:18 +0200 > What should grub do, if no config file (menu.lst) is present ? > (Default) GRUB shouldn't use serial cons

Re: Grub over serial line - status ! (I did a test version, it runs!)

2000-04-11 Thread Pavel Roskin
don't think that flexibility will be a highly demanded issue for configurations with serial line support. Serial consoles are normally used by experienced professionals either for physically secured servers or for embedded devices. Flexibility is not something that people will ask for, especial

Re: Grub over serial line - status ! (I did a test version, itruns !)

2000-04-11 Thread Christoph Plattner
pported. I used the standard Linux console setup and use a front-end-terminal (a 20-liner, setting console to raw mode and sleeping on select, waiting for a character over the serial line or a character from the console to send to each other). Also in 'minicom' my 'hack' does in

Re: Grub over serial line - status ! (I did a test version, itruns !)

2000-04-10 Thread OKUJI Yoshinori
From: Christoph Plattner <[EMAIL PROTECTED]> Subject: Grub over serial line - status ! (I did a test version, it runs !) Date: Tue, 11 Apr 2000 01:56:41 +0200 > As I need the GRUB over serial line @home, I hacked it in. > As the first try, I used the bios functionality (int 0x14).

Grub over serial line - status ! (I did a test version, it runs !)

2000-04-10 Thread Christoph Plattner
Hi GRUB-HACKERS ! As I need the GRUB over serial line @home, I hacked it in. As the first try, I used the bios functionality (int 0x14). The stuff runs ! Inclusive menu controlling, command line editing with cursor keys etc. The menu is of course not very quick, as it has to draw very much