public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Charles R., Porter" <akachuck@cox.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] installation / grub boot problem
Date: Sun, 15 Mar 2009 13:06:03 -0700	[thread overview]
Message-ID: <49BD5FAB.1070307@cox.net> (raw)
In-Reply-To: <f209ead30903101409i2e96409ua36050f50062d4d8@mail.gmail.com>

Heping He wrote:
> Hi, I tried to install gentoo on my AMD 64 dual core machine. It has
> four 500 GB HDs. I followed the instruction on
> http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml. I
> replaced /dev/md4 with raid5 instead of raid0. Here is the list of
> each HD's partitiion:
>
> /dev/sda:
> partition #,  boot   start    end     type
> 1                  *        1        18     fd
> 2                           19       361   fd
> 3                            362     end  fd
>
> /dev/sdb
> partition #,  boot   start    end     type
> 1                           1        361     82
> 2                           362     end    fd
>
> /dev/sdc is the same to /dev/sda, and /dev/sdd = /dev/sdb
>
> I created /dev/md1, /dev/md3 and /dev/md4:
> mknod /dev/md1 b 9 1
> mknod /dev/md3 b 9 3
> mknod /dev/md4 b 9 4
>
> and then form raid:
> mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sda1 /dev/sdc1
> mdadm --create /dev/md3 --level=1 --raid-devices=2 /dev/sda2 /dev/sdc2
> mdadm --create /dev/md4 --level=5 --raid-devices=4 /dev/sda3 /dev/sdb2
> /dev/sdc3 /dev/sdd2
>
> /dev/sdb1 and /dev/sdd1 forms the swap space
>
> mount:
> mount /dev/md3 /mnt/gentoo
> mount /dev/md1 /mnt/gentto/boot
>
> /dev/md4 is for lvm2 and /usr, /home,  /opt and other common unix dir
> are created there
>
> after chroot and emerge, I issued emerge grub and modified
> /boot/grub/grub.conf
>
> default 0
> timeout 10
>
> title gentoo
> root (hd0,0)
> kernel /boot/kernel root=/dev/md3
>
> and issue grub
> grub> root (hd0,0)
> ....
> grub> setup (hd0)
> ....
> grub> root (hd2,0)
> .....
> grub> setup (hd2)
> .....
> grub> quit
>
> When I reboot, the kernel issued a panic msg: it says can't read
> /dev/md/3 or (hd2,0) is invalid device.
>
> Any idea what went wrong?
>
> Thanks in advance for any suggestion.
>
> --HH
I'm running a similar RAID setup and I found that I must add   "
root=/dev/md3 md=3,sda3,sdb3,hda3 ".    It seems that md3 must be
defined.  At least I had kernel panics until I added this.

Chuck




      parent reply	other threads:[~2009-03-15 20:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 21:09 [gentoo-user] installation / grub boot problem Heping He
2009-03-10 21:17 ` Neil Bothwick
2009-03-11 13:03   ` Heping He
2009-03-15 20:06 ` Charles R., Porter [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=49BD5FAB.1070307@cox.net \
    --to=akachuck@cox.net \
    --cc=gentoo-user@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox