Tagged: virtualization, windows server
- This topic has 1 reply, 1 voice, and was last updated 8 years, 11 months ago by
Michael Pietroforte.
- AuthorPosts
- Wed, Jun 26 2013 at 10:33 am #14345
Vardhan asked this question in a comment:
I have tried Windows Server 2012 R2 Preview on VirtualBox but fell over with 0x000000C4 error. Is there any remedy for this?
- Thu, Jun 27 2013 at 2:11 am #14355
I got the same error message. It doesn’t matter if you install from the ISO or the VHD. You always get:
Your PC needs to restart.
Please hold down the power button.
Error code: 0x000000C4
Parameters:
0x0000000000000091
0x000000000000000F
0xFFFFF801E5962A80
0x0000000000000000The solution to the problem is this command:
"c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" setextradata [vmname] VBoxInternal/CPUM/CMPXCHG16B 1
You have to replace vname with the name of your Virtual Machine which you can find in the VirtualBox interface or with this command:
"c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" list vms
Don’t forget to set the VM name in quotes if it contains blanks.
The command enables the CPU instruction CMPXCHG16B. More info here.
I tried it with the VHD of Windows Server 2012 R2 Preview and it with the ISO.
- AuthorPosts
- You must be logged in to reply to this topic.