首页 > 系统服务 > 详细

Cannot install ubuntu or other linux flavours on citrix Xen server

时间:2014-09-03 12:58:56      阅读:277      评论:0      收藏:0      [点我收藏+]

Citrix Xen sucks!

When u try to install linux stuff on its Xen servers, u will get an error complaining errors like below:

......the bootloader for this VM returned an error -- did the VM installation succeed? INVALID_SOURCE Unable to access a required file in the specified repository: file:///tmp/cdrom-repo-GlSDP2/install/vmlinuz.

This is a bug of xen and the real cause is the missing boot order config for the new vm instance.

 

We can fix it this way(http://discussions.citrix.com/topic/237726-unable-to-install-linux-guest/):

 

root@xcpBlade1 ~# xe vm-param-list uuid=92497771-078b-8977-4ec0-0243515d924d| grep HVM-boot 
HVM-boot-policy ( RW): 
HVM-boot-params (MRW): 

root@xcpBlade1 ~# xe vm-param-set uuid=92497771-078b-8977-4ec0-0243515d924d HVM-boot-policy=BIOS\ order HVM-boot-params:order="dc" 

root@xcpBlade1 ~# xe vm-param-list uuid=92497771-078b-8977-4ec0-0243515d924d| grep HVM-boot 
HVM-boot-policy ( RW): BIOS order 
HVM-boot-params (MRW): order: dc

 

and bang! problem solved

Cannot install ubuntu or other linux flavours on citrix Xen server

原文:http://www.cnblogs.com/rickiedu/p/3953351.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!