You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Windows 11 update, virtual machine dont't run.
Error message in terminal
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Stderr: VBoxManage.exe: error: The virtual machine 'MACHINE_NAME' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\USER_NAME\VirtualBox VMs\MACHINE_NAME\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
I found a work around for this issue a lot of people are getting the same issue after upgrading windows to the most recent 24h2 version, after reinstalling virtualbox. I found that I am able to run in normal mode then I am able to run Vagrant ssh into the VM the only thing is the VM GUI is running in the background of your machine.
After Windows 11 update, virtual machine dont't run.
Error message in terminal
There was an error while executing
VBoxManage
, a CLI used by Vagrantfor controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "MACHINE_ID", "--type", "headless"]
Stderr: VBoxManage.exe: error: The virtual machine 'MACHINE_NAME' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\USER_NAME\VirtualBox VMs\MACHINE_NAME\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
Error messages in VBoxHardening.log
37c4.3188: 00007ff6df274000-00007ffbf0e9ffff 0x0001/0x0000 0x0000000
37c4.3188: *00007ffbf0ea0000-00007ffbf0ea0fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf0ea1000-00007ffbf1010fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf1011000-00007ffbf1069fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf106a000-00007ffbf1072fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf1073000-00007ffbf1083fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf1084000-00007ffbf1086fff 0x0008/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf1087000-00007ffbf1087fff 0x0004/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf1088000-00007ffbf1102fff 0x0002/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf1103000-00007ffbf1103fff 0x0020/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf1104000-00007ffbf1105fff 0x0000/0x0080 0x1000000 \Device\HarddiskVolume3\Windows\System32\ntdll.dll
37c4.3188: 00007ffbf1106000-00007ffffffeffff 0x0001/0x0000 0x0000000
37c4.3188: VBoxHeadless.exe: Differences in section #8 (.rsrc) between file and memory:
37c4.3188: 00007ff6df2725f8 / 0x01125f8: 00 != 50
37c4.3188: 00007ff6df2725f9 / 0x01125f9: 00 != 41
37c4.3188: 00007ff6df2725fa / 0x01125fa: 00 != 44
37c4.3188: 00007ff6df2725fb / 0x01125fb: 00 != 44
37c4.3188: 00007ff6df2725fc / 0x01125fc: 00 != 49
37c4.3188: 00007ff6df2725fd / 0x01125fd: 00 != 4e
37c4.3188: 00007ff6df2725fe / 0x01125fe: 00 != 47
37c4.3188: 00007ff6df2725ff / 0x01125ff: 00 != 58
37c4.3188: Restored 0xa08 bytes of original file content at 00007ff6df2725f8
37c4.3188: Error (rc=-5607):
37c4.3188: ntdll.dll: SizeOfImage (0x263000) isn't close enough to the mapping size (0x266000)
37c4.3188: Error (rc=-5607):
37c4.3188: supHardenedWinVerifyProcess failed with -5607: ntdll.dll: SizeOfImage (0x263000) isn't close enough to the mapping size (0x266000)
37c4.3188: Error -5607 in supR3HardNtChildPurify! (enmWhat=5)
37c4.3188: supHardenedWinVerifyProcess failed with -5607: ntdll.dll: SizeOfImage (0x263000) isn't close enough to the mapping size (0x266000)
The text was updated successfully, but these errors were encountered: