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,已经可以修改 

  

原文地址:https://www.cnblogs.com/xzlive/p/9759581.html