问题如下:

创建vm没有任何报错,打开控制台提示:

SeaBIOS (versio xxxxxxx)
Machine UUID xxxxxxxxxx
iPXE (http://ipxe.org) 00.03.0 C980 PCI2.10 PnP PMM

 

 

导致这个问题的原因在于centos7.3源中的qemu1.5版本低,更新一下qemu版本即可

[root@compute01 ~]# yum install -y centos-release-qemu-ev.noarch

[root@compute01 ~]# yum update -y 

 

查看更新后的版本为qemu2.6,之前是1.5

[root@compute01 ~]# virsh version
Compiled against library: libvirt 2.0.0
Using library: libvirt 2.0.0
Using API: QEMU 2.0.0
Running hypervisor: QEMU 2.6.0

 

创建虚拟机正常

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-11-05
  • 2022-12-23
猜你喜欢
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2021-05-30
  • 2021-06-11
  • 2022-01-28
相关资源
相似解决方案