All of lore.kernel.org
 help / color / mirror / Atom feed
From: "K. Posern" <quickhelp@gmail.com>
To: gabe peters <gabe.peters@gmail.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: getting a linux boot loader (preferably grub) installed on an intel imsm raid
Date: Sat, 21 Aug 2010 16:44:37 -0400	[thread overview]
Message-ID: <4C703AB5.5040605@gmail.com> (raw)
In-Reply-To: <AANLkTimXLWC5RzNQgJ_M9aY4Lmy30tZOVmWX_pmjzyCJ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1668 bytes --]

Hi Gabe,

On 21/08/10 03:53, gabe peters wrote:
 > Any insight will be welcome, I suppose this message amounts to nothing
 > more than a simple "me, too!" though!

I got it working! Thanks to the *great* support of phcoder from the 
grub2 community!

He developed a patch that allows the user a sane way to override 
auto-detection mechanisms by supplying right device.map. It should get 
merged to bzr in the next couple of days :) (it is not yet ideally 
coded, but works :)

--> Basically allowing me to use /dev/md126 (the imsm Volume) as a grub 
device, even though grub can't assemble it --> hence to use the int13 
OROM assembled version of the raid-0 :)

If you want to give it a try:
     # http://www.gnu.org/software/grub/grub-download.en.html
     bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub
     # Apply this patch: http://pastebin.com/raw.php?i=tgfqp9Hn
     # e.g. download it to file "phcoder.patch"
     # and run cat phcoder.patch|patch -p 0 in the "grub" directory that 
you received by the bzr command

     # I think without any parameters it should be fine:
     ./configure
     make
     # this command triggered for me that /boot/grub got populated:
     # for me /dev/mdYOURVOLUME was /dev/md126 (the imsm Volume)
     ./grub-probe /dev/mdYOURVOLUME
     # make sure that /boot/grub/device.map contains:
	(hd0) /dev/mdYOURVOLUME
     ./grub-probe /dev/mdYOURVOLUME -v
     ./grub-probe -t partmap /boot -v
     # until know we changed NOTHING...
     # ... so if you can also do this:
     ./grub-install /dev/mdYOURVOLUME
     reboot

Hope this helps you as well.


Best,

Knuth


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3644 bytes --]

  reply	other threads:[~2010-08-21 20:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-21  7:53 getting a linux boot loader (preferably grub) installed on an intel imsm raid gabe peters
2010-08-21 20:44 ` K. Posern [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-19  4:56 K. Posern
2010-08-19 17:49 ` Jiang, Dave
2010-08-19 18:32   ` K. Posern
2010-08-19 21:40     ` Jiang, Dave
2010-08-19 22:29       ` K. Posern
2010-08-19 22:44         ` Jiang, Dave
2010-08-20  0:46         ` Jiang, Dave
2010-08-20  1:15           ` K. Posern

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=4C703AB5.5040605@gmail.com \
    --to=quickhelp@gmail.com \
    --cc=gabe.peters@gmail.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.