no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | gentoo_xen [2016/05/02 16:40] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Gentoo Xen ====== | ||
+ | * [[Xen]] | ||
+ | * [[xl]] | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | Kernel configuration for Xen domain0: | ||
+ | |||
+ | < | ||
+ | Processor type and features | ||
+ | [*] Linux guest support | ||
+ | [*] | ||
+ | [*] Xen guest support | ||
+ | [*] | ||
+ | [*] | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Power management and ACPI options | ||
+ | [*] ACPI (Advanced Configuration and Power Interface) Support | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Bus options (PCI etc.) ---> | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | [*] Networking support ---> | ||
+ | | ||
+ | < | ||
+ | [*] Network packet filtering framework (Netfilter) ---> | ||
+ | [*] Advanced netfilter configuration | ||
+ | [*] | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Device Drivers | ||
+ | | ||
+ | [*] Xen Hypervisor Console support | ||
+ | [*] Xen Hypervisor Multiple Consoles support | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Device Drivers | ||
+ | [*] Block devices | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Device Drivers | ||
+ | Input device support | ||
+ | [*] Miscellaneous devices | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Device Drivers | ||
+ | [*] Network device support | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Device Drivers | ||
+ | | ||
+ | Frame buffer Devices | ||
+ | <*> Xen virtual frame buffer support | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Device Drivers | ||
+ | Xen driver support | ||
+ | [*] Xen memory balloon driver | ||
+ | | ||
+ | < | ||
+ | [*] Backend driver support | ||
+ | < | ||
+ | | ||
+ | [*] Create xen entries under / | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | [*] Xen platform mcelog | ||
+ | [*] Xen symbols | ||
+ | </ | ||
+ | |||
+ | You can install '' | ||
+ | |||
+ | < | ||
+ | emerge xen-pvgrub xen-tools xen | ||
+ | </ | ||
+ | |||
+ | Once you've emerged the packages, there will be a '' | ||
+ | |||
+ | A sample GRUB legacy configuration: | ||
+ | |||
+ | < | ||
+ | title Xen Gentoo Linux 4.1.12 | ||
+ | root (hd0,0) | ||
+ | kernel / | ||
+ | module / | ||
+ | </ | ||
+ | |||
+ | Update the Xen services to start on boot: | ||
+ | |||
+ | < | ||
+ | rc-update add xencommons default | ||
+ | rc-update add xenconsoled default | ||
+ | rc-update add xenstored default | ||
+ | </ | ||
+ | |||
+ | If you want Xen domains to start on boot, put the configuration files in ''/ | ||
+ | |||
+ | < | ||
+ | ln -s / | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | rc-update add xendomains default | ||
+ | </ | ||
+ | |||
+ | Update ''/ | ||
+ | |||
+ | < | ||
+ | c0: | ||
+ | </ | ||
+ | |||
+ | Reload your new inittab: | ||
+ | |||
+ | < | ||
+ | telinit q | ||
+ | </ |