From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KRO3K-0004Ae-PW for mharc-grub-devel@gnu.org; Fri, 08 Aug 2008 05:14:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRO3H-00049a-33 for grub-devel@gnu.org; Fri, 08 Aug 2008 05:14:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRO3C-00047e-8G for grub-devel@gnu.org; Fri, 08 Aug 2008 05:14:25 -0400 Received: from [199.232.76.173] (port=41911 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRO39-00047G-Qy for grub-devel@gnu.org; Fri, 08 Aug 2008 05:14:20 -0400 Received: from smtp-vbr7.xs4all.nl ([194.109.24.27]:2978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRO3A-0004vU-5i for grub-devel@gnu.org; Fri, 08 Aug 2008 05:14:20 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id m789EFW2018040 for ; Fri, 8 Aug 2008 11:14:17 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <87myjoqtg3.fsf@xs4all.nl> <1218183250.4059.6.camel@fz.local> Mail-Copies-To: mgerards@xs4all.nl Date: Fri, 08 Aug 2008 11:17:14 +0200 In-Reply-To: <1218183250.4059.6.camel@fz.local> (Felix Zielcke's message of "Fri, 08 Aug 2008 10:14:10 +0200") Message-ID: <87wsirc1d1.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Subject: Re: ATA update 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: Fri, 08 Aug 2008 09:14:27 -0000 Hi Felix, Felix Zielcke writes: >> One minute ago I committed a patch to improve ATA support. >> > Probable better if I just send you know a mail instead of telling on > IRC: > > This is shown for device 4,0 and 4,1 > PCI Dev (0,8,0) compat=1 rega=0x9e0=regb=0xbe0 > > My first SATA RAID Disk is fully recognized i.e. it shows the > ST3808110AS name and Firmware 2AAA which I can find in dmesg. > > For device 4,1 it only shows "ATA detected" but nothing more, it goes > then to device 5,0. Most likely something failed in grub_ata_identify. you might want to add more debugging information there. > ls (ata8) shows partition table > ls (ata8,1) or (ata8,2) unknown filesystem Can grub-emu deal with these filesystems? > But that's probable right, if your ata.mod works more then Linux instead > of the biosdisk.mod which works more then yeah BIOS ;) Hm? > I just tried to mount /dev/sda1 which is NTFS and syslog shows $MFT > corrupted (ntfs-3g). Also on biosdisk. > So I hope that GRUB will still have the biosdisk.mod for guys like me on > a dmraid (in Linux terms) or fake hardware motherboard RAID ;) Yes. -- Marco