From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Mrv8L-00035r-Rd for mharc-grub-devel@gnu.org; Sun, 27 Sep 2009 10:53:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mrv8K-00035m-Hs for grub-devel@gnu.org; Sun, 27 Sep 2009 10:53:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mrv8G-00032g-Rz for grub-devel@gnu.org; Sun, 27 Sep 2009 10:53:52 -0400 Received: from [199.232.76.173] (port=54188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrv8G-00032W-NN for grub-devel@gnu.org; Sun, 27 Sep 2009 10:53:48 -0400 Received: from mail-px0-f202.google.com ([209.85.216.202]:59096) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mrv8G-0005xX-7d for grub-devel@gnu.org; Sun, 27 Sep 2009 10:53:48 -0400 Received: by pxi40 with SMTP id 40so4793019pxi.24 for ; Sun, 27 Sep 2009 07:53:46 -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:x-enigmail-version:content-type; bh=t1sAGrvBI1NcjoHBUdlDh5KcAPQ9VuxMzkEctM87fTw=; b=b38xXk4cklrAyr/Znl4u0EF11VS+aB9hVpR9ozuT+khJ21z6+5/NN8qnXOd7kWB8A8 sgo+YZwijMeLHQC78O8DU6isliycbCuz2UeEWQORZd9VJqLhyehdLwlkxDZcyEoS9uJo gYwPzEPAAdxa7elzeFwGYU1DeYkw9QIjtwCpY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type; b=i7ooHySsVtKPS795Fov4/2viGQgw8LtmhPdt7eQgkNdZ/ZGPnvAy7zn5VgOA6BwEiU 0Z2KjpgYfbMgf1S45DJHS0i6e1iZpZ7PUVxxyzGwdl6Jj84x9hKObibqCUzPuN+vVw9x lwOt+5UZp25Lmi5z1gHS1j3JSHUMNpqfwTiNs= Received: by 10.115.101.27 with SMTP id d27mr3858596wam.126.1254063226671; Sun, 27 Sep 2009 07:53:46 -0700 (PDT) Received: from ?192.168.1.101? (or-71-53-71-107.dhcp.embarqhsd.net [71.53.71.107]) by mx.google.com with ESMTPS id 23sm1796827pzk.4.2009.09.27.07.53.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 27 Sep 2009 07:53:45 -0700 (PDT) Message-ID: <4ABF7C6D.8020606@gmail.com> Date: Sun, 27 Sep 2009 07:53:33 -0700 From: Dean Loros User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090926 Shredder/3.0pre MIME-Version: 1.0 To: grub-devel@gnu.org X-Enigmail-Version: 0.96a Content-Type: multipart/alternative; boundary="------------060408070902030809060702" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Current Grub2 & problem with /boot on different drive X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 14:53:52 -0000 This is a multi-part message in MIME format. --------------060408070902030809060702 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I have looked as far as I can via Google to try to get into a terminal similar to how things were done in grub. There is little to no information available--I was very fluent in how to do things with grub--I am at a loss as to achieve this in grub2. On 09/25/2009 12:36 PM, Dean Loros wrote: > Hi Vladimir-- > > I am unclear as to your meaning of "set"----I have defined /dev/sda in > console as the grub install to MBR & my /boot is in /dev/sdc1. This is > after I installed the .deb from Colin's PPA that included the patch. > So I would think that I am using your patched grub2. Please correct me > if I have not understood you. > > Cheers!!! > Dean > > On Fri, Sep 25, 2009 at 7:21 AM, Vladimir 'phcoder' Serbinenko > > wrote: > > Dean Loros wrote: > > I have installed the patched Grub2 that Colin has in his PPA & > done the > > normal updating that he requested including confirming that it is > > installed to my first drive. It is the only grub installed on my > system, > > so I feel very certain that I was using it during my timed run last > > evening. To re-confirm: > > > > dean@linux:~/Desktop$ sudo grub-install /dev/sda > > Installation finished. No error reported. > > This is the contents of the device map /boot/grub/device.map. > > Check if this is correct or not. If any of the lines is incorrect, > > fix it and re-run the script `grub-install'. > > > > (hd0) /dev/sda > > (hd1) /dev/sdb > > (hd2) /dev/sdc > > (hd3) /dev/sdd > > dean@linux:~/Desktop$ grub-install -v > > grub-install (GNU GRUB 1.97~beta3) > > > > Is there anything else you want me to check? > > > > > I already said: try "set" from grub console > > Cheers!!! > > Dean > Dean Loros autocrosser at ubuntuforums.org Performance by Design Ltd. --------------060408070902030809060702 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I have looked as far as I can via Google to try to get into a terminal similar to how things were done in grub. There is little to no information available--I was very fluent in how to do things with grub--I am at a loss as to achieve this in grub2. 


On 09/25/2009 12:36 PM, Dean Loros wrote:
Hi Vladimir--

I am unclear as to your meaning of "set"----I have defined /dev/sda in console as the grub install to MBR & my /boot is in /dev/sdc1. This is after I installed the .deb from Colin's PPA that included the patch. So I would think that I am using your patched grub2. Please correct me if I have not understood you.

Cheers!!!
Dean

On Fri, Sep 25, 2009 at 7:21 AM, Vladimir 'phcoder' Serbinenko <phcoder@gmail.com> wrote:
Dean Loros wrote:
> I have installed the patched Grub2 that Colin has in his PPA & done the
> normal updating that he requested including confirming that it is
> installed to my first drive. It is the only grub installed on my system,
> so I feel very certain that I was using it during my timed run last
> evening. To re-confirm:
>
> dean@linux:~/Desktop$ sudo grub-install /dev/sda
> Installation finished. No error reported.
> This is the contents of the device map /boot/grub/device.map.
> Check if this is correct or not. If any of the lines is incorrect,
> fix it and re-run the script `grub-install'.
>
> (hd0)    /dev/sda
> (hd1)    /dev/sdb
> (hd2)    /dev/sdc
> (hd3)    /dev/sdd
> dean@linux:~/Desktop$ grub-install -v
> grub-install (GNU GRUB 1.97~beta3)
>
> Is there anything else you want me to check?
>
>
I already said: try "set" from grub console
> Cheers!!!
> Dean

Dean Loros
autocrosser at ubuntuforums.org
Performance by Design Ltd.
--------------060408070902030809060702--