mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #322] Instance creation fails: "unknown OS type None" #252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matthanley on GitHub (May 26, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/322
On a new install of Debian / webvirtmgr I'm unable to create new instances:
From
/var/log/libvirt/libvirtd.log:This results in a 500 Internal Server Error. The volume is created, but the instance is not.
@retspen commented on GitHub (May 27, 2014):
Can you show you capabilities?
@matthanley commented on GitHub (May 30, 2014):
Reinstalled on a different host and it works correctly - originally attempted installation on an Atom host w/out VTx which I believe was the issue.
@tirili commented on GitHub (Oct 20, 2014):
This issue still exists. CentOS 6.5.
Message is: libvir: Domain Config error : unknown OS type None
virsh capabilities shows:
How can it being debugged?
How can a instance being created?
@retspen commented on GitHub (Oct 21, 2014):
What CPU model do you use?
@tirili commented on GitHub (Oct 21, 2014):
@retspen commented on GitHub (Oct 21, 2014):
egrep -c '(vmx|svm)' /proc/cpuinfoIf 0 it means that your CPU doesn't support hardware virtualization.
If 1 or more it does - but you still need to make sure that virtualization is enabled in the BIOS.
@tirili commented on GitHub (Oct 21, 2014):
I have it:
(I've been running VMware before on this system).
@retspen commented on GitHub (Oct 21, 2014):
How about BIOS? VMware can work without hardware virtualization.
@Nowaker commented on GitHub (Nov 6, 2014):
CentOS 6.6. In my case it's a KVM guest, but nested virtualization is enabled on the host so all should be OK.
vmxis visible on the guest.The problem is
unknown OS type None, it'svirsh capabilitieson CentOS:@Nowaker commented on GitHub (Nov 6, 2014):
There's no
<guest />invirsh capabibilities. I guess this should be better handled in the UI - if there's no<guest />, then obviously no VM can be created. A message like "Make sure your CPU has virtualization extensions, you enabled virt in BIOS or installed all required packages, e.g. qemu" would be helpful.In my case it's lack of... qemu. :) Forgot to install it. @tirili Make sure you do.