From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KROMn-0006ju-CA for mharc-grub-devel@gnu.org; Fri, 08 Aug 2008 05:34:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KROMk-0006hN-Uq for grub-devel@gnu.org; Fri, 08 Aug 2008 05:34:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KROMh-0006d1-Se for grub-devel@gnu.org; Fri, 08 Aug 2008 05:34:33 -0400 Received: from [199.232.76.173] (port=56673 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KROMh-0006cc-B2 for grub-devel@gnu.org; Fri, 08 Aug 2008 05:34:31 -0400 Received: from moutng.kundenserver.de ([212.227.126.183]:58603) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KROMh-0008PF-Cc for grub-devel@gnu.org; Fri, 08 Aug 2008 05:34:31 -0400 Received: from [85.180.41.1] (e180041001.adsl.alicedsl.de [85.180.41.1]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1KROMf2d9q-0006TE; Fri, 08 Aug 2008 11:34:29 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <1218187595.4059.33.camel@fz.local> References: <87myjoqtg3.fsf@xs4all.nl> <1218183250.4059.6.camel@fz.local> <87wsirc1d1.fsf@xs4all.nl> <1218187595.4059.33.camel@fz.local> Content-Type: text/plain Date: Fri, 08 Aug 2008 11:34:29 +0200 Message-Id: <1218188069.4059.37.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18VUBLljFpFJEZpgXGxlwE7FmeepntOSiIFzDO Rwpnz5qUvzHGGiVDBfM8DZU8Hugeq/Xk/uSIEpm473r/o3fheS 2WSA3YX1M/Nq919nAMP7C00uQvo94ZN 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:34:35 -0000 > > 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. > Oh and I forgot the Vista bootmgr file is 326 KB big, so even with my (probable big) chunksize of 256 KB this file lies on both disks. So for booting Vista it's essential to handle the RAID 0. I can try to copy my /boot to the ext3 partition I already have there. Maybe with biosdisk this even works with GRUB + Linux :)