From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N8XPA-0000Yy-Tw for mharc-grub-devel@gnu.org; Thu, 12 Nov 2009 05:59:57 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8XP7-0000W6-HZ for grub-devel@gnu.org; Thu, 12 Nov 2009 05:59:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8XP6-0000UK-A5 for grub-devel@gnu.org; Thu, 12 Nov 2009 05:59:52 -0500 Received: from [199.232.76.173] (port=33098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8XP5-0000Ty-W9 for grub-devel@gnu.org; Thu, 12 Nov 2009 05:59:52 -0500 Received: from apollo.dupie.be ([85.17.239.130]:37226) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8XP5-0006qM-J2 for grub-devel@gnu.org; Thu, 12 Nov 2009 05:59:51 -0500 Received: by apollo.dupie.be (Postfix, from userid 71) id BDB081E507D9; Thu, 12 Nov 2009 11:59:49 +0100 (CET) Received: from roundcube.dupie.be (apollo.dupie.be [127.0.0.1]) (Authenticated sender: info@dupondje.be) by apollo.dupie.be (Postfix) with ESMTP id 509AB1E507D9 for ; Thu, 12 Nov 2009 11:59:49 +0100 (CET) MIME-Version: 1.0 Date: Thu, 12 Nov 2009 11:59:49 +0100 From: To: The development of GNU GRUB In-Reply-To: <4AFBE146.7090300@gmail.com> References: <4AFBE146.7090300@gmail.com> Message-ID: <3d64908c272936895f4a8250f3f65262@localhost> X-Sender: info@dupondje.be User-Agent: RoundCube Webmail/0.3.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: grub2 (1.97.1) on RAID0 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2009 10:59:53 -0000 To bad :) Its not possible to use dmraid with Grub2 yet. I had to switch bad to grub1 because its not possible to get it working. Hopefully some developper wants to implement this :) Sincerely, Jean-Louis On Thu, 12 Nov 2009 11:19:50 +0100, "Andr=C3=A9 Fettouhi" wrote: > I'm using Arch Linux 64bit and I want to switch to grub2 since 2.0 is > getting somewhat close. I'm running a RAID0 (using dmraid) setup and I > can't figure out how to install grub2 on RAID0. With the legacy grub I > have to go into the grub command prompt and do the following >=20 > # dmsetup mknodes > # grub --device-map=3D/dev/null > grub> device (hd0) /dev/mapper/raid_set > grub> geometry (hd0) C H S >=20 > grub> root (hd0,0) > grub> setup (hd0) > grub> quit > # reboot >=20 > how can I do this in grub2?