Package: xen

Version: 4.8.1

OS : Debian Jessie 8.8 (stable), testing repository enabled in sources.list to download xen-4.8.1



I'm trying to install xen with XSM Flask module on.

Following, the instructions I did :

    1. apt-get build-dep xen
    2. apt-get source xen
    3. cd xen-4.8.1
    4. vim.tiny Configure.mk (and added XSM_ENABLE ?=y and FLASK_ENABLE
       ?=y)
    5. make clean
    6. ./configure --enable-xen --enable-tools --enable-xsm
    7. make
    8. make install
    9. update grub
   10. reboot

After the reboot, debian with hypervisor starts but I'm unable to launch xl command and xenstore-ls gives no answer.

Am I missing something ?

Regards,

Hervé


/uname -a /: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux

Reply via email to