Displaying 2 results from an estimated 2 matches for "humblec".
Did you mean:
humble
2013 Aug 25
4
The error for creating a new vm for kvm
I checked the capabilities. I do not know why the guest is only for vbox.
<guest>
<os_type>hvm</os_type>
<arch name='i686'>
<wordsize>32</wordsize>
<domain type='vbox'>
</domain>
</arch>
</guest>
I want it run qemu-kvm. and when i run virsh define
/etc/libvirt/qemu/demo.xml. It shows error:
2013 Aug 26
0
Fwd: The error for creating a new vm for kvm
...> |
> | I want it run qemu-kvm. and when i run virsh define
> | /etc/libvirt/qemu/demo.xml. It shows error: Failed to define domain from
> | /etc/libvirt/qemu/demo.xml
> | error: unknown OS type hvm
>
> Any of the possibility listed here can contribute that error..
> http://humblec.com/error-libvirt-unknown-os-type-hvm/
>
> |
> | Then I use virsh-install --prompt to install kvm guest, it shows error:
> | libvirtError: this function is not supported by the connection driver:
> | virConnectNumOfDefinedStoragePools
> |
> | I really do not know how to do, ple...