From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N2giq-0006Im-RZ for mharc-grub-devel@gnu.org; Tue, 27 Oct 2009 03:44:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2gio-0006IF-9r for grub-devel@gnu.org; Tue, 27 Oct 2009 03:44:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2gij-0006HV-Fh for grub-devel@gnu.org; Tue, 27 Oct 2009 03:44:01 -0400 Received: from [199.232.76.173] (port=53259 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2gij-0006HS-A4 for grub-devel@gnu.org; Tue, 27 Oct 2009 03:43:57 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]:56051) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2gii-0000NA-SM for grub-devel@gnu.org; Tue, 27 Oct 2009 03:43:57 -0400 Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id 43A9E12B5B305 for ; Tue, 27 Oct 2009 08:43:56 +0100 (CET) Received: from [88.64.83.75] (helo=flashgordon) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1N2gii-0006fX-00 for grub-devel@gnu.org; Tue, 27 Oct 2009 08:43:56 +0100 Received: from andi by flashgordon with local (Exim 4.69) (envelope-from ) id 1N2gih-0001PX-Ke for grub-devel@gnu.org; Tue, 27 Oct 2009 08:43:55 +0100 Date: Tue, 27 Oct 2009 08:43:55 +0100 From: "Andreas B. Mundt" To: grub-devel@gnu.org Message-ID: <20091027074355.GA5365@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+HL9PU0rAJIBlcX+nI3oB8rpll/89yLHcMW+IE wOSo4J2mYEaJZLjxeW5v1QBPUCw4/GOHnPZRbSLTd/SBHkbWaR EqB31UwMU= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Subject: Re: 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: Tue, 27 Oct 2009 07:44:02 -0000 Hi Robert, >Is that coreboot v2 or v3? coreboot v2, v3 seems to be kind of depreciated and merged into v2. >Which module selection? I chose the modules as given in the wiki ( http://grub.enbug.org/CoreBoot ), topic "Building Coreboot with GRUB2 payload" near the bottom of the page. First I tried to run corboot on real hardware with modules: MODULES="normal ls cat help ext2 iso9660 reiserfs xfs fat pc gpt ata serial memdisk multiboot linux minicmd configfile search tar at_keyboard" as stated at the top of the wiki page. After this failed, I tried as explained with qemu and the iso-image (box at bottom of wiki page), because this worked for me a few months ago. >Did you check the local console? :-) What do you mean with local console? Nothing appeared on the qemu screen, so I switched (ctrl-alt-3) to qemu's serial console. Regards, Andi