dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

Can't create 64-bit VMs #706

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When creating a new VM on a 64-bit host, only 32-bit OS types are offered as 
available choices.

>What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?

phpVirtualBox 4.2-4
VirtualBox 4.2.14 (86644)
PHP 
PHP 5.4.13--pl0-gentoo
Gentoo Linux (amd64)

Please provide any additional information below.

uname -a returns this:

Linux ccsnlinux2 3.9.8-gentoo #2 SMP PREEMPT Mon Jul 1 10:26:33 Local time zone 
must be set--s x86_64 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux

I can create a 64-bit VM at the command line with something like this, which 
can then be further configured within phpVirtualBox:

VBoxManage createvm --name sysresccd_64 --ostype Gentoo_64 --basefolder 
~/VirtualBox\ VMs --register

Original issue reported on code.google.com by salf...@gmail.com on 16 Jul 2013 at 7:28

GoogleCodeExporter commented 8 years ago
I'm beginning to wonder if VirtualBox is for some reason unable to run 64-bit 
guests on this hardware.  Is VT-x required?  This processor doesn't support it.

Original comment by salf...@gmail.com on 16 Jul 2013 at 7:51

GoogleCodeExporter commented 8 years ago
Found my answer here:

https://www.virtualbox.org/ticket/3948

Looks like VT-x is required to run 64-bit guests. :-( You can go ahead and 
cancel this issue. 

Original comment by salf...@gmail.com on 16 Jul 2013 at 7:54

GoogleCodeExporter commented 8 years ago

Original comment by imooreya...@gmail.com on 18 Jul 2013 at 3:53