Tiny Core Linux

Tiny Core Base => Micro Core => Topic started by: redwolf on October 27, 2011, 11:25:19 PM

Title: microcore64 3.8.4, kvm, qemu, could not access KVM kernel module
Post by: redwolf on October 27, 2011, 11:25:19 PM
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. 
Title: Re: microcore64 3.8.4, kvm, qemu, could not access KVM kernel module
Post by: curaga on October 28, 2011, 02:20:50 AM
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.
Title: Re: microcore64 3.8.4, kvm, qemu, could not access KVM kernel module
Post by: redwolf on October 28, 2011, 11:52:04 AM
Thanks.  That was it.  :)

For the other newbs, that's:

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