Re: Grub and raid
On Fri, 01 Feb 2008 23:30:21 +0100, Gudjon I. Gudjonsson wrote:
> But
> anyway, is there any unknown trick in making a computer with two raid1
> SATA disks boot with Grub?
I have two SATA disks on a nForce4 motherboard in RAID1, and boot happily
with Grub. The RAID was set up during installation and it is:
/dev/md0: /dev/sda1 + /dev/sdb1 --> /
/dev/md1: /dev/sda2 + /dev/sdb2 --> swap
/dev/md2: /dev/sda3 + /dev/sdb3 --> /home
Grub is installed on both disks, removing one does not prevent the system
to be booted.
My device.map is:
jack@nostromo:~$ cat /boot/grub/device.map
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
See if yours is different.
--
Best Regards, Jack
Linux User #264449
Powered by Debian GNU/Linux on AMD64
Reply to:
- References:
- Grub and raid
- From: "Gudjon I. Gudjonsson" <gudjon@mc2.chalmers.se>