I zipped up the VHD and VBOX files and moved to a new laptop. The old laptop was running Win8, the new laptop runs Win7. The VM is Win7.
After unzipping, I added the machine to VirtualBox. That worked great, and the machine seemed to be installed ok.
When starting it, I see a window open, but before any Windows startup I get a dialog showing this error:
Failed to open a session for the virtual machine Windows7 Clone.
VT-x features locked or unavailable in MSR.
(VERR_VMX_MSR_LOCKED_OR_DISABLED).
The log includes this at the bottom:
00:00:01.164373 VMSetError: D:\tinderbox\win-4.2\src\VBox\VMM\VMMR3\VM.cpp(373) int __cdecl VMR3Create(unsigned int,const struct VMM2USERMETHODS *,void (__cdecl *)(struct VM *,void *,int,const char *,unsigned int,const char *,const char *,char *),void *,int (__cdecl *)(struct VM *,void *),void *,struct VM **); rc=VERR_VMX_MSR_LOCKED_OR_DISABLED
00:00:01.164378 VMSetError: VT-x features locked or unavailable in MSR.
00:00:01.164747 ERROR [COM]: aRC=E_FAIL (0x80004005) aIID={db7ab4ca-2a3f-4183-9243-c1208da92392} aComponent={Console} aText={VT-x features locked or unavailable in MSR. (VERR_VMX_MSR_LOCKED_OR_DISABLED)}, preserve=false
00:00:01.182946 Power up failed (vrc=VERR_VMX_MSR_LOCKED_OR_DISABLED, rc=E_FAIL (0X80004005))
Let me know if you have any ideas how to fix this. Thanks.
Cannot open VM after moving to new laptop
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Cannot open VM after moving to new laptop
Enable hardware virtualization in the PC bios.
Re: Cannot open VM after moving to new laptop
Beautiful, thank you very much Perry. Works perfectly.