From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FHS0U-0000S3-St for mharc-grub-devel@gnu.org; Thu, 09 Mar 2006 15:45:10 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FHS0T-0000NU-Lp for grub-devel@gnu.org; Thu, 09 Mar 2006 15:45:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FHS0R-0000Jc-AW for grub-devel@gnu.org; Thu, 09 Mar 2006 15:45:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHS0R-0000JZ-6a for grub-devel@gnu.org; Thu, 09 Mar 2006 15:45:07 -0500 Received: from [157.24.2.30] (helo=smtp1.cc.lut.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FHS3Z-0004Ii-LF for grub-devel@gnu.org; Thu, 09 Mar 2006 15:48:21 -0500 Received: from localhost (smtp1 [127.0.0.1]) by smtp1.cc.lut.fi (Postfix) with ESMTP id F142370430 for ; Thu, 9 Mar 2006 22:45:05 +0200 (EET) Received: from smtp1.cc.lut.fi ([127.0.0.1]) by localhost (smtp1.cc.lut.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25674-01 for ; Thu, 9 Mar 2006 22:45:05 +0200 (EET) Received: from [192.168.1.100] (lk4-a-4-1.lnet.lut.fi [157.24.102.107]) by smtp1.cc.lut.fi (Postfix) with ESMTP id 9865570338 for ; Thu, 9 Mar 2006 22:45:05 +0200 (EET) Message-ID: <441093D8.4070705@nic.fi> Date: Thu, 09 Mar 2006 22:45:12 +0200 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: The development of GRUB 2 X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Scanned: by lut.fi Content-Transfer-Encoding: quoted-printable Subject: Some issues in scripting support? X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 20:45:10 -0000 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=C3=A4=C3=A4skel=C3=A4inen