Bug 212090

Summary: Xen Fully-virtualized guest creation failed
Product: [Fedora] Fedora Reporter: Tomi Malkki <tomi.malkki>
Component: xenAssignee: Xen Maintainance List <xen-maint>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: urgent Docs Contact:
Priority: medium    
Version: 6CC: bstein, katzj
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-25 00:13:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
xm info
none
xend.log
none
cpuinfo none

Description Tomi Malkki 2006-10-24 23:12:17 UTC
When trying to create fully virtualized guest and click "Finish" - raises ERROR:
virDomainCreateLinux() failed

Have tryed with Normal disk partition and Simple File

Also have tryed ISO Image and CD-ROM as boot media

Attached some information

Comment 1 Tomi Malkki 2006-10-24 23:12:17 UTC
Created attachment 139283 [details]
xm info

Comment 2 Tomi Malkki 2006-10-24 23:13:34 UTC
Created attachment 139284 [details]
xend.log

Comment 3 Tomi Malkki 2006-10-24 23:14:57 UTC
Created attachment 139285 [details]
cpuinfo

Comment 4 Daniel Berrangé 2006-10-24 23:49:53 UTC
The last line in the log file shows:

XendError: Error creating domain: HVM guest support is unavailable: is VT/AMD-V
supported by your CPU and enabled in your BIOS?


Since your CPU info shows prescence of the 'vmx' flag, this must mean VT is not
enabled in your BIOS.

You can verify this by looking at the contents of
/sys/hypervisor/properties/capabilities   - if there are no 'hvm-*' capabilities
listed, then the BIOS has disabled VT.