From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KRRtD-0005ZR-JF for mharc-grub-devel@gnu.org; Fri, 08 Aug 2008 09:20:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRRtA-0005XK-GL for grub-devel@gnu.org; Fri, 08 Aug 2008 09:20:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRRt8-0005VY-J6 for grub-devel@gnu.org; Fri, 08 Aug 2008 09:20:15 -0400 Received: from [199.232.76.173] (port=43071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRRt8-0005VM-Dg for grub-devel@gnu.org; Fri, 08 Aug 2008 09:20:14 -0400 Received: from moutng.kundenserver.de ([212.227.126.177]:54720) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRRt7-0006R7-SQ for grub-devel@gnu.org; Fri, 08 Aug 2008 09:20:14 -0400 Received: from [85.180.3.232] (e180003232.adsl.alicedsl.de [85.180.3.232]) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis) id 0ML29c-1KRRt63Lhh-0001ch; Fri, 08 Aug 2008 15:20:13 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <1218043880.6890.32.camel@localhost> References: <721379.55348.qm@web31608.mail.mud.yahoo.com> <1218043880.6890.32.camel@localhost> Content-Type: text/plain; charset=UTF-8 Date: Fri, 08 Aug 2008 15:20:12 +0200 Message-Id: <1218201612.4022.5.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V01U2FsdGVkX1/Wv2V+eKy7+NbLZHRWfjycWDQL2fsLa/7slR7 fi4UrhoVjL0zFCuEtFOcKlx2Dc0N3WXW5r9DufXaK8YU7Z1FTq Oxk4fAYRb1DQtGJ9bqoLMPiWXqQ4H0u X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: [PATCH] Drivemap module 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 13:20:17 -0000 Am Mittwoch, den 06.08.2008, 19:31 +0200 schrieb Javier Mart=C3=ADn: > This will work on Windows, because no matter where it tries to boot from > it will find the same disk: both the first and second BIOS disks point > to hd1 now.=20 > ... > This is the setup I have > extensively tested in QEMU, while the Windows boot has been tested in > both QEMU (with ReactOS) and some random computers including mine (with > Windows XP Home and Windows XP Pro x64). >=20 Even though I don't need your drivemap at all (see one of my replies to Marco's ATA topic) I was so kind to try this out with my Vista x64 SP1 ;) I haven't remembered exactly the 2 menuentrys you wrote in your mail so I used a mixture of both :) drivemap (hd1) (hd0) set root=3D(hd0) chainloader (hd1,1)+1 This booted fine for me, GRUB loaded from IDE disk and Vista chainloaded from my SATA RAID 0. I really hope that you get this commited, then there's one feature less missing from grub-legacy ;)