Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-09-2014, 04:22 PM
|
#1
|
Member
Registered: Nov 2013
Distribution: Linux Mint 13 Cinnamon Edition 64-bit, Windows 7 Home Premium SP1 64-bit, Arch Linux 32-bit
Posts: 161
Rep:
|
I can't get KVM working. FATAL: Module kvm_intel not found.
I'm running Puppy Linux Precise 5.7.1 from a USB flash drive. I installed qemu-kvm, and I'm trying to get my 64-bit Windows 7 (installed to hard disk) to boot up inside qemu, but I can't get the kvm module to load. running qemu-system-x86_64 gives this:
Code:
Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
Back to tcg accelerator.
modprobe kvm_intel doesn't work.
Code:
FATAL: Module kvm_intel not found.
I do have the qemu-kvm package installed. How do I get the kvm_intel module to load?
|
|
|
03-09-2014, 07:44 PM
|
#2
|
Senior Member
Registered: Jan 2012
Distribution: Slackware
Posts: 3,348
Rep:
|
Does the kvm-intel.ko (note: dash, not underscore) module even exist on your system? It should reside in the /lib/modules/<kernel_version>/kernel/arch/x86/kvm/ directory, where <kernel_version> is the version reported by uname -r.
Be aware that many systems are shipped with hardware virtualization disabled in the BIOS, in which case you'll need to enter the BIOS setup utility and enable it before the module will load. Also, is your server Intel- or AMD-based? The equivalent module for AMD systems is kvm-amd.
|
|
|
03-09-2014, 08:50 PM
|
#3
|
Member
Registered: Nov 2013
Distribution: Linux Mint 13 Cinnamon Edition 64-bit, Windows 7 Home Premium SP1 64-bit, Arch Linux 32-bit
Posts: 161
Original Poster
Rep:
|
I searched for that file and couldn't find it. I've got an Intel Core i3 processor and yes, VT-x is enabled in the BIOS. It seems like the qemu-kvm package didn't include the kvm module.
Code:
# ls /lib/modules/3.9.11/kernel/arch/x86
crypto kernel
|
|
|
03-09-2014, 08:59 PM
|
#4
|
Senior Member
Registered: Jan 2012
Distribution: Slackware
Posts: 3,348
Rep:
|
qemu-kvm isn't supposed to include the KVM modules; they're part of the Linux kernel.
This is a problem with Puppy Linux. Either you need to install a package of some sort, or the kernel you're using has been compiled without KVM support.
Is there a /proc/config.gz file on your system? If so, what output does zcat /proc/config.gz | grep KVM produce?
|
|
|
03-10-2014, 06:03 PM
|
#5
|
Member
Registered: Nov 2013
Distribution: Linux Mint 13 Cinnamon Edition 64-bit, Windows 7 Home Premium SP1 64-bit, Arch Linux 32-bit
Posts: 161
Original Poster
Rep:
|
Yes, the output was:
Code:
# zcat /proc/config.gz | grep KVM
CONFIG_HAVE_KVM=y
|
|
|
03-10-2014, 06:43 PM
|
#6
|
Senior Member
Registered: Jan 2012
Distribution: Slackware
Posts: 3,348
Rep:
|
So basic KVM support is compiled into the kernel, but there's no trace of either CONFIG_KVM_INTEL or CONFIG_KVM_AMD. Decidedly odd, and a quick Google search didn't turn up any obvious answers.
I think you'd better head over to the Puppy Linux subforum and ask where you can find the the required KVM modules.
|
|
|
All times are GMT -5. The time now is 09:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|