Hi,

following http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID
I'm doing next:


If you are using a RAID 1 mirror disk system, you will
want to install grub on all the disks in the system, so that when one disk 
fails, you are still able to boot. The find command above will list the disks, 
e.g.

grub> find /boot/grub/stage1
 (hd0,0)
 (hd1,0)
grub>

Now, if your disks are /dev/sda and /dev/sdb, do the following to install GRUB 
on /dev/sda MBR:

device (hd0) /dev/sda
root (hd0,0)
setup (hd0)


This will install grub into the /dev/sdb MBR:

device (hd0) /dev/sdb
root (hd0,0)
setup (hd0)


Well, when installing grub in sdb (hdb in my system) I get next:

grub> device (hd0) /dev/hdb

Error 15: File not found


grub>  find /boot/grub/stage1
 (hd0,0)
 (hd1,0)


As I have never understood all grub concepts, I'm not sure if the
command is correct or not (I think not, but again, not grub master
neither middle-user!), so could someone clary it for me? Why is grub
giving my that error?

Cheers!


-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to