Virtualbox gibt Fehlercode: 0x000000C4 mit Windows 8.1 oder 2012

Antworten:

11

Diese Lösung hat das Problem für mich behoben:

http://4sysops.com/forums/topic/windows-server-2012-r2-on-virtual-box-error-0x000000c4/

Sie müssen in virtualbox einen Parameter festlegen, um eine bestimmte CPU-Anweisung zu aktivieren. [VM-Name] sollte durch den Namen der betroffenen VM ohne eckige Klammern ersetzt werden.

Windows:

"c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" setextradata [vmname] VBoxInternal/CPUM/CMPXCHG16B 1

Mac, Linux:

VBoxManage setextradata [vmname] VBoxInternal/CPUM/CMPXCHG16B 1
Console
quelle
3
Befehl VBoxManage setextradata [vmname] VBoxInternal/CPUM/CMPXCHG16B 1 funktioniert auch unter Ubuntu (14.04), vbox 4.2.26
reallynice
0

Ich hatte auch das gleiche Problem, und es ist auch möglich einstellen CMPXCHG16B global :

"C:\Program Files\Oracle\VirtualBox\VBoxManage" setextradata global VBoxInternal/CPUM/CMPXCHG16B 1

Allerdings musste ich auch ins BIOS gehen und das ändern Memory Protection Einstellung von Disabled zu Enabled bevor die Ausgabe wegging.

SharpC
quelle