All of lore.kernel.org
 help / color / mirror / Atom feed
* boot from xen hypervisor
@ 2017-01-24 14:45 Zvclproject Zvclproject
  2017-01-24 15:19 ` Wei Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Zvclproject Zvclproject @ 2017-01-24 14:45 UTC (permalink / raw)
  To: Xen-devel


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

Dear All,

Acutely I'm working to install the xenserver from source code but I'm still
stuck in the booting phase of the xen hypervisor I can't modify the grub of
the CENTOS the documentation is omit that in the xenproject website. Also
the dom0 installation is unclear for me.
I have followed following links

https://wiki.xenproject.org/wiki/Compiling_Xen_From_Source
https://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora
https://wiki.xen.org/wiki/Dom0_Kernels_for_Xen
https://wiki.xen.org/wiki/XenParavirtOps
https://wiki.xenproject.org/wiki/XenServer
https://wiki.xenserver.org/Category:XCP

and more than that, but unfortunately I can't continue.

Can you do a demonstration for beginner about the xen source code and the
sequence of installation it from source code.


Thank you very much

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

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: boot from xen hypervisor
  2017-01-24 14:45 boot from xen hypervisor Zvclproject Zvclproject
@ 2017-01-24 15:19 ` Wei Liu
  2017-01-24 15:38   ` Zvclproject Zvclproject
  0 siblings, 1 reply; 5+ messages in thread
From: Wei Liu @ 2017-01-24 15:19 UTC (permalink / raw)
  To: Zvclproject Zvclproject; +Cc: Wei Liu, Xen-devel

Hi

On Tue, Jan 24, 2017 at 09:45:46AM -0500, Zvclproject Zvclproject wrote:
> Dear All,
> 
> Acutely I'm working to install the xenserver from source code but I'm still
> stuck in the booting phase of the xen hypervisor I can't modify the grub of

Note that XenServer != upstream Xen.

> the CENTOS the documentation is omit that in the xenproject website. Also
> the dom0 installation is unclear for me.
> I have followed following links
> 
> https://wiki.xenproject.org/wiki/Compiling_Xen_From_Source
> https://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora
> https://wiki.xen.org/wiki/Dom0_Kernels_for_Xen
> https://wiki.xen.org/wiki/XenParavirtOps


> https://wiki.xenproject.org/wiki/XenServer
> https://wiki.xenserver.org/Category:XCP

You shouldn't need these two.

> 
> and more than that, but unfortunately I can't continue.
> 
> Can you do a demonstration for beginner about the xen source code and the
> sequence of installation it from source code.
> 
> 

Please be specific about your goals and your problems. What is not clear
in those documents?

Depending on your distribution there might be different quirks to
install Xen. 

My known working configuration is with Debian, but I believe there are
other people who use CentOS.

Wei.


> Thank you very much

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: boot from xen hypervisor
  2017-01-24 15:19 ` Wei Liu
@ 2017-01-24 15:38   ` Zvclproject Zvclproject
  2017-01-24 15:44     ` Wei Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Zvclproject Zvclproject @ 2017-01-24 15:38 UTC (permalink / raw)
  To: Wei Liu; +Cc: Xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 2236 bytes --]

Hi Wei,

I have compile xen hypervisor from source code following the procedure in
the wiki to install the xen from source code, my development environment is
centos7
uname -a
Linux myxen 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017
x86_64 x86_64 x86_64 GNU/Linux

I compile the source code then I installed it after that I need to change
the grub file of the centos such that I can boot to xen hypervisor and I
must also install the DOM0 but I can't see the boot order in the  grub as
following image depict

[image: Inline image 1]


I can't find documents that can help me to do that.

please your advises

Thanks
Tariq



On Tue, Jan 24, 2017 at 10:19 AM, Wei Liu <wei.liu2@citrix.com> wrote:

> Hi
>
> On Tue, Jan 24, 2017 at 09:45:46AM -0500, Zvclproject Zvclproject wrote:
> > Dear All,
> >
> > Acutely I'm working to install the xenserver from source code but I'm
> still
> > stuck in the booting phase of the xen hypervisor I can't modify the grub
> of
>
> Note that XenServer != upstream Xen.
>
> > the CENTOS the documentation is omit that in the xenproject website. Also
> > the dom0 installation is unclear for me.
> > I have followed following links
> >
> > https://wiki.xenproject.org/wiki/Compiling_Xen_From_Source
> > https://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_
> CentOS_Fedora
> > https://wiki.xen.org/wiki/Dom0_Kernels_for_Xen
> > https://wiki.xen.org/wiki/XenParavirtOps
>
>
> > https://wiki.xenproject.org/wiki/XenServer
> > https://wiki.xenserver.org/Category:XCP
>
> You shouldn't need these two.
>
> >
> > and more than that, but unfortunately I can't continue.
> >
> > Can you do a demonstration for beginner about the xen source code and the
> > sequence of installation it from source code.
> >
> >
>
> Please be specific about your goals and your problems. What is not clear
> in those documents?
>
> Depending on your distribution there might be different quirks to
> install Xen.
>
> My known working configuration is with Debian, but I believe there are
> other people who use CentOS.
>
> Wei.
>
>
> > Thank you very much
>
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xen.org
> > https://lists.xen.org/xen-devel
>
>

[-- Attachment #1.1.2: Type: text/html, Size: 3873 bytes --]

[-- Attachment #1.2: image.png --]
[-- Type: image/png, Size: 38373 bytes --]

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

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: boot from xen hypervisor
  2017-01-24 15:38   ` Zvclproject Zvclproject
@ 2017-01-24 15:44     ` Wei Liu
  2017-01-24 16:57       ` George Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Wei Liu @ 2017-01-24 15:44 UTC (permalink / raw)
  To: Zvclproject Zvclproject; +Cc: George Dunlap, Wei Liu, Xen-devel

Hi

Please don't top-post and please don't send screenshot to mailing list
because it consumes a lot of bandwidth (every subscriber receives a
copy). ;-)

On Tue, Jan 24, 2017 at 10:38:57AM -0500, Zvclproject Zvclproject wrote:
> Hi Wei,
> 
> I have compile xen hypervisor from source code following the procedure in
> the wiki to install the xen from source code, my development environment is
> centos7
> uname -a
> Linux myxen 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017
> x86_64 x86_64 x86_64 GNU/Linux
> 
> I compile the source code then I installed it after that I need to change
> the grub file of the centos such that I can boot to xen hypervisor and I
> must also install the DOM0 but I can't see the boot order in the  grub as
> following image depict
> 

I'm not sure if CentOS 7 comes with a Dom0-capable kernel.

Debian comes with a Dom0-capable kernel. What I normally do on Debian is
run update-grub as root. Everything is handled for me.

Also CC George who is more knowledgable about CentOS.

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: boot from xen hypervisor
  2017-01-24 15:44     ` Wei Liu
@ 2017-01-24 16:57       ` George Dunlap
  0 siblings, 0 replies; 5+ messages in thread
From: George Dunlap @ 2017-01-24 16:57 UTC (permalink / raw)
  To: Wei Liu; +Cc: George Dunlap, Zvclproject Zvclproject, Xen-devel


> On Jan 24, 2017, at 3:44 PM, Wei Liu <wei.liu2@citrix.com> wrote:
> 
> Hi
> 
> Please don't top-post and please don't send screenshot to mailing list
> because it consumes a lot of bandwidth (every subscriber receives a
> copy). ;-)
> 
> On Tue, Jan 24, 2017 at 10:38:57AM -0500, Zvclproject Zvclproject wrote:
>> Hi Wei,
>> 
>> I have compile xen hypervisor from source code following the procedure in
>> the wiki to install the xen from source code, my development environment is
>> centos7
>> uname -a
>> Linux myxen 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017
>> x86_64 x86_64 x86_64 GNU/Linux
>> 
>> I compile the source code then I installed it after that I need to change
>> the grub file of the centos such that I can boot to xen hypervisor and I
>> must also install the DOM0 but I can't see the boot order in the  grub as
>> following image depict
>> 
> 
> I'm not sure if CentOS 7 comes with a Dom0-capable kernel.

CentOS core does *not* come with a Dom0-capable kernel.  But the CentOS Virt SIG packages a dom0 kernel for use with the CentOS Virt SIG Xen packages.

You can get the kernel by installing centos-release-xen, and then doing a “yum update”.

 -George
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-24 16:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-24 14:45 boot from xen hypervisor Zvclproject Zvclproject
2017-01-24 15:19 ` Wei Liu
2017-01-24 15:38   ` Zvclproject Zvclproject
2017-01-24 15:44     ` Wei Liu
2017-01-24 16:57       ` George Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.