bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Booting to SATA, where Lilo goes and GRUB does not


From: Marc Singer
Subject: Booting to SATA, where Lilo goes and GRUB does not
Date: Sun, 9 May 2004 00:31:59 -0700
User-agent: Mutt/1.5.5.1+cvs20040105i

On the MSI K8TNEO motherboard, there are two SATA controllers and a
two channel EIDE controller.  The linux-2.6.6-rc? SATA drivers present
the SATA devices as being scsi attached.  Using LILO, it is
straightforward to get the machine to boot Linux on the first SATA
drive.  On GRUB, it is less clear.

There are two SATA drives are each partitioned into a 20M and 100G
partition.  The first is combined on both drives to form a RAID1
partition for /boot.  The second is combined on both drives to form a
RAID1 partition for /.  In /boot/grub/devices.map we see

  (hd0) /dev/md0

but this isn't really correct since I need grub to recognize the MBR
region of /dev/sda.  Setting the device map to 

  (hd0) /dev/sda

doesn't work because grub-install keeps looking for /dev/md0.

So, is there something I'm missing?  Is there a way to install GRUB so
that if one drives fail that the system can still boot?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]