|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Problem with VT Enablement
Hi,
i just got a brand new IBM/Lenovo ThinkVista
System with a Pentium D and installed fedora on it to use xen. i enabled
the VT Stuff in the bios and the CPU has vmx capabilities. output of 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
if i now try to start a vmx domain i
get an error and found the following entry in 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!
for me it looks like xen can't find
the vt extension on this box ..
any hints ??
Sven
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|