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
|