[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub2 (1.97.1) on RAID0
From: |
info |
Subject: |
Re: grub2 (1.97.1) on RAID0 |
Date: |
Thu, 12 Nov 2009 11:59:49 +0100 |
User-agent: |
RoundCube Webmail/0.3.1 |
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é Fettouhi"
<address@hidden>
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
>
> # dmsetup mknodes
> # grub --device-map=/dev/null
> grub> device (hd0) /dev/mapper/raid_set
> grub> geometry (hd0) C H S
>
> grub> root (hd0,0)
> grub> setup (hd0)
> grub> quit
> # reboot
>
> how can I do this in grub2?