Bug is stale/abandoned. Closing
** Changed in: linux (Ubuntu)
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1201092
Title:
Cannot load kvm_amd modul
Launchpad has imported 7 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=978608.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help
** Changed in: linux (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1201092
Title:
Cannot load kvm_amd module - (says disabled by bios)
Stat
It does appear this could be a BIOS issue. The kernel is basically
performing a rdmsr, like you did from the command line and getting a
return value that KVM is disabled. Here's a snippet of that code:
static int is_disabled(void)
{
u64 vm_cr;
rdmsrl(MSR_VM_CR, vm_cr);
i
Serge, if you read back the issue, I tested ALL possible kernels:
v3.2 final: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/
v3.3 final: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3-precise/
v3.4 final: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-quantal/
v3.5 final: http:
** No longer affects: kvm (Ubuntu)
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1201092
Title:
Cannot load kvm_amd module - (says disabled by bios)
Status in “linux” package in Ubuntu
Quoting maxadamo (1201...@bugs.launchpad.net):
> @Serge ... I am an experienced sysadmin, I work with Cloudstack ...
> therefore I work with a lot of KVM machines.
>
> I don't want to prove anything about myself, but now can you be better
> ensured that I am able to access a Computer BIOS and swit
@Serge ... I am an experienced sysadmin, I work with Cloudstack ...
therefore I work with a lot of KVM machines.
I don't want to prove anything about myself, but now can you be better
ensured that I am able to access a Computer BIOS and switch a feature
from ON to OFF and viceversa? :)
I've also
@maxadamo,
I wasn't actually saying "bug in the bios" - I was suggesting the
feature was turned off in the bios. Could you please boot into the bios
(or EFI) and check the 'virtualization' settings? Or if you've already
done that, and it was enabled, please let us know - Thanks!
--
You receive
All,
first of all I have AMD E-350D, you have AMD E-350.
I don't know what the "D" stands for, but we don't have the same identical CPU.
I give you the feedback from the kernel developers and from the MainBoard
vendor.
I had already tried the above command (rdmsr). It says "1" ... DISABLED.
random bit of "works for me" info to add to Tim's.
Also an x120e:
$ lsmod | grep kvm
kvm_amd59717 0
kvm 443165 1 kvm_amd
$ uname -r
3.8.0-27-generic
$ grep 350 /proc/cpuinfo
model name : AMD E-350 Processor
model name : AMD E-350 Processor
--
You re
I tried this on my Lenovo X120e with an AMD E-350 with no problem on a
3.11 kernel.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1201092
Title:
Cannot load kvm_amd module - (says disab
** Tags removed: performing-bisect
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1201092
Title:
Cannot load kvm_amd module - (says disabled by bios)
Status in “kvm” package in Ubuntu:
Hi,
this seems like a stupid question given the # of comments and relevant
fedora bug, but i haven't seen this asked anywhere.
Have you in fact enabled virtualization extensions in the bios?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed t
** Also affects: kvm (Ubuntu)
Importance: Undecided
Status: New
** Changed in: linux (Ubuntu)
Status: Triaged => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1
After confirming that KVM is enabled in your BIOS, can you run the
following commands and post the output:
sudo modprobe msr
sudo rdmsr --bitfield 4:4 0xc0010114
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bu
** Changed in: linux (Ubuntu)
Status: Confirmed => Triaged
** Changed in: linux (Ubuntu)
Importance: Medium => High
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1201092
Title:
Bad luck. Tested against all those version, and the bug is present.
Added Tag: kernel-bug-reported-upstream
** Tags added: kernel-bug-reported-upstream
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchp
Also, can you test these previous kernel versions:
v3.2 final: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2-precise/
v3.3 final: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3-precise/
v3.4 final: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-quantal/
v3.5 final: http://kernel.ubunt
This issue appears to be an upstream bug, since you tested the latest
upstream kernel. Would it be possible for you to open an upstream bug
report[0]? That will allow the upstream Developers to examine the issue,
and may provide a quicker resolution to the bug.
Please follow the instructions on th
** Tags added: kernel-bug-exists-upstream
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1201092
Title:
Cannot load
Tested with latest upstream kernel: the problem is still there.
# uname -a
Linux yasna 3.11.0-031100rc1-generic #201307141935 SMP Sun Jul 14 23:36:57 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
#
# kvm-ok
INFO: /dev/kvm does not exist
HINT: sudo modprobe kvm_amd
INFO: Your CPU supports KVM extensi
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.11 kernel[0].
If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.
If the mainline kernel does not fix t
23 matches
Mail list logo