Ritesh Raj Sarraf wrote:
> 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.

You should check 2 things:

- udev: KVM uses a dynamic minor hence you need udev to create the
  device node.
  You may manually lookup major:minor in /sys/class/misc/kvm/dev, but you
  have to recheck every time because the numbers may change.
- BIOS: 'vmx' flag only means "the hardware can do it"; BIOS support
  must be present and enabled (i.e. proper microcode must be uploaded)
  in order to use it.

HTH,
Luca
-- 
"Ci sono le balle, le megaballe e le statistiche".
 Mark Twain


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to