no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | ubuntu_xen [2016/02/04 18:03] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Ubuntu Xen ====== | ||
+ | * [[Ubuntu]] | ||
+ | * [[Xen]] | ||
+ | |||
+ | Install the Xen hypervisor tools and kernel: | ||
+ | |||
+ | < | ||
+ | aptitude -y install xen-hypervisor-amd64 | ||
+ | </ | ||
+ | |||
+ | Download the Ubuntu 14.04 / trusty kernels to do a netboot off of, the one with the most recent updates [[http:// | ||
+ | |||
+ | Sample configuration, | ||
+ | |||
+ | < | ||
+ | kernel | ||
+ | ramdisk | ||
+ | memory | ||
+ | vcpus = 4 | ||
+ | name = ' | ||
+ | disk = [' | ||
+ | vif = [' | ||
+ | </ | ||
+ | |||
+ | Once the installation is finished, disable the '' | ||
+ | |||
+ | < | ||
+ | bootloader = ' | ||
+ | # kernel | ||
+ | # ramdisk | ||
+ | </ |