| http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=759
           Summary: unable to create a HVM domain on a HVM capable System
           Product: Xen
           Version: unstable
          Platform: x86
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HVM
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: oehmes@xxxxxxxxxxxxxx
I try to create a HVM capable Domain on a new bought System from IBM.
I have a VT enbaled CPU and i have activated vt in the BIOS option.
i did a compile from the latest unstable tree and also used procompiled
packages from fedora. with both i have no luck .
i always get the following error  VmError: Not an HVM capable platform, we stop
creating! 
full xend-debug.log :
Traceback (most recent call last): 
  File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line
77, in op_create 
    dominfo = self.xd.domain_create(config) 
  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 228, in
domain_create 
    dominfo = XendDomainInfo.create(config) 
  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 194,
in create 
    vm.initDomain() 
  File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line
1268, in initDomain 
    self.info['device']) 
  File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 44, in create 
    return findImageHandlerClass(imageConfig)(vm, imageConfig, deviceConfig) 
  File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 74, in
__init__ 
    self.configure(imageConfig, deviceConfig) 
  File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 267, in
configure 
    raise VmError("Not an HVM capable platform, we stop creating!") 
VmError: Not an HVM capable platform, we stop creating! 
output of cat /proc/cpuinfo :
cat /proc/cpuinfo 
processor       : 0 
vendor_id       : GenuineIntel 
cpu family      : 15 
model           : 6 
model name      : Intel(R) Pentium(R) D CPU 3.00GHz 
stepping        : 4 
cpu MHz         : 2992.740 
cache size      : 2048 KB 
fdiv_bug        : no 
hlt_bug         : no 
f00f_bug        : no 
coma_bug        : no 
fpu             : yes 
fpu_exception   : yes 
cpuid level     : 6 
wp              : yes 
flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush
dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx
est cid cx16 xtpr lahf_lm 
bogomips        : 7486.51 
processor       : 1 
vendor_id       : GenuineIntel 
cpu family      : 15 
model           : 6 
model name      : Intel(R) Pentium(R) D CPU 3.00GHz 
stepping        : 4 
cpu MHz         : 2992.740 
cache size      : 2048 KB 
fdiv_bug        : no 
hlt_bug         : no 
f00f_bug        : no 
coma_bug        : no 
fpu             : yes 
fpu_exception   : yes 
cpuid level     : 6 
wp              : yes 
flags           : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush
dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx
est cid cx16 xtpr lahf_lm 
bogomips        : 7486.51 
one strange thing i see in xm dmesg is :
(XEN) VMX disabled by Feature Control MSR
it looks like xen doesn't find the vmx extension ??
-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
 |