VMs crash when VM OS Version set to Window 2019
Posted: 5. Nov 2020, 01:09
Hello,
Virtualbox 6.1.16 (also 6.1.14) - host Win10 2004 19041.572
I can't start VMs because I receive the message that a critical error occurred
Ex. trying to install Windows 2019 crash at very beginning of setup (also fresh new VM (4gb ram - 40GB dynamic VDI disk)
Could you help me to find the problem?
Edit: updated post reverted to VirtualBox-6.1.14-140239 the error persist (also recreating a new VM)
EDIT2: followed the advices I have freed up resource on the host machine and now other VMs run correctly
BUT I think I found a bug:
With Windows server 2019 setup if I set OS Version in VM settings to "Windows 2019" the VM crash at very beginning of the setup
Instead it start without problem with OS set to "Windows 2016" or "Windows 2012"
Could you confirm that?
What are the difference in the emulation between this two settings?
A quick look at the code https://www.virtualbox.org/svn/vbox/tru ... Global.cpp
reveal that the proposed VM settings are the same
{ "Windows", "Microsoft Windows", "Windows2016_64", "Windows 2016 (64-bit)",
VBOXOSTYPE_Win2k16_x64,
VBOXOSHINT_64BIT |
VBOXOSHINT_HWVIRTEX |
VBOXOSHINT_IOAPIC |
VBOXOSHINT_USBTABLET |
VBOXOSHINT_USB3,
2048,128, 50 * _1G64, GraphicsControllerType_VBoxSVGA, NetworkAdapterType_I82540EM, 0, StorageControllerType_IntelAhci, StorageBus_SATA,
StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_HDA, AudioCodecType_STAC9221 },
{ "Windows", "Microsoft Windows", "Windows2019_64", "Windows 2019 (64-bit)",
VBOXOSTYPE_Win2k19_x64,
VBOXOSHINT_64BIT |
VBOXOSHINT_HWVIRTEX |
VBOXOSHINT_IOAPIC |
VBOXOSHINT_USBTABLET |
VBOXOSHINT_USB3,
2048,128, 50 * _1G64, GraphicsControllerType_VBoxSVGA, NetworkAdapterType_I82540EM, 0, StorageControllerType_IntelAhci, StorageBus_SATA,
StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_HDA, AudioCodecType_STAC9221 },
I updated the attached logs with both settings (OK - 2016 and KO - 2019)
Thank you
Virtualbox 6.1.16 (also 6.1.14) - host Win10 2004 19041.572
I can't start VMs because I receive the message that a critical error occurred
Ex. trying to install Windows 2019 crash at very beginning of setup (also fresh new VM (4gb ram - 40GB dynamic VDI disk)
Could you help me to find the problem?
Edit: updated post reverted to VirtualBox-6.1.14-140239 the error persist (also recreating a new VM)
EDIT2: followed the advices I have freed up resource on the host machine and now other VMs run correctly
BUT I think I found a bug:
With Windows server 2019 setup if I set OS Version in VM settings to "Windows 2019" the VM crash at very beginning of the setup
Instead it start without problem with OS set to "Windows 2016" or "Windows 2012"
Could you confirm that?
What are the difference in the emulation between this two settings?
A quick look at the code https://www.virtualbox.org/svn/vbox/tru ... Global.cpp
reveal that the proposed VM settings are the same
{ "Windows", "Microsoft Windows", "Windows2016_64", "Windows 2016 (64-bit)",
VBOXOSTYPE_Win2k16_x64,
VBOXOSHINT_64BIT |
VBOXOSHINT_HWVIRTEX |
VBOXOSHINT_IOAPIC |
VBOXOSHINT_USBTABLET |
VBOXOSHINT_USB3,
2048,128, 50 * _1G64, GraphicsControllerType_VBoxSVGA, NetworkAdapterType_I82540EM, 0, StorageControllerType_IntelAhci, StorageBus_SATA,
StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_HDA, AudioCodecType_STAC9221 },
{ "Windows", "Microsoft Windows", "Windows2019_64", "Windows 2019 (64-bit)",
VBOXOSTYPE_Win2k19_x64,
VBOXOSHINT_64BIT |
VBOXOSHINT_HWVIRTEX |
VBOXOSHINT_IOAPIC |
VBOXOSHINT_USBTABLET |
VBOXOSHINT_USB3,
2048,128, 50 * _1G64, GraphicsControllerType_VBoxSVGA, NetworkAdapterType_I82540EM, 0, StorageControllerType_IntelAhci, StorageBus_SATA,
StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_HDA, AudioCodecType_STAC9221 },
I updated the attached logs with both settings (OK - 2016 and KO - 2019)
Thank you