Hi list! :) First at all, I apologize if my english is not perfect, I know i'm not the only non-english speak on list, but I apologize any way jeje :P I'm trying to install XEN for first time on my gentoo desktop machine. my hardware specs to take into consideration are: i7 proccessor - 4GB ram SDD disk parted using GPT EFI mother. But also supports boot like BIOS. I'm following the guide from wiki for firsts steeps [1], but having in consideration the xen doc [2] and arch wiki [3]. The question is that I'm having 2 problems :/ First: I installed xen, and xen-tools. But I don't know why now I cant recompile xen-tools ._. The output is [tmp1]. I just can see a "econf failed", but I cant find how to fix it. My emerge --info '=app-emulation/xen-tools-4.3.1-r5::gentoo' is [tmp2] emerge -pqv '=app-emulation/xen-tools-4.3.1-r5::gentoo' is [tmp3] /var/tmp/portage/app-emulation/xen-tools-4.3.1-r5/temp/build.log [tmp4] /var/tmp/portage/app-emulation/xen-tools-4.3.1-r5/temp/environment[tmp5] But really, this is my minor problem :/ XEN does not work at all :P I re-emerged all my system with emerge -e world, compiled my kernel, and configured grub. The system looks like starts with XEN. (When I boot the system, shows something about XEN that I cant read, and next starts loading the kernel). Once in the system, I try to make a xm list, xm show and also I try to execute xend from a console. But every one says: Traceback (most recent call last): File "/usr/sbin/xend", line 36, in from xen.xend.server import SrvDaemon ImportError: No module named xen.xend.server Looks like XEN can't find the modules, but I cant find where XEN stores it :/ I made a find / xen.xend and this give me 0 results. maybe this wasn't installed? My .config from kernel is [configKernel] and my [grub.cfg] I don't know what more info I can post, anything you need, ask me ;) I hope somebody could help me please. Thank you for read! :) [1] https://wiki.gentoo.org/wiki/Xen [2] http://wiki.xenproject.org/wiki/Xen_Beginners_Guide [3] https://wiki.archlinux.org/index.php/xen