From: Sandro Dentella <sandro.dentella@tin.it>
To: linux-raid@vger.kernel.org
Subject: Re: RAID design
Date: Sat, 12 Jul 2003 19:34:30 +0200 [thread overview]
Message-ID: <20030712173430.GA8599@bluff.diade.it> (raw)
In-Reply-To: <2168.208.48.139.163.1058030561.squirrel@www.greenhydrant.com>
> > Not neccessarily. Modern motherboards will boot of either on-board
> > controller, so if the primary failed, then the master drive on the 2nd
> > controller ought to be able to boot. It's worth checking your motherboard
> > though. All the systems I've built in the past 2-3 years like this have
> > had this ability. You may need to physically unplug the failed drive
> > though (and reboot) if it fails in a way that make it look like it's still
> > active.
You also need to install GRUB (od lilo) on both disks, as I
understand. Reallu I never understood how to do that from living hard
disk, so I normally need to install GRUN from floppy the first time it
starts.
I normally do the following from a CD that I use to make istallations from
grub --batch <<EOT
device (hd0) $DEVICE1
root (hd0,0)
setup --prefix=/grub (hd0,0)
quit
EOT
grub --batch <<EOT
device (hd1) $DEVICE2
root (hd1,0)
setup --prefix=/grub (hd1,0)
quit
EOT
but this often fails installing correctly. If I start from a floppy in
which I have:
title Install GRUB into (hd0,0) the first disk
root (hd0,0)
setup (hd0)
title Install GRUB into (hd1,0) the second disk
root (hd1,0)
setup (hd1)
It never fails. Hany clues?
Thanks
sandro
*:-)
--
Sandro Dentella *:-)
e-mail: sandro.dentella@tin.it
http://www.tksql.org TkSQL Home page - My GPL work
next prev parent reply other threads:[~2003-07-12 17:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-11 22:10 RAID design Mikael Chambon
2003-07-12 8:28 ` Gordon Henderson
2003-07-12 17:22 ` David Rees
2003-07-12 17:34 ` Sandro Dentella [this message]
2003-07-12 17:56 ` Gordon Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030712173430.GA8599@bluff.diade.it \
--to=sandro.dentella@tin.it \
--cc=linux-raid@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.