From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N2W3t-0002cc-VI for mharc-grub-devel@gnu.org; Mon, 26 Oct 2009 16:21:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2W3s-0002bb-J2 for grub-devel@gnu.org; Mon, 26 Oct 2009 16:21:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2W3n-0002YS-RA for grub-devel@gnu.org; Mon, 26 Oct 2009 16:21:04 -0400 Received: from [199.232.76.173] (port=55442 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2W3n-0002YL-FQ for grub-devel@gnu.org; Mon, 26 Oct 2009 16:20:59 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:33043) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2W3m-0002ym-Pw for grub-devel@gnu.org; Mon, 26 Oct 2009 16:20:59 -0400 Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate02.web.de (Postfix) with ESMTP id 0322B139011BD for ; Mon, 26 Oct 2009 21:20:56 +0100 (CET) Received: from [84.56.51.102] (helo=flashgordon) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1N2W3i-0001Ox-00 for grub-devel@gnu.org; Mon, 26 Oct 2009 21:20:54 +0100 Received: from andi by flashgordon with local (Exim 4.69) (envelope-from ) id 1N2W3h-0006Ju-U9 for grub-devel@gnu.org; Mon, 26 Oct 2009 21:20:53 +0100 Date: Mon, 26 Oct 2009 21:20:53 +0100 From: "Andreas B. Mundt" To: grub-devel@gnu.org Message-ID: <20091026202053.GA21647@flashgordon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: andi.mundt@web.de X-Sender: andi.mundt@web.de X-Provags-ID: V01U2FsdGVkX1/9CZOmPjhSJEB4n/cA7pkK1Ww7L+ehGKvBUl93 fHYsbWB8iiQnZG0c9SrP5ZburZHraM0eIFcRwpqMhqgJAkQLRL rqVeU6lhM= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Subject: grub as coreboot payload 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: Mon, 26 Oct 2009 20:21:05 -0000 Hi, first, congratulations to the 1.97-release! I vainly tried to run the latest grub2 (Revision: 2663) as payload to coreboot (Revision: 4852) following the wikipage: http://grub.enbug.org/CoreBoot Is this page still up to date and does anybody use grub2 as payload successfully? How? The latest lines in qemu's serial console (from coreboot) I get are: [...] Jumping to boot code at 8200 entry = 0x00008200 [...] elf_boot_notes = 0x00011b78 adjusted_boot_notes = 0x07fe7b78 So it looks to me as if grub (the payload) is found but nothing more happens. Any hints are appreciated. Thanks, Andi