El Mon, 18 Oct 2010 19:27:12 +0200, Alfredo J. V. P. escribió:
On Lunes 18 Octubre 2010 16:37:49 Camaleón escribió:
Me parece que tienes que tener activado el Intel VT-x/AMD-V en la BIOS.
Efectivamente. A mi me pasa lo mismo y es por esto. Hay una serie de procesadores de 64 bits que no incorporaban estas tecnologías y, aunque como anfitrión funcionan, lo que te permite es para-virtualizar tecnología de 32 bits. A partir de aquí ya me pierdo ...
El micro es fácil saber si admite las VT-d o AMD-V.
cat /proc/cpuinfo | grep flags
vmx → Intel VT-d svm → AMD-V
Pero además del micro, la BIOS debe soportarlo y activarlo.
http://en.wikipedia.org/wiki/X86_virtualization
En el manual de virtualbox también lo detallan:
*** http://www.virtualbox.org/manual/ch03.html#intro-64bitguests http://www.virtualbox.org/manual/ch10.html#hwvirt
Even though VirtualBox does not always require hardware virtualization, enabling it is required in the following scenarios:
(...)
* VirtualBox's 64-bit guest support (added with version 2.0) and multiprocessing (SMP, added with version 3.0) both require hardware virtualization to be enabled. (This is not much of a limitation since the vast majority of today's 64-bit and multicore CPUs ship with hardware virtualization anyway; the exceptions to this rule are e.g. older Intel Celeron and AMD Opteron CPUs.) ***
Saludos,