From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KROFA-0005Ep-H6 for mharc-grub-devel@gnu.org; Fri, 08 Aug 2008 05:26:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KROF7-0005BG-Mw for grub-devel@gnu.org; Fri, 08 Aug 2008 05:26:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KROF3-00057A-OM for grub-devel@gnu.org; Fri, 08 Aug 2008 05:26:39 -0400 Received: from [199.232.76.173] (port=47829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KROF3-00056i-Hh for grub-devel@gnu.org; Fri, 08 Aug 2008 05:26:37 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:56975) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KROF3-0006sS-Ow for grub-devel@gnu.org; Fri, 08 Aug 2008 05:26:38 -0400 Received: from [85.180.41.1] (e180041001.adsl.alicedsl.de [85.180.41.1]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1KROF13nwK-0008NM; Fri, 08 Aug 2008 11:26:36 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <87wsirc1d1.fsf@xs4all.nl> References: <87myjoqtg3.fsf@xs4all.nl> <1218183250.4059.6.camel@fz.local> <87wsirc1d1.fsf@xs4all.nl> Content-Type: text/plain Date: Fri, 08 Aug 2008 11:26:35 +0200 Message-Id: <1218187595.4059.33.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/7XxfkhHczTDf2U0b665pMB2gAIVTnzvNcJdK vm3QCmLDULyHDubA4RbGz3K1XdsLjVL4rntBcLWabwXLwuk0x4 kUJfGpMw6ArL96lI/mYUzz9/MXbajkt X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:26:42 -0000 Hello Marco, Am Freitag, den 08.08.2008, 11:17 +0200 schrieb Marco Gerards: > Hi Felix, > > Most likely something failed in grub_ata_identify. you might want to > add more debugging information there. Ok I try. > > ls (ata8) shows partition table > > ls (ata8,1) or (ata8,2) unknown filesystem > > Can grub-emu deal with these filesystems? No it says unknown fs, too. > > 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. I currently always boot directly from my Raid 0 GRUB + Vista bootmgr + Vista \Windows\ is on Raid 0 my Linux / and so /boot is on my PATA disk. This works totally fine for booting Vista and Linux. With biosdisk.mod there's just (hd0) wich are both harddisks for the raid0 ls (hd0,1)/ shows everything from my NTFS raid0 (hd1) is then my IDE disk. There's no (hd2) The BIOS itself can handle the RAID 0 for booting fine. But as soon as you're in Linux or Windows the OS needs to care about it. Linux still shows sda and sdb, but that doestn't work right. I need dmraid so I have one /dev/mapper/nvidia_cediideh1 which I can mount fine. This is RAID 0 with chunksize 256 KB, so the first 256 KB of the combined disks is on disk 0 But NTFS hasn't it's $MFT just on the first 256 KB The second partition of it is a small ext3, but maybe it just begins on the second disk.