All of lore.kernel.org
 help / color / mirror / Atom feed
* Some issues in scripting support?
@ 2006-03-09 20:45 Vesa Jääskeläinen
  2006-03-10 14:05 ` Marco Gerards
  0 siblings, 1 reply; 2+ messages in thread
From: Vesa Jääskeläinen @ 2006-03-09 20:45 UTC (permalink / raw)
  To: The development of GRUB 2

Hi,

I was playing a bit with grub.cfg and following crashes my vmware
session... :)... I know I didn't remember first that there were
syntaxtical changes in there, but even after correcting my mistake, it
doesn't allow me move it with cursor keys, not in console or in video
mode. Pressing enter correctly changes to video mode as it were first
choice.

--- crashing --
insmod font
font /boot/grub/unifont.pff
insmod terminal
insmod vbe
insmod videoterm

title switch to videoterm
        terminal videoterm

title switch back to console
        terminal console

--- correct ---
insmod font
font /boot/grub/unifont.pff
insmod terminal
insmod vbe
insmod videoterm

menuentry "switch to videoterm" {
        terminal videoterm
}

menuentry "switch back to console" {
        terminal console
}

Thanks,
Vesa Jääskeläinen



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Some issues in scripting support?
  2006-03-09 20:45 Some issues in scripting support? Vesa Jääskeläinen
@ 2006-03-10 14:05 ` Marco Gerards
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Gerards @ 2006-03-10 14:05 UTC (permalink / raw)
  To: The development of GRUB 2

Vesa Jääskeläinen <chaac@nic.fi> writes:

Hi Vesa,

> I was playing a bit with grub.cfg and following crashes my vmware
> session... :)... I know I didn't remember first that there were
> syntaxtical changes in there, but even after correcting my mistake, it
> doesn't allow me move it with cursor keys, not in console or in video
> mode. Pressing enter correctly changes to video mode as it were first
> choice.

Yeah, error handling should be improved considerably.  I found some
other bugs related to this as well.  It's something I planned to work
on after my current networking code is in CVS.

--
Marco




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-10 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-09 20:45 Some issues in scripting support? Vesa Jääskeläinen
2006-03-10 14:05 ` Marco Gerards

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.