[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd module - (says disabled by bios) To manage

[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);

[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 Ubuntu Server Team, which is subscribed to kvm in Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd module - (says disabled by bios) To manage notifications about

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd module - (says disabled by bios) To manage notifications about this bug go to:

[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:

[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 Ubuntu Server Team, which is subscribed to kvm in Ubuntu.

[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 Ubuntu Server Team, which is

[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 Ubuntu Server Team, which is subscribed to kvm in Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd module - (says disabled by bios) To manage notifications about

[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 Ubuntu Server Team, which is subscribed to kvm in Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd module - (says

[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

[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.

[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 received

[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

Re: [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 switch a

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load

[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 Ubuntu Bugs, which is subscribed to Ubuntu.

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092

[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 Ubuntu Bugs, which is subscribed to

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd module - (says disabled by bios) To manage notifications about this bug go to:

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd module - (says disabled by bios)

[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

[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.

[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 received

[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

Re: [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 switch a

[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 Ubuntu Bugs, which is subscribed to Ubuntu.

[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:

[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

[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

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd

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

2013-07-15 Thread maxadamo
PLEASE NOTE: AMD-V extension on Virtualbox works correctly. Therefore the extension works properly but it's not recognized by KVM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title:

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

2013-07-15 Thread maxadamo
apport information ** Tags added: apport-collected package-from-proposed third-party- packages ** Description changed: - Firt of all I would like to mention that this bug as been also raised for Red Hat. Here is the link: https://bugzilla.redhat.com/show_bug.cgi?id=978608 - I am

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

2013-07-15 Thread Joseph Salisbury
Do you happen to know the last kernel version that did not exhibit this bug? ** Changed in: linux (Ubuntu) Importance: Undecided = Medium ** Tags added: kernel-da-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2013-07-15 Thread maxadamo
Sorry no. I understand that it would be easier to revert a regression bug, but I bought this motherboard right now. I can tell is that on Fedora 18 (in the bug mentioned above) they guy tried the kernels 3.6.10-4.fc18.x86_64 and 3.9.6-200.fc18.x86_64 ** Changed in: linux (Ubuntu)

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

2013-07-15 Thread maxadamo
** Description changed: - - Firt of all I would like to mention that this bug as been also raised for Red Hat. + - Firt of all I would like to mention that this bug as been also raised for Fedora 18. Here is the link: https://bugzilla.redhat.com/show_bug.cgi?id=978608 - I am running

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

2013-07-14 Thread William Grant
** Project changed: launchpad = linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201092 Title: Cannot load kvm_amd module - (says disabled by bios) To manage notifications about this