[ Ritesh Raj Sarraf ]
> On Monday 18 December 2006 12:25, Baruch Even wrote:
> > Did you load the module for your processor? you need load kvm-intel or
> > kvm-amd depending on what your CPU is.
> 
> Hmm!! I hoped the kvm module should have taken care of that.
> 
> Anyway. I manually loaded the kvm and kvm-intel module with which the ref 
> count for kvm went to 1. But still no messages in dmesg and starting the kvm 
> application complained the same message.
> 
> Also, to confirm is that my Intel process does support VT. It is a Core Duo 
> 2.0 GHz T2500 for which /proc/cpuinfo does list the vmx extension.

I have a Thinkpad T60 with a Core Duo processor and kvm is working fine
here.

If you haven't done so already, you should check to see that support is
enabled in the BIOS. The output of /proc/cpuinfo on my machine had vmx
among the list of extensions, even before enabling that feature in the
BIOS. I also had to completely power down for the changes to take effect,
(a reboot was not enough).

Another thing to watch out for is that you have read/write permissions
for /dev/kvm, (it's 0660, root:root here). You'll see the same error
message, ("Could not initialize KVM, will disable KVM support"), if
you don't have sufficient privileges.

-- 
Eric Evans
[EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

Reply via email to