From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NvQ0c-0007tv-RG for mharc-grub-devel@gnu.org; Sat, 27 Mar 2010 03:00:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvQ0b-0007tn-Lu for grub-devel@gnu.org; Sat, 27 Mar 2010 03:00:37 -0400 Received: from [140.186.70.92] (port=48056 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvQ0a-0007te-0q for grub-devel@gnu.org; Sat, 27 Mar 2010 03:00:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvQ0T-0006wm-H1 for grub-devel@gnu.org; Sat, 27 Mar 2010 03:00:35 -0400 Received: from smtp19.orange.fr ([80.12.242.17]:47771) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvQ0R-0006vx-F0 for grub-devel@gnu.org; Sat, 27 Mar 2010 03:00:28 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1909.orange.fr (SMTP Server) with ESMTP id C2FE51C00100 for ; Sat, 27 Mar 2010 08:00:23 +0100 (CET) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1909.orange.fr (SMTP Server) with ESMTP id B15291C00178 for ; Sat, 27 Mar 2010 08:00:23 +0100 (CET) Received: from [192.168.5.100] (AOrleans-251-1-13-175.w90-19.abo.wanadoo.fr [90.19.124.175]) by mwinf1909.orange.fr (SMTP Server) with ESMTP id 72A211C00100 for ; Sat, 27 Mar 2010 08:00:23 +0100 (CET) X-ME-UUID: 20100327070023469.72A211C00100@mwinf1909.orange.fr Message-ID: <4BADAD1E.3060605@fr.oleane.com> Date: Sat, 27 Mar 2010 08:00:46 +0100 From: "info.emj@fr.oleane.com" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: The development of GNU GRUB References: <4BA7ED2A.4020608@fr.oleane.com> <4BACD843.30801@gmail.com> In-Reply-To: <4BACD843.30801@gmail.com> Content-Type: multipart/alternative; boundary="------------020009040500040400010709" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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: Sat, 27 Mar 2010 07:00:37 -0000 This is a multi-part message in MIME format. --------------020009040500040400010709 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Just a word to thanks you for your (short but) efficient answer. Le 26/03/2010 16:52, Vladimir '=CF=86-coder/phcoder' Serbinenko a =C3=A9c= rit : > info.emj@fr.oleane.com wrote: > =20 >> 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. >> >> =20 > This problem was fixed in 1.98 > =20 >> >> 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 > > =20 > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > =20 --------------020009040500040400010709 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Just a word to thanks you for your (short but) efficient answer.



Le 26/03/2010 16:52, Vladimir '=CF=86-coder/phcoder' Serbinenko a =C3=A9c= rit=C2=A0:
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

    

  
_______________________________________________ Grub-devel mailing list = Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

--------------020009040500040400010709--