From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NvBqA-0005hr-Q0 for mharc-grub-devel@gnu.org; Fri, 26 Mar 2010 11:52:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvBq9-0005h8-7i for grub-devel@gnu.org; Fri, 26 Mar 2010 11:52:53 -0400 Received: from [140.186.70.92] (port=37462 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvBq7-0005gN-UE for grub-devel@gnu.org; Fri, 26 Mar 2010 11:52:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvBq6-0004wF-Mo for grub-devel@gnu.org; Fri, 26 Mar 2010 11:52:51 -0400 Received: from mail-bw0-f219.google.com ([209.85.218.219]:43469) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvBq6-0004vy-Gy for grub-devel@gnu.org; Fri, 26 Mar 2010 11:52:50 -0400 Received: by bwz19 with SMTP id 19so317682bwz.26 for ; Fri, 26 Mar 2010 08:52:49 -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=cSKdFSiUcTReIxfNJzUc37EtxbWaP6gIVBGUyJZ5amA=; b=Fj4bKDN0pY8iJfj4D5oofbIQM2DUYdIoL8imXD5GY1bGwrkvkZl3P/i44LnTNf9w5e sK7Ifv4Y4WmDkBFQGDWQxj0zjYFxXtBWHvDkUwPGt8xj6/vwbu7xu73AEqOg70kWB3uN Vxr9uvM00QGDh0XISxNbZsRELeq9MidnQC1U0= 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=wRThHBG0NPXZEmHirIowrQBlnWNmw7b8raiMCF1EILkbKKm1qWP4Dgm969Cuq6EBl8 1oit7cUg/X5Cs+uArYarw/GuTnTu+winmlvt0adIl+pjseEmeWURAampsKUxX5VsvxVV BE3dwBSSU2xOYBc4+U1k09WNjYwQFkeVsLO5U= Received: by 10.204.38.71 with SMTP id a7mr1270199bke.159.1269618769249; Fri, 26 Mar 2010 08:52:49 -0700 (PDT) Received: from debian.bg45.phnet (gprs29.swisscom-mobile.ch [193.247.250.29]) by mx.google.com with ESMTPS id 14sm612396bwz.10.2010.03.26.08.52.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Mar 2010 08:52:47 -0700 (PDT) Message-ID: <4BACD843.30801@gmail.com> Date: Fri, 26 Mar 2010 16:52:35 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <4BA7ED2A.4020608@fr.oleane.com> In-Reply-To: <4BA7ED2A.4020608@fr.oleane.com> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig0ECFF7CDA2511EFF18284272" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: GRUB2 and software RAID1 = insmod linux 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: Fri, 26 Mar 2010 15:52:53 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0ECFF7CDA2511EFF18284272 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable info.emj@fr.oleane.com wrote: > > Hello list, > > it's not a devel question, but seems this is a not-so-bad place to > expose my problem. Searching with google and inside this list's > archives didn't gave me any clue. > > I want: Debian Lenny + GRUB2 + RAID1 on boot+root partition > > With GRUB legacy I do: > root (hd0,0) > setup (hd0) > setup (hd1) > and everything works fine. I can boot nearly in every cases (inverted > disks, disconnect disk, and some other weird things). Nice. > > With GRUB 2 I do: > grub-install /dev/sda # from the right /dev/md0 partition > and when I reboot I have "error: cannot find C/H/S values". > I just type "insmod linux" then "normal" then wizzzzz the system is > loaded correctly. > I tested with GRUB_PRELOAD_MODULES=3D"linux" in /etc/default/grub then > update-grub but this didn't corrected the problem (obvious for me, but > I may be wrong, so I tested). > > note: I tested with GRUB2 1.96 and 1.97 from the Debian Lenny regular > repository and backport. > This problem was fixed in 1.98 > > > My question: how can I explain to GRUB2 I don't want to type "insmod > linux" and "normal" ? > > > > The next step will be to install GRUB2 on both disks to allow booting > from either one. > > And my final step will be to write a small GRUB2-RAID howto nicely > fited for GRUB2's wiki. Because hey, sparse documentation :-) > > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig0ECFF7CDA2511EFF18284272 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 iF4EAREKAAYFAkus2EoACgkQNak7dOguQgnmjAEAgIp5JmY32eUHFjKbaYFiNEtm Cx+XD18mTth5neA5eJYA/Rg0hEOuGm4p5EPxBFIt3yfXuVxyRWm3LFhh2sRodZer =PsJk -----END PGP SIGNATURE----- --------------enig0ECFF7CDA2511EFF18284272--