From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Ij8zS-0003pK-Cd for mharc-grub-devel@gnu.org; Sat, 20 Oct 2007 03:43:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ij8zR-0003nB-7X for grub-devel@gnu.org; Sat, 20 Oct 2007 03:43:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ij8zN-0003eN-8D for grub-devel@gnu.org; Sat, 20 Oct 2007 03:43:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ij8zN-0003e8-28 for grub-devel@gnu.org; Sat, 20 Oct 2007 03:43:17 -0400 Received: from pne-smtpout4-sn1.fre.skanova.net ([81.228.11.168]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ij8zN-00063l-2D for grub-devel@gnu.org; Sat, 20 Oct 2007 03:43:17 -0400 Received: from [127.0.0.1] (88.193.32.97) by pne-smtpout4-sn1.fre.skanova.net (7.3.129) id 47194C38000022D9 for grub-devel@gnu.org; Sat, 20 Oct 2007 09:43:15 +0200 Message-ID: <4719B19C.7090900@nic.fi> Date: Sat, 20 Oct 2007 10:43:24 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: The development of GRUB 2 References: <471949E7.1060607@casema.nl> In-Reply-To: <471949E7.1060607@casema.nl> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) Subject: Re: grub2 i386 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: Sat, 20 Oct 2007 07:43:21 -0000 willem wrote: > grub-mkimage -d /boot/grub -v -o /boot/grub/core.img ls ext2 gpt pc > The Problem is in line 12 of grub.cfg which is automatically generated. > The commands terminal console seem not to be implemented yet. > > or does my script is missing a required module ? There happens to be terminal module. Just add it to you core.img. You might need console module too. Sorry don't have time to dig out my script. Alternatively you can add 'insmod terminal'...