public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* kvm: disabled by bios error
@ 2007-05-07  9:03 David Shwatrz
       [not found] ` <31436f4a0705070203u2002a92boeb2d927d25389fb3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: David Shwatrz @ 2007-05-07  9:03 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 345 bytes --]

Hello,
I tried to build kvm-21 on a dual core Intel machine (x86_64).
I **had** enabled virtualization in BIOS and rechecked it.
cat /proc/cpu shows the "vmx" in flag:

I run:
modprobe kvm
and it is OK.
modrobe kvm-intel
and I get , in the kernel log,
kvm: disabled by bios
and the kvm-intel module is NOT loaded.

Any ideas why ?

Regards,
Dan

[-- Attachment #1.2: Type: text/html, Size: 416 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: kvm: disabled by bios error
       [not found] ` <31436f4a0705070203u2002a92boeb2d927d25389fb3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-07  9:09   ` Jun Koi
       [not found]     ` <fdaac4d50705070209n1c6d1b4eh75864d01db763817-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2007-05-07  9:22   ` Piero Ottuzzi
  1 sibling, 1 reply; 7+ messages in thread
From: Jun Koi @ 2007-05-07  9:09 UTC (permalink / raw)
  To: David Shwatrz; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On 5/7/07, David Shwatrz <dshwatrz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hello,
> I tried to build kvm-21 on a dual core Intel machine (x86_64).
> I **had** enabled virtualization in BIOS and rechecked it.
> cat /proc/cpu shows the "vmx" in flag:
>
> I run:
> modprobe kvm
>  and it is OK.
> modrobe kvm-intel
> and I get , in the kernel log,
> kvm: disabled by bios
> and the kvm-intel module is NOT loaded.
>

Your machine supports VT, but it is disabled in BIOS setup. So go to
BIOS setup and enable it.

However, some machines (like some Thinkpad x60) need to update BIOS to
be able to enable VT. Check to see if your machine falls into this
case.

Jun

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: kvm: disabled by bios error
       [not found] ` <31436f4a0705070203u2002a92boeb2d927d25389fb3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2007-05-07  9:09   ` Jun Koi
@ 2007-05-07  9:22   ` Piero Ottuzzi
  1 sibling, 0 replies; 7+ messages in thread
From: Piero Ottuzzi @ 2007-05-07  9:22 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: David Shwatrz

Hi there,

I read in some HP forum that you need to remove the battery for some minutes 
after you setted the virtualization in BIOS.

Bye
Piero

Alle 11:03, lunedì 7 maggio 2007, David Shwatrz ha scritto:
> Hello,
> I tried to build kvm-21 on a dual core Intel machine (x86_64).
> I **had** enabled virtualization in BIOS and rechecked it.
> cat /proc/cpu shows the "vmx" in flag:
>
> I run:
> modprobe kvm
> and it is OK.
> modrobe kvm-intel
> and I get , in the kernel log,
> kvm: disabled by bios
> and the kvm-intel module is NOT loaded.
>
> Any ideas why ?
>
> Regards,
> Dan

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: kvm: disabled by bios error
       [not found]     ` <fdaac4d50705070209n1c6d1b4eh75864d01db763817-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-07 12:43       ` David Shwatrz
       [not found]         ` <31436f4a0705070543w20c5df9xd55884df98094c4b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: David Shwatrz @ 2007-05-07 12:43 UTC (permalink / raw)
  To: Jun Koi; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 901 bytes --]

Thanks.
Sorry, but as I said: VT is enabled in bios. I had booted and rechecked it.
Any other ideas?
Ds


On 5/7/07, Jun Koi <junkoi2004-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> On 5/7/07, David Shwatrz <dshwatrz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > Hello,
> > I tried to build kvm-21 on a dual core Intel machine (x86_64).
> > I **had** enabled virtualization in BIOS and rechecked it.
> > cat /proc/cpu shows the "vmx" in flag:
> >
> > I run:
> > modprobe kvm
> >  and it is OK.
> > modrobe kvm-intel
> > and I get , in the kernel log,
> > kvm: disabled by bios
> > and the kvm-intel module is NOT loaded.
> >
>
> Your machine supports VT, but it is disabled in BIOS setup. So go to
> BIOS setup and enable it.
>
> However, some machines (like some Thinkpad x60) need to update BIOS to
> be able to enable VT. Check to see if your machine falls into this
> case.
>
> Jun
>

[-- Attachment #1.2: Type: text/html, Size: 1382 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: kvm: disabled by bios error
       [not found]         ` <31436f4a0705070543w20c5df9xd55884df98094c4b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-07 12:50           ` Avi Kivity
       [not found]             ` <463F20B2.2080904-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2007-05-07 12:50 UTC (permalink / raw)
  To: David Shwatrz; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

David Shwatrz wrote:
> Thanks.
> Sorry, but as I said: VT is enabled in bios. I had booted and 
> rechecked it.
> Any other ideas?

Are you running a Xen kernel perhaps?

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: kvm: disabled by bios error
       [not found]             ` <463F20B2.2080904-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-05-07 14:35               ` David Shwatrz
       [not found]                 ` <31436f4a0705070735w467f3557v7b8af2ec682dfbb1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: David Shwatrz @ 2007-05-07 14:35 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 568 bytes --]

Avi,
I am not running xen kernel;

uname -a
Linux sbc32 2.6.21-rc7 #1 SMP Sun Apr 29 11:49:40 IDT 2007 x86_64 x86_64
x86_64 GNU/Linux

This is a kernel I built from source. (2.6.21-rc7) so I suppose it should be
ok.

Regards,
David S.

On 5/7/07, Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
>
> David Shwatrz wrote:
> > Thanks.
> > Sorry, but as I said: VT is enabled in bios. I had booted and
> > rechecked it.
> > Any other ideas?
>
> Are you running a Xen kernel perhaps?
>
> --
> error compiling committee.c: too many arguments to function
>
>

[-- Attachment #1.2: Type: text/html, Size: 921 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: kvm: disabled by bios error
       [not found]                 ` <31436f4a0705070735w467f3557v7b8af2ec682dfbb1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-05-07 14:41                   ` Avi Kivity
  0 siblings, 0 replies; 7+ messages in thread
From: Avi Kivity @ 2007-05-07 14:41 UTC (permalink / raw)
  To: David Shwatrz; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

David Shwatrz wrote:
> Avi,
> I am not running xen kernel;
>
> uname -a
> Linux sbc32 2.6.21-rc7 #1 SMP Sun Apr 29 11:49:40 IDT 2007 x86_64 
> x86_64 x86_64 GNU/Linux
>
> This is a kernel I built from source. (2.6.21-rc7) so I suppose it 
> should be ok.
>

Maybe your bios is lying.  What is the machine vendor & model?  Is there 
a bios update?

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-05-07 14:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07  9:03 kvm: disabled by bios error David Shwatrz
     [not found] ` <31436f4a0705070203u2002a92boeb2d927d25389fb3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-07  9:09   ` Jun Koi
     [not found]     ` <fdaac4d50705070209n1c6d1b4eh75864d01db763817-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-07 12:43       ` David Shwatrz
     [not found]         ` <31436f4a0705070543w20c5df9xd55884df98094c4b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-07 12:50           ` Avi Kivity
     [not found]             ` <463F20B2.2080904-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-07 14:35               ` David Shwatrz
     [not found]                 ` <31436f4a0705070735w467f3557v7b8af2ec682dfbb1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-07 14:41                   ` Avi Kivity
2007-05-07  9:22   ` Piero Ottuzzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox