[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2024-12-18 Thread Tim Whisonant
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2017-10-28 Thread Bug Watch Updater
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-10-01 Thread Joseph Salisbury
** 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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-27 Thread Joseph Salisbury
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-21 Thread maxadamo
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:

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-21 Thread Serge Hallyn
** 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

Re: [Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Serge Hallyn
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread maxadamo
@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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Serge Hallyn
@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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread maxadamo
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.

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Scott Moser
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Tim Gardner
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Joseph Salisbury
** 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:

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Serge Hallyn
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Joseph Salisbury
** 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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Joseph Salisbury
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-08-09 Thread Joseph Salisbury
** 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:

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-07-23 Thread maxadamo
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-07-22 Thread Joseph Salisbury
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-07-22 Thread Joseph Salisbury
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-07-18 Thread maxadamo
** 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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-07-18 Thread maxadamo
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

[Kernel-packages] [Bug 1201092] Re: Cannot load kvm_amd module - (says disabled by bios)

2013-07-18 Thread Joseph Salisbury
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