L'installazione e' banale, ci sono solo alcuni piccoli (e fastidiosi) dettagli da ricordare.
# xen-create-image --debootstrap --hostname prova --dhcp --dist=etch --kernel=/boot/vmlinuz-2.6.16-6-xen-686 --initrd=/boot/initrd.img-2.6.16-6-xen-686
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.ISO-8859-15" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
che si risolvono creando il file /etc/environment che conterra' qualcosa del tipo:
LANG="en_US.ISO-8859-15" LANGUAGE="en_US.ISO-8859-15" LC_ALL="en_US.ISO-8859-15"
e dando poi il comando locale-gen (o dpkg-reconfigure locales)
/dev/mem: mmap: Bad address during apt-get -u dist-upgrade on my Xen domUs.