From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MsFWX-0002pA-5D for mharc-grub-devel@gnu.org; Mon, 28 Sep 2009 08:40:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsFWV-0002oP-2u for grub-devel@gnu.org; Mon, 28 Sep 2009 08:40:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsFWQ-0002nj-FK for grub-devel@gnu.org; Mon, 28 Sep 2009 08:40:10 -0400 Received: from [199.232.76.173] (port=51830 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsFWP-0002ng-LR for grub-devel@gnu.org; Mon, 28 Sep 2009 08:40:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19930) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsFWP-0001dv-6m for grub-devel@gnu.org; Mon, 28 Sep 2009 08:40:05 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8SCdx4g003841; Mon, 28 Sep 2009 08:39:59 -0400 Received: from warthog.cambridge.redhat.com (kibblesnbits.boston.devel.redhat.com [10.16.60.12]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8SCduXU026988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Sep 2009 08:39:59 -0400 Received: from [127.0.0.1] (helo=redhat.com) by warthog.cambridge.redhat.com with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1MsFWF-0005da-Cn; Mon, 28 Sep 2009 13:39:55 +0100 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20090924120410.GB4558@thorin> References: <20090924120410.GB4558@thorin> <4565.1253540345@redhat.com> To: Robert Millan Date: Mon, 28 Sep 2009 13:39:55 +0100 Message-ID: <21673.1254141595@redhat.com> Sender: dhowells@redhat.com X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: dhowells@redhat.com, The development of GRUB 2 Subject: Re: (no subject) 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, 28 Sep 2009 12:40:11 -0000 Robert Millan wrote: > Could have something to do with a BIOS bug. What happens if you convert > grub_checkkey() and grub_getkey() (in kern/term.c) into dummy stubs? It doesn't seem to help. Grub still waits until the PC is plugged in before displaying its menu. David