Xenserver 如何设置VM boot options

#1. SSH到xen物理机 
#2. 查看VM的 uuid 
xe vm-list 
#3. 设置VM的BIOS 
xe vm-param-set uuid={vm uuid} HVM-boot-policy="BIOS order"
#4. 设置VM的BIOS启动项 
xe vm-param-set uuid={vmuuid} HVM-boot-params:order="dc"
#5. 在xenserver客户端中查看虚拟机 boot options,已经可以修改 

  

posted @ 2018-10-09 12:02  MR__Wang  阅读(695)  评论(0编辑  收藏  举报