xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Onkar Mahajan <kern.devel@gmail.com>
To: "Pasi Kärkkäinen" <pasik@iki.fi>
Cc: bderzhavets@yahoo.com,
	Joseph Coleman <joe.coleman@infinitecampus.com>,
	"xen-users@lists.xensource.com" <xen-users@lists.xensource.com>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: Re: Re: [Xen-tools] Unable to start xend
Date: Wed, 31 Mar 2010 21:25:06 +0530	[thread overview]
Message-ID: <u2m686a81951003310855qcc820d82yafdc4d9e1eda5c56@mail.gmail.com> (raw)
In-Reply-To: <20100331151153.GO1878@reaktio.net>


[-- Attachment #1.1: Type: text/plain, Size: 2450 bytes --]

So that means that I am able to boot completely the dom0 right ??

On Wed, Mar 31, 2010 at 8:41 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:

> On Wed, Mar 31, 2010 at 08:12:27PM +0530, Onkar Mahajan wrote:
> >    On Wed, Mar 31, 2010 at 7:49 PM, Konrad Rzeszutek Wilk
> >    <[1]konrad.wilk@oracle.com> wrote:
> >
> >      On Wed, Mar 31, 2010 at 12:45:02PM +0530, Onkar Mahajan wrote:
> >      > Please confirm if I am right :
> >      >
> >
> >      Aaah, you are using GRUB2, not GRUB!
> >      > #!/bin/sh
> >      >
> >      > cat << EOF
> >      > menuentry "Xen 3.5 / Ubuntu, 2.6.31.6-xen1" {
> >      >     insmod ext2
> >      >     set root=(hd0,1)
> >      >     multiboot /boot/xen-3.5.gz <- This is the Xen VMM proper ???
> >
> >      Yup
> >      >     module /boot/vmlinuz-2.6.31.6-xen1 dummy=dummy dom0_mem=1024M
> >      > root=/dev/sda1 ro <- This is linux kernel with pvops right ???
> >
> >      Yup. I would suggest you add 'console=hvc0' so you can see the
> output.
> >      >     module /boot/initrd.img-2.6.31.6-xen1
> >      > }
> >      >
> >      > EOF
> >      >
> >      > so in my case , I have compiled Linux kernel containing pvops ;
> Now ,
> >      I also
> >      > need Xen VMM ?? right ??
> >
> >      Yes. But from your /boot/grub/menu.lst it looks that you do have the
> >      xen-3.5.gz compiled?
> >
> >    No , this is just the copy-paste from
> >    [2]
> http://virtually-a-machine.blogspot.com/2009/12/experimental-xen-and-ubuntu-part-2.html
> >    I don't have the xen-3.5.gz  compiled . (just for my understanding )
> >    Neither do i know how to compile it
> >    for the pvops kernel (2.6.31.6) that I am using.
> >    Can you shed some light as to how I can generate the xen.gz image ,
> Please
> >    note that
> >    I have CONFIG_XEN_DOM0=y set in my .config file.
> >    I have attached the .config and menu.lst file for your reference.
> >
> >    What is the significance of   CONFIG_XEN_DOM0=y ?
>
> It'll make the kernel to be able to run as Xen Dom0.
>
> > does is generate dom0 image as well ? If yes where ??
> >
>
> xen.gz is Xen hypervisor, and it's totally separate piece of software.
> Xen hypervisor is not included in the Linux kernel, it's a separate
> download
> from xen.org.
>
> Xen hypervisor 4.0.0-rc9 is available from this mercurial repository:
> http://xenbits.xen.org/xen-4.0-testing.hg
>
> -- Pasi
>
>

[-- Attachment #1.2: Type: text/html, Size: 3447 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

  reply	other threads:[~2010-03-31 15:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-30 16:38 Unable to start xend Onkar Mahajan
2010-03-30 17:03 ` [Xen-tools] " Joseph Coleman
2010-03-30 17:09   ` Onkar Mahajan
2010-03-30 17:25     ` Konrad Rzeszutek Wilk
2010-03-30 17:46       ` [Xen-devel] " Onkar Mahajan
2010-03-30 17:58         ` Konrad Rzeszutek Wilk
2010-03-31  7:15           ` Onkar Mahajan
2010-03-31 14:19             ` Konrad Rzeszutek Wilk
2010-03-31 14:41               ` Pasi Kärkkäinen
2010-03-31 14:42               ` [Xen-devel] " Onkar Mahajan
2010-03-31 15:11                 ` Pasi Kärkkäinen
2010-03-31 15:55                   ` Onkar Mahajan [this message]
2010-03-31 15:14                 ` [Xen-users] " Boris Derzhavets
2010-03-30 18:07         ` Boris Derzhavets
2010-03-30 18:13           ` [Xen-devel] " Konrad Rzeszutek Wilk
  -- strict thread matches above, loose matches on Subject: below --
2010-03-30 19:01 Boris Derzhavets

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u2m686a81951003310855qcc820d82yafdc4d9e1eda5c56@mail.gmail.com \
    --to=kern.devel@gmail.com \
    --cc=bderzhavets@yahoo.com \
    --cc=joe.coleman@infinitecampus.com \
    --cc=konrad.wilk@oracle.com \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).