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

  

相关文章:

  • 2022-12-23
  • 2021-10-05
  • 2021-09-10
  • 2021-08-20
  • 2021-12-05
  • 2021-08-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-05-18
相关资源
相似解决方案