All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vince W." <listacct1@lvwnet.com>
To: linux-raid@vger.kernel.org
Subject: Re: grub-install to mdp-style RAID1 array?
Date: Sun, 26 Mar 2006 11:40:04 -0500	[thread overview]
Message-ID: <4426C3E4.1070304@lvwnet.com> (raw)
In-Reply-To: <44269E72.209@lvwnet.com>

Vince W. wrote:
> 
> The command I used to create the array was:
> 
> # mdadm --create /dev/mdpraid --auto=mdp --level=1 --raid-devices=2 
> /dev/hdi /dev/hdk
 >
 > running interactive grub shell:
> 
>     GNU GRUB  version 0.95  (640K lower / 3072K upper memory)
> 
>  [ Minimal BASH-like line editing is supported.  For the first word, TAB
>    lists possible command completions.  Anywhere else TAB lists the 
> possible
>    completions of a device/filename.]
> 
> grub> device (hd0) /dev/mdpraid
> 
> grub> root (hd0,  <- tab completion attempt to see what it will say:
>  Possible partitions are:
>    Partition num: 0,  Filesystem type is ext2fs, partition type 0x83
>    Partition num: 1,  Filesystem type unknown, partition type 0x82
>    Partition num: 2,  Filesystem type is ext2fs, partition type 0x83
> 
> grub> root (hd0,0)
>  Filesystem type is ext2fs, partition type 0x83
> 
> grub> setup
> 
> Error 11: Unrecognized device string
> 

Uh, turns out I wasn't using the right syntax....

typing this instead worked:

grub> setup (hd0)

I can now boot from the partitioned MD device.  woo-hoo!

Now to see if I can pull the 1st drive and boot from the 2nd drive in 
the array.

Vince

      reply	other threads:[~2006-03-26 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-26 14:00 grub-install to mdp-style RAID1 array? Vince W.
2006-03-26 16:40 ` Vince W. [this message]

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=4426C3E4.1070304@lvwnet.com \
    --to=listacct1@lvwnet.com \
    --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.