From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Pd24g-0002VE-JZ for mharc-grub-devel@gnu.org; Wed, 12 Jan 2011 09:53:22 -0500 Received: from [140.186.70.92] (port=56708 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PctkW-0007FO-VZ for grub-devel@gnu.org; Wed, 12 Jan 2011 01:00:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PctkV-0005yo-Om for grub-devel@gnu.org; Wed, 12 Jan 2011 01:00:00 -0500 Received: from smtp-out2.oct.nac.net ([209.123.233.212]:55820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PctkV-0005yj-Ld for grub-devel@gnu.org; Wed, 12 Jan 2011 00:59:59 -0500 Received: (qmail 48039 invoked by uid 0); 12 Jan 2011 05:59:57 -0000 Received: from 70.47.131.176 by smtp-out2.oct.nac.net (envelope-from , uid 0) with qmail-scanner-2.08 (clamdscan: 0.96/11836. Clear:RC:1(70.47.131.176):. Processed in 0.067424 secs); 12 Jan 2011 05:59:57 -0000 Received: from unknown (HELO ?192.168.1.105?) (70.47.131.176) by smtp.nac.net with ESMTP; 12 Jan 2011 05:59:57 -0000 Message-ID: <4D2D4441.3090503@nac.net> Date: Wed, 12 Jan 2011 01:03:45 -0500 From: "P. J. McDermott" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101030 Icedove/3.0.10 MIME-Version: 1.0 To: Colin Watson , 594967@bugs.debian.org References: <4D1FBA58.7040408@nac.net> <20110101235739.GA15590@riva.ucam.org> <20110102001459.GD9915@einval.com> <20110102181808.GD15590@riva.ucam.org> <20110102224150.GH9915@einval.com> <20110103001300.GF15590@riva.ucam.org> <20110104000653.GA11198@riva.ucam.org> <20110104124654.GA23334@riva.ucam.org> In-Reply-To: <20110104124654.GA23334@riva.ucam.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Wed, 12 Jan 2011 09:53:21 -0500 Cc: grub-devel@gnu.org, Matt Zagrabelny , Nuutti Kotivuori , "David A. Greene" , Steve McIntyre Subject: Re: Bug#594967: Bug #594967: [poulsbo] grub-pc Hangs After "Welcome to GRUB!" X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2011 06:00:02 -0000 On 01/04/2011 07:46 AM, Colin Watson wrote: > On Tue, Jan 04, 2011 at 12:06:54AM +0000, Colin Watson wrote: > >> On Mon, Jan 03, 2011 at 12:13:01AM +0000, Colin Watson wrote: >> >>> 2011-01-02 Colin Watson >>> >>> * grub-core/bus/pci.c (grub_pci_iterate): Skip remaining functions >>> on devices that do not implement function 0. >>> >> I've applied this patch to trunk following an ack from Vladimir on IRC. >> I'll prepare an updated package for unstable shortly. >> > Uploading now. I'd appreciate confirmation from affected folks that > this is enough to make things boot. If it is, we can perhaps avoid > worrying about the rest; otherwise, we'll have to get more creative. > > Thanks, > Sorry I haven't responded to this more quickly; I was busy with some personal business last week. Thanks for the patch, and it does make GRUB 2's graphical menu load on my AO751h. :) I noticed an odd lingering aesthetics issue though; most of the background image is missing. The only parts of Squeeze's `spacefun-grub.png' that are visible are the bottom of Earth and the two stars on the top-right corner (basically, anything along the edges). I've consistently reproduced this on two installations (one is a fresh installation on a flash drive), even after purging and reinstalling grub-pc and grub-common. The odd thing though is that it only happens with desktop-base 6.0.5. The `spacefun-grub.png' from version 6.0.2 is displayed in full. P. J.