Child pages
  • Xen

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TODO: better/different to install xen-linux-system instead of xen-tools?

aptitude install xen-tools

...

linux-system

...

Adjust grub so the default boot item is Xen (ref: https://xen-orchestra.com/cant-find-hypervisor-information-in-sysfs/)

dpkg-divert --divert /etc/grub.d/08_linux_xen --rename /etc/grub.d/20_linux_xen
update-grub
shutdown -r now

Test: does the  the  xen infolist  command workshow that the current system is Domain-0?

Configuration

Tool stack/kit/box

 

DomU*

Networking

Choice:

  • Bridged  Bridged  Each DomU* OS is connected to the LAN
  • Routed  Routed  Dom0 is a router between the LAN and the DomU* network interfaces
  • NATted

...

  •   Dom0 is a NATting router between the LAN and the DomU* network interfaces

 

xen-tools

Installation (domu*)

...