Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Xen Hypervisor as a direct to metal hypervisor [closed]

Tags:

xen

I want to install Xen hypervisor as a bare metal hypervisor without first installing an operating system. Is this possible, everything I read seems to imply that it was, but I can only find instruction on how to install it on an existing operating system such as windows or linux. Does one need an OS simply to get it on the machine, after which it operates directly as dom 0 ?

like image 933
Richard Smith Avatar asked Feb 13 '26 00:02

Richard Smith


2 Answers

I'm reading multiple questions here so let me get at them one after the other:

1. is it possible to install Xen to any (existing) OS such as Windows or Linux?

No. Xen employs a model where it relies on a privileged Domain (Dom0 [1]) for certain services the hypervisor cannot do itself. To run more than one Guest, Dom0 must emulate certain things like the BIOS and manage shared hardware such as the sound-card.

Currently there is no way to simply Boot windows from xen, since Xen will not provide the necessary Boot parameters to the Windows bootloader (which is not multiboot[2] compatible).

2. Do you need an OS simply to get it on the machine?

No you can/could install xen directly from a Linux Live CD, then again technically this is an OS, so yes with limits.

[1] http://wiki.xen.org/xenwiki/Dom0 [2] http://www.gnu.org/software/grub/manual/multiboot/multiboot.html

like image 137
defekkt Avatar answered Feb 14 '26 15:02

defekkt


For your Question on weather Xen is a bare metal Hypervisor you can check this link
Initially I was really confused on Bare Metal Hypervisor (Even now I am not so clear) But I after I installed Citrix XEN Server and XenClient (both are proprietary) you actually can see the difference (xenclient should be installed in Windows) This will actually help you to install and control the VM's centrally. Hope I can be of some help :)

like image 41
kidd0 Avatar answered Feb 14 '26 14:02

kidd0



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!