From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Some issues in scripting support?
Date: Thu, 09 Mar 2006 22:45:12 +0200 [thread overview]
Message-ID: <441093D8.4070705@nic.fi> (raw)
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
next reply other threads:[~2006-03-09 20:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-09 20:45 Vesa Jääskeläinen [this message]
2006-03-10 14:05 ` Some issues in scripting support? Marco Gerards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=441093D8.4070705@nic.fi \
--to=chaac@nic.fi \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.