[ホーム] -
[Windows 7 FAQ 一覧] - [仮想マシン実行中に重大なエラーが発生したため、仮想マシンは停止しました というエラーでVirtualBox 仮想マシンの実行に失敗する]
VirtualBox 仮想マシンの実行中に以下のエラーで仮想マシンの実行に失敗することがあります。
仮想マシン実行中に重大なエラーが発生したため、仮想マシンは停止しました
この場合エラーログが以下に記録されているので、仮想マシン起動失敗の原因を調査します。
C:\Users\<ユーザ名>\VirtualBox VMs\<サーバの種類>\Logs\VBox.log.X
(Xはログが増えるたびに増加します。)
例えば VBox.logに以下のエラーが出力されていたとします。この場合"Unable to allocate and lock memory"と記載のとおりメモリ不足が原因であるため、VirtualBox以外のアプリケーションを終了して再度仮想マシンを実行してください。
00:00:43.834 VM: Raising runtime error 'HostMemoryLow' (fFlags=0x2)
00:00:43.834 AssertLogRel D:\tinderbox\win-4.1\src\VBox\VMM\VMMR3\VMM.cpp(1680) VMMR3EmtRendezvous: !pVCpu->vmm.s.fInRendezvous
00:00:43.834 Console: VM runtime error: fatal=false, errorID=HostMemoryLow message="Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM"
00:00:43.854 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'.