From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-iy0-f176.google.com (mail-iy0-f176.google.com [209.85.210.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D169DE01224 for ; Wed, 28 Sep 2011 06:21:29 -0700 (PDT) Authentication-Results: yocto-www.yoctoproject.org; dkim=pass (1024-bit key; insecure key) header.i=@gmail.com; x-dkim-adsp=none (insecure policy) Received: by iabz7 with SMTP id z7so10825144iab.35 for ; Wed, 28 Sep 2011 06:21:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=1p3mmPTLHIJW7Dwmz7rf9WxHemL8GEs6gAwlXCrVnxQ=; b=ZbS5TU1GsivoETQMTn1qGlAFDth4M1pRr598p110uzKeyWL+tKumWeZyCuDpPSsro9 decSyOZwUsOdhmo0QEira2bsl6l/qYAiL9+GMQ5UOtDZi6HCvqfNe4Bl2ioimZnzz5LB xJyV3nAhykqFJ7MEzpHN4g+ynoc42evX1wxhc= MIME-Version: 1.0 Received: by 10.68.19.100 with SMTP id d4mr44464849pbe.34.1317216088860; Wed, 28 Sep 2011 06:21:28 -0700 (PDT) Received: by 10.142.239.7 with HTTP; Wed, 28 Sep 2011 06:21:28 -0700 (PDT) Date: Wed, 28 Sep 2011 18:51:28 +0530 Message-ID: From: v sailaja To: poky@yoctoproject.org Subject: How to pull grub2 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 13:21:30 -0000 Content-Type: multipart/alternative; boundary=bcaec521601511a68904ae004592 --bcaec521601511a68904ae004592 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have built the poky source with grub-0.97 but Now i want to pull grub2. I have grub2 recipe i.e, grub_1.98.bb. If grub_0.97.bb file is there, then it is building for grub-0.97 only, so I deleted the grub_0.97.bb file from meta/recipes-bsp/ and I just changed the preferred version of grub from 0.97 to 1.98 in fishriver.conf. -REFERRED_VERSION_grub ?= "0.97" +REFERRED_VERSION_grub ?= "1.98" But i am facing an error *"ERROR: Nothing PROVIDES 'grub'".* Can anyone tell me how to resolve this error and why i am facing this error though the grub recipe is there in meta/recipes-bsp/. * * * * -- Thanks & Regards, SAI --bcaec521601511a68904ae004592 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I =A0have built the poky source with grub-0.97 but N= ow i want to pull grub2.
I have grub2 recipe i.e, grub_1.98.bb.
If grub_0.97.bb file is there, then it is buildin= g for grub-0.97 only, so=A0I deleted the=A0grub_0.97.bb=A0file from meta/recipes-bsp/ and
I just changed the=A0preferred version of grub from 0.97 to 1.98 in=A0= =A0fishriver.conf.

-REFERRED_VERSION_grub ?=3D &qu= ot;0.97"
+REFERRED_VERSION_grub ?=3D "1.98"
<= div>
But i am facing an error "ERROR: Nothing PROVIDES = 9;grub'".
Can anyone tell me how to resolve this= error and why i =A0am facing this error though the grub recipe is there in= meta/recipes-bsp/.





--
Thanks & Regards,
SAI
--bcaec521601511a68904ae004592-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 815D7E0051B for ; Wed, 28 Sep 2011 07:08:34 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 28 Sep 2011 07:08:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,456,1312182000"; d="scan'208";a="68279061" Received: from unknown (HELO [10.255.14.186]) ([10.255.14.186]) by fmsmga001.fm.intel.com with ESMTP; 28 Sep 2011 07:08:33 -0700 From: Tom Zanussi To: v sailaja In-Reply-To: References: Date: Wed, 28 Sep 2011 09:08:28 -0500 Message-ID: <1317218908.2327.10.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: "poky@yoctoproject.org" Subject: Re: How to pull grub2 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 14:08:34 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-09-28 at 06:21 -0700, v sailaja wrote: > Hi, > > > I have built the poky source with grub-0.97 but Now i want to pull > grub2. > I have grub2 recipe i.e, grub_1.98.bb. > If grub_0.97.bb file is there, then it is building for grub-0.97 only, > so I deleted the grub_0.97.bb file from meta/recipes-bsp/ and > I just changed the preferred version of grub from 0.97 to 1.98 > in fishriver.conf. > > > -REFERRED_VERSION_grub ?= "0.97" > +REFERRED_VERSION_grub ?= "1.98" > > > But i am facing an error "ERROR: Nothing PROVIDES 'grub'". > Can anyone tell me how to resolve this error and why i am facing this > error though the grub recipe is there in meta/recipes-bsp/. > Hi, It's because the grub 1.98 recipe is restricted to only x86.64 and the grub 0.97 recipe to only i.86, so fishriver will only use .97 and won't see 1.98. There's now a grub 1.99 recipe in poky/master that does both, so I'd recommend you upgrade to edison or master of both poky and meta-intel to take advantage of it. Tom > > > > > > > > > > -- > Thanks & Regards, > SAI > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pz0-f48.google.com (mail-pz0-f48.google.com [209.85.210.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 82EADE004CF for ; Thu, 29 Sep 2011 04:58:32 -0700 (PDT) Authentication-Results: yocto-www.yoctoproject.org; dkim=pass (1024-bit key; insecure key) header.i=@gmail.com; x-dkim-adsp=none (insecure policy) Received: by pzk6 with SMTP id 6so1563785pzk.7 for ; Thu, 29 Sep 2011 04:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=O+XjD9Zm5CjV92ENZtBbMrRjYkrBJp8G4iAbqEEK2FI=; b=NDmgPIUnmvuThJNV7vs2IoC4m51upViFxXJjj2oYkkDIudyYiaG1ZMAX9sdQ+YPG6y pG+Rs6ojGzWpOorkCcYaLRQXA35S+VTJyvcbzi1TxVMA91zhh2WdiVLytQNTT4hr7xaf ob2z9zt25XN7NnOJKmyvzXMNx64BpBpWEVS/A= MIME-Version: 1.0 Received: by 10.68.15.70 with SMTP id v6mr32805261pbc.85.1317297510294; Thu, 29 Sep 2011 04:58:30 -0700 (PDT) Received: by 10.142.229.6 with HTTP; Thu, 29 Sep 2011 04:58:30 -0700 (PDT) In-Reply-To: <1317218908.2327.10.camel@elmorro> References: <1317218908.2327.10.camel@elmorro> Date: Thu, 29 Sep 2011 17:28:30 +0530 Message-ID: From: v sailaja To: Tom Zanussi , poky@yoctoproject.org Subject: Re: How to pull grub2 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 11:58:32 -0000 Content-Type: multipart/alternative; boundary=bcaec520f7c52a237504ae133a15 --bcaec520f7c52a237504ae133a15 Content-Type: text/plain; charset=ISO-8859-1 Hi, I just pulled the grub_1.99.bb in poky and built it for "*fishriver"*machine. I am trying to install the image on* "Gigabyte"* machine, but it is promting an error while installing. *ERROR:* * * */usr/sbin/grub-setup: warn: This msdos-style partition label hal no post-MBR gap; embedding won't be possible!* */usr/sbin/grub-setup:warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blockclists area UNRELIABLE and their use is discouraged..* */usr/sbin/grub-setup: error:will not proceed with blocklilsts.* *Installtion image failed.* sh: can't access tty; job control truned off Please tell me is there anything I need to modify the bb file ? Does grub2 work fine with fishriver machine? -- Thanks & Regards, SAI On Wed, Sep 28, 2011 at 7:38 PM, Tom Zanussi wrote: > > On Wed, 2011-09-28 at 06:21 -0700, v sailaja wrote: > > Hi, > > > > > > I have built the poky source with grub-0.97 but Now i want to pull > > grub2. > > I have grub2 recipe i.e, grub_1.98.bb. > > If grub_0.97.bb file is there, then it is building for grub-0.97 only, > > so I deleted the grub_0.97.bb file from meta/recipes-bsp/ and > > I just changed the preferred version of grub from 0.97 to 1.98 > > in fishriver.conf. > > > > > > -REFERRED_VERSION_grub ?= "0.97" > > +REFERRED_VERSION_grub ?= "1.98" > > > > > > But i am facing an error "ERROR: Nothing PROVIDES 'grub'". > > Can anyone tell me how to resolve this error and why i am facing this > > error though the grub recipe is there in meta/recipes-bsp/. > > > > Hi, > > It's because the grub 1.98 recipe is restricted to only x86.64 and the > grub 0.97 recipe to only i.86, so fishriver will only use .97 and won't > see 1.98. > > There's now a grub 1.99 recipe in poky/master that does both, so I'd > recommend you upgrade to edison or master of both poky and meta-intel to > take advantage of it. > > Tom > > > > > > > > > > > > > > > > > > > > > -- > > Thanks & Regards, > > SAI > > > > > > > -- Thanks & Regards, SAI --bcaec520f7c52a237504ae133a15 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I just pulled the grub_1.99.bb in poky and built it for "fishriver"= machine.
I am trying to install the image on "Gigaby= te" machine, but it is promting an error while installing.

ERROR:

<= b>/usr/sbin/grub-setup: warn: This msdos-style partition label hal no post-= MBR gap; embedding won't be possible!
/usr/sbin= /grub-setup:warn: Embedding is not possible. GRUB can only be installed in = this setup by using blocklists. However, blockclists area UNRELIABLE and th= eir use is discouraged..
/usr/sbin/grub-setup: error:will not proceed with blocklilsts.
Installtion image failed.
sh: can&= #39;t access tty; job control truned off


Please tell me is there anything I need to modify the bb fil= e ?
Does grub2 work fine with fishriver machine?



--=A0
Thanks & Regards,
SAI


On Wed, S= ep 28, 2011 at 7:38 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:

On Wed, 2011-09-28 at 06:21 -0700, v sailaja wrote:
> Hi,
>
>
> I =A0have built the poky source with grub-0.97 but Now i want to pull<= br> > grub2.
> I have grub2 recipe i.e, grub_1.98.bb.
> If grub_0.97.bb = file is there, then it is building for grub-0.97 only,
> so I deleted the gru= b_0.97.bb file from meta/recipes-bsp/ and
> I just changed the preferred version of grub from 0.97 to 1.98
> in =A0fishriver.conf.
>
>
> -REFERRED_VERSION_grub ?=3D "0.97"
> +REFERRED_VERSION_grub ?=3D "1.98"
>
>
> But i am facing an error "ERROR: Nothing PROVIDES 'grub'&= quot;.
> Can anyone tell me how to resolve this error and why i =A0am facing th= is
> error though the grub recipe is there in meta/recipes-bsp/.
>

Hi,

It's because the grub 1.98 recipe is restricted to only x86.64 and the<= br> grub 0.97 recipe to only i.86, so fishriver will only use .97 and won't=
see 1.98.

There's now a grub 1.99 recipe in poky/master that does both, so I'= d
recommend you upgrade to edison or master of both poky and meta-intel to take advantage of it.

Tom

>
>
>
>
>
>
>
>
>
> --
> Thanks & Regards,
> SAI
>
>





--
Thanks &= Regards,
SAI

--bcaec520f7c52a237504ae133a15-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 591FDE004D1 for ; Thu, 29 Sep 2011 07:56:57 -0700 (PDT) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 29 Sep 2011 07:56:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,461,1312182000"; d="scan'208";a="56973097" Received: from unknown (HELO [10.255.15.24]) ([10.255.15.24]) by azsmga001.ch.intel.com with ESMTP; 29 Sep 2011 07:56:55 -0700 From: Tom Zanussi To: v sailaja In-Reply-To: References: <1317218908.2327.10.camel@elmorro> Date: Thu, 29 Sep 2011 09:56:48 -0500 Message-ID: <1317308208.2404.17.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: "poky@yoctoproject.org" Subject: Re: How to pull grub2 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 14:56:57 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-09-29 at 04:58 -0700, v sailaja wrote: > Hi, > > > I just pulled the grub_1.99.bb in poky and built it for "fishriver" > machine. > I am trying to install the image on "Gigabyte" machine, but it is > promting an error while installing. > > > ERROR: > > > /usr/sbin/grub-setup: warn: This msdos-style partition label hal no > post-MBR gap; embedding won't be possible! > /usr/sbin/grub-setup:warn: Embedding is not possible. GRUB can only be > installed in this setup by using blocklists. However, blockclists area > UNRELIABLE and their use is discouraged.. > /usr/sbin/grub-setup: error:will not proceed with blocklilsts. > Installtion image failed. > sh: can't access tty; job control truned off > > > > > Please tell me is there anything I need to modify the bb file ? > Does grub2 work fine with fishriver machine? > Hi, Looks like you're using the old recipes-core/initrdscripts/initramfs-live-install recipe and init-install.sh update that goes with it, which would avoid this problem. Those are also available in poky/master and edison. With those updates, it should work fine with the fishriver machine. Tom > > > > > > -- > Thanks & Regards, > SAI > > > > > On Wed, Sep 28, 2011 at 7:38 PM, Tom Zanussi > wrote: > > > On Wed, 2011-09-28 at 06:21 -0700, v sailaja wrote: > > Hi, > > > > > > I have built the poky source with grub-0.97 but Now i want > to pull > > grub2. > > I have grub2 recipe i.e, grub_1.98.bb. > > If grub_0.97.bb file is there, then it is building for > grub-0.97 only, > > so I deleted the grub_0.97.bb file from meta/recipes-bsp/ > and > > I just changed the preferred version of grub from 0.97 to > 1.98 > > in fishriver.conf. > > > > > > -REFERRED_VERSION_grub ?= "0.97" > > +REFERRED_VERSION_grub ?= "1.98" > > > > > > But i am facing an error "ERROR: Nothing PROVIDES 'grub'". > > Can anyone tell me how to resolve this error and why i am > facing this > > error though the grub recipe is there in meta/recipes-bsp/. > > > > > Hi, > > It's because the grub 1.98 recipe is restricted to only x86.64 > and the > grub 0.97 recipe to only i.86, so fishriver will only use .97 > and won't > see 1.98. > > There's now a grub 1.99 recipe in poky/master that does both, > so I'd > recommend you upgrade to edison or master of both poky and > meta-intel to > take advantage of it. > > Tom > > > > > > > > > > > > > > > > > > > > > -- > > Thanks & Regards, > > SAI > > > > > > > > > > > -- > Thanks & Regards, > SAI >