WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: microcore64 3.8.4, kvm, qemu, could not access KVM kernel module  (Read 4575 times)

Offline redwolf

  • Newbie
  • *
  • Posts: 20
I'm trying to run qemu-system-x86_64 with the -enable-kvm option, but I'm getting the error "Could not access KVM kernel module: No such file or directory" "failed to initialize KVM"

I'm using microcore64 3.8.4 and have installed qemu.tcz, qemu-extra.tcz, and kvm-2.6.33.3-tinycore64.tcz. 

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: microcore64 3.8.4, kvm, qemu, could not access KVM kernel module
« Reply #1 on: October 27, 2011, 11:20:50 PM »
There is no autoloading for KVM modules, so you may need to modprobe them yourself. This is an udev issue, and hopefully resolved in future udev and kernel versions.
The only barriers that can stop you are the ones you create yourself.

Offline redwolf

  • Newbie
  • *
  • Posts: 20
Re: microcore64 3.8.4, kvm, qemu, could not access KVM kernel module
« Reply #2 on: October 28, 2011, 08:52:04 AM »
Thanks.  That was it.  :)

For the other newbs, that's:

Code: [Select]
sudo modprobe kvm_intel (or kvm_amd, etc.)