From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Oe7bj-0003oD-U8 for mharc-grub-devel@gnu.org; Wed, 28 Jul 2010 10:27:43 -0400 Received: from [140.186.70.92] (port=36946 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe7bh-0003o8-0j for grub-devel@gnu.org; Wed, 28 Jul 2010 10:27:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oe7bf-00064Q-Qp for grub-devel@gnu.org; Wed, 28 Jul 2010 10:27:40 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:57967) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oe7bf-00064H-L8 for grub-devel@gnu.org; Wed, 28 Jul 2010 10:27:39 -0400 Received: by fxm20 with SMTP id 20so1393826fxm.0 for ; Wed, 28 Jul 2010 07:27:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=qs/lPSzG71omLjNha4ZdAhDttW3VIuWftsL1ENzkmoA=; b=kWvKvr3osRruURcGgY0glT3Tnhvua8a4kX4cg7OuDZPSPBin+mGpsriyOn3iWmXAhK FZrBHA9MBRCH+gDgMJrBKOvcd0N28Vb3yCE2tcdY1oM2Cj7qrzE1XG472qVNDhAhQX3F G/laXUqXSN0x3lygvPlOtRyOUKHdyxU5UZ0+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=DyQZ6q5xsK0HzJGXFRFiCW4TyBg2ErY03vveHewvVKYEvJlwVQcBVnEYEPdo2+Sz1K jzc7tx8Y+xbfjBdwFDcQQNKRFp3fCociizj78+p9mVzji4JjEkz6AeMven2FB8CHR2xr qtyXQdAMPGHSG5iyd9f5oyWTVRuXlm4Athls8= Received: by 10.223.104.70 with SMTP id n6mr9974255fao.104.1280327257727; Wed, 28 Jul 2010 07:27:37 -0700 (PDT) Received: from debian.bg45.phnet (vpn-global-165-dhcp.ethz.ch [129.132.211.165]) by mx.google.com with ESMTPS id r10sm2595450faq.5.2010.07.28.07.27.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Jul 2010 07:27:34 -0700 (PDT) Message-ID: <4C503E55.7030300@gmail.com> Date: Wed, 28 Jul 2010 17:27:33 +0300 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 MIME-Version: 1.0 To: grub-devel@gnu.org References: <20100722212326.GJ2632@caffeine.csclub.uwaterloo.ca> <4C492F0B.6020701@gmail.com> <20100723135737.GK2632@caffeine.csclub.uwaterloo.ca> <20100723153925.GL2632@caffeine.csclub.uwaterloo.ca> <4C49CB17.5040307@gmail.com> <20100723173608.GM2632@caffeine.csclub.uwaterloo.ca> <20100723175634.GO2632@caffeine.csclub.uwaterloo.ca> <20100723183548.GQ2632@caffeine.csclub.uwaterloo.ca> <20100723200256.GR2632@caffeine.csclub.uwaterloo.ca> In-Reply-To: <20100723200256.GR2632@caffeine.csclub.uwaterloo.ca> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig8AD115CB836AA96FCD0135E9" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: grub2 on power6 box. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2010 14:27:43 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8AD115CB836AA96FCD0135E9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/23/2010 11:02 PM, Lennart Sorensen wrote: > So how would one explain to grub-install that it needs part_msdos when > the partition tables that the md devices are running on are of type msd= os? > How would one make it automatically add the correct prefix (since it > needs either (hd,msdos#)/boot/grub or (md0)/boot/grub or similar added > instead of the default)? And of course finally it would have to dd to > the target device, rather than just create a file and try to make the > firmware boot that file. The boot device also has to be the full disk > on the IBM, not a disk,partition,file combination. > =20 Normally it should be all autodetected. Could you file a bug report for this? Could you tell the commands to reproduce it? I have a PPC box but it has only one disk but a mdraid on partitions should do it. > But hey, at least it can work with a bit of manual work. > > Thanks for the hints everyone. > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig8AD115CB836AA96FCD0135E9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAkxQPlUACgkQNak7dOguQgmPkgEAmu68APjhV7E6ATknCJmL+Ulg gykiHhCvUU1R9KUQEJgBAIh+q26V8ewcfOtEEI0hpYtLTqxkAUdCnwJpeejm281T =nN9h -----END PGP SIGNATURE----- --------------enig8AD115CB836AA96FCD0135E9--