码迷,mamicode.com
首页 > 其他好文 > 详细

xen 4.3.0 创建Guest OS遇到的一些问题

时间:2014-10-03 01:40:33      阅读:452      评论:0      收藏:0      [点我收藏+]

标签:io   os   ar   for   strong   sp   2014   问题   c   

1.physical machine: Centos 6.5

   Xen Version: xen 4.3.0

   Guest OS Version: Centos 6.5

2. After finishing the configuration file for Guest OS, we should use xl command

    to create a virtual machine as following:

 xl create xxx.cfg

   xxx.cfg represents condiguration file for Guest OS which you want to create.

   When this command is executing, there is an error message showing like this:

   Traceback (most recent call last):

    File "/usr/lib/xen/bin/pygrub", line 20, in <module>

    import xen.lowlevel.xc ImportError: No module named xen.lowlevel.xc

    We can rebuild and install xen kernel to resolve this problem, but I do not know the

    essential reason caused this error.

    To rebuild xen 4.3.0 kernel: make dist PYTHON_PREFIX_AGR=

    To reinstall xen 4.3.0 kernel: make install PYTHON_PREFIX_ARG=

 

10/2/2014

xen 4.3.0 创建Guest OS遇到的一些问题

标签:io   os   ar   for   strong   sp   2014   问题   c   

原文地址:http://www.cnblogs.com/miaoyong/p/4004567.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!