From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1J7d0R-0004wP-Nn for mharc-grub-devel@gnu.org; Wed, 26 Dec 2007 15:37:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7d0Q-0004wC-RK for grub-devel@gnu.org; Wed, 26 Dec 2007 15:37:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7d0P-0004w0-52 for grub-devel@gnu.org; Wed, 26 Dec 2007 15:37:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7d0P-0004vx-1n for grub-devel@gnu.org; Wed, 26 Dec 2007 15:37:33 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J7d0O-00089b-K8 for grub-devel@gnu.org; Wed, 26 Dec 2007 15:37:32 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J7cvP-0005AB-1h for grub-devel@gnu.org; Wed, 26 Dec 2007 20:32:23 +0000 Received: from adsl-69-234-176-68.dsl.irvnca.pacbell.net ([69.234.176.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Dec 2007 20:32:23 +0000 Received: from wa1ter by adsl-69-234-176-68.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Dec 2007 20:32:23 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Wed, 26 Dec 2007 12:26:03 -0800 Organization: none Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-176-68.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2007122605) Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Some grub2 problems/questions 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: Wed, 26 Dec 2007 20:37:35 -0000 Hi grub group. Beginning with the commits of 2007-10-31 my two Athlon machines won't work properly with grub2, and I'd like to find out why. The first machine has two ordinary PATA drives on a VIA 8235 controller and grub2 complains that the firmware is tainted. Grub2 will use (ata1) okay and lists all the partitions, but for the second drive grub2 will print only (ata2) without listing any partitions. The other Athlon machine has one PATA drive on a VIA 8235 controller and one SATA drive on a Promise controller. This machine makes it through grub_ata_dumpinfo for both disks but then it hangs forever without printing anything else. As of today, 2007-12-26, should I expect grub2 to work properly in these two machines? Any debugging hints? Thanks!