kvm 二层虚拟化 失败 (虚拟机192.168.122.22 里面再次安装kvm失败)
1 | virt-install --name kvm11 --ram 1024 --vcpus=1 --file=/home/images/kvm11.qcow2 --file-size=10 --autostart --vnc --vncport=5911 --video=vga --vnclisten=0.0.0.0 --network network=default --cdrom=/home/iso/CentOS-7.iso |
会弹出以下报错
1 2 3 | WARNING KVM acceleration not available, using 'qemu' WARNING Graphics requested but DISPLAY is not set. Not running virt-viewer. WARNING No console to launch for the guest, defaulting to --wait -1 |
其中如下报错就是指系统不支持虚拟化
[https://ask.openstack.org/en/question/124246/warning-kvm-acceleration-not-available-using-qemu-error/]
1 | WARNING KVM acceleration not available, using 'qemu' |
也可以通过如下代码检测
1 | egrep -c '(vmx|svm)' /proc/cpuinfo //输出是0,代表系统不支持虚拟化 |
安装的时候通过VNC连接出现如下错误: