VirtualBoxにWindows8をインストールしようとしたら次のようなエラーが表示されました。
Your PC needs to restart.
Please hold down the power button.
Error code: 0x000000C4
…
対処ですが、まず下記コマンドを実行してVMの名前を調べます。
VBoxManage list vms
次に下記コマンドを実行してからVMを起動し直すと、起動できるようになります。
VBoxManage setextradata 調べた名前 VBoxInternal/CPUM/CMPXCHG16B 1
参考URL:
Windows Server 2012 R2 on VirtualBox – Error 0x000000C4
Source: New feed