WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Xen 4.0.1 on Ubuntu 10.04 LTS Desktop

To: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Subject: Re: [Xen-devel] Xen 4.0.1 on Ubuntu 10.04 LTS Desktop
From: Srujan Kotikela <ksrujandas@xxxxxxxxx>
Date: Wed, 16 Mar 2011 15:13:42 -0500
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 16 Mar 2011 13:14:40 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=0k2hugA1iIl7r8bzoQgYoOJr0BKtPl3gLMlwg+hzCuc=; b=BUPZtuaQ154Yd5omVlRAhlEy584bkw/mH6IsMoRLeeByBJqfCvROZJXM6EynTU/vZ6 I97D7u2pwFWwfVzlqVyKl24ic/rz9JWcLdYncO+bripovKCmsRXKoXswEiOspQBNt3db YLWNBSRkgi7DaohRxcLAj3Dvts42AJk3U8tyQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=VwpVhmCLRAtGBv5W8OaxCr7TZPJjm9PHBwBV62BSEvYALE9ANMlMAKeGCqlJ8mzk0H Mb7fWicjoLoZo2x1FnXygobbkECiO7zxdqAu3/Xl+5wehFJWPwt/iJnoBs67Y0eAP/gG 7P/gjCTqrDjkLbgWpbD+DwLSQ8rqWJEz5Qec8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1300304321.26078.5.camel@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTinp7_vUQdb9P4i+Oc81xW-S2vWGhQE_=G416AXY@xxxxxxxxxxxxxx> <20110316181938.GA32105@xxxxxxxxxxxx> <AANLkTikZ4ieWCjwre36+Zo7jPha0-HyLaV4h+gXo2+5t@xxxxxxxxxxxxxx> <AANLkTinRsBvqFdwm52xdL4aycr-ynOmzF9=Be_ydjbSY@xxxxxxxxxxxxxx> <1300304321.26078.5.camel@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Ian,

My bad. Correcting the grub entry did the trick. Thanks.

--
Srujan D. Kotikela


On Wed, Mar 16, 2011 at 2:38 PM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote:
Please don't top post.

On Wed, Mar 16, 2011 at 1:19 PM, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> wrote:
>
>         No. It is b/c you don't have the hypervisor (xen.gz) in your
>         grub2 file.
>         Did you install the xen toolstack?

On Wed, 2011-03-16 at 19:26 +0000, Srujan Kotikela wrote:
>
> Yes, I did.

You didn't actually boot Xen though, your log contains:

Mar 16 04:36:15 xen kernel: [    0.000000] Booting paravirtualized kernel on bare hardware

I wonder if this is because your grub stanza contains
       multiboot ....xen....
       linux ....vmlinuz....
       initrd ....initrd....
and the "linux" statement (which means boot a native Linux kernel) takes
precedence over the "multiboot" statement (which means boot a multiboot
kernel, possibly with a series of extra modules).

I think you probably need to use something of this form instead:
       multiboot ....xen....
       module ....vmlinuz....
       module ...initrd....

IOW your mistake is that the "linux" statement does not add extra
modules to a "multiboot" kernel -- it is a top level kernel loader
command thing in its own right. "module" is the correct syntax for
adding additional multiboot modules.

Ian.

>
> --
> Srujan D. Kotikela
>
>
>
>
> On Wed, Mar 16, 2011 at 1:19 PM, Konrad Rzeszutek Wilk
> <konrad.wilk@xxxxxxxxxx> wrote:
>         On Wed, Mar 16, 2011 at 12:50:27PM -0500, Srujan Kotikela
>         wrote:
>         > Hi,
>         >
>         > I tried installing Xen 4.0.1 on Ubuntu 10.04 using the
>         xen/stable a.k.a
>         > 2.6.32.32 PVOPS kernel. The installation went fine, but xend
>         is not running.
>         > I had similar issue when I tried in Ubuntu 10.10 also. Is it
>         because of the
>         > PVOPS kernel?
>
>
>         No. It is b/c you don't have the hypervisor (xen.gz) in your
>         grub2 file.
>         Did you install the xen toolstack?
>         >
>         > The log is attached.
>         >
>         >
>         > --
>         > Srujan D. Kotikela
>
>
>
>         > _______________________________________________
>         > Xen-devel mailing list
>         > Xen-devel@xxxxxxxxxxxxxxxxxxx
>         > http://lists.xensource.com/xen-devel
>
>
>
>



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel