VirtualBox and Intel Core 2 processors?

Discussions related to using VirtualBox on Solaris hosts.
Post Reply
Tomservo
Posts: 34
Joined: 13. Feb 2008, 13:42
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Solaris Express 11

VirtualBox and Intel Core 2 processors?

Post by Tomservo »

Using OpenSolaris 2008.05 RC2a (based on snv_86), I don't seem to be able to run any code that switches into protected mode. While it worked fine on my old Athlon X2 4200+, my new machine, which has a Core 2 Quad 9450, just aborts the VM.

What could be the problem?

Solaris runs in 64bit mode, I've enabled VT-x. I've tried running OpenSolaris, Ubuntu as well as Windows Server 2003 in a VM, all abort as soon they initialize the kernel, or in case of Windows, when the setup is done loading the system files and starts the kernel.

If I had to guess, VirtualBox isn't able to figure out the processor type and enable VT-x. Disabling it doesn't even result in a warning and it starts the VM nonetheless.

Code: Select all

hyperborea:~ > psrinfo -vp
The physical processor has 4 virtual processors (0-3)
  x86 (GenuineIntel 10677 family 6 model 23 step 7 clock 2667 MHz)
	Intel(r) Core(tm)2 Quad  CPU   Q9450  @ 2.66GHz
hyperborea:~ > isainfo -v
64-bit amd64 applications
	sse4.1 ssse3 cx16 mon sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu 
32-bit i386 applications
	sse4.1 ssse3 ahf cx16 mon sse3 sse2 sse fxsr mmx cmov sep cx8 tsc fpu
Tomservo
Posts: 34
Joined: 13. Feb 2008, 13:42
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Solaris Express 11

Post by Tomservo »

Fixed in 1.6.
Post Reply