BASH
Configurare email
Configurare software
Hardware
Linux
Linux Mint
Pentru tonti
Securitate
VMWARE
Windows
linux :: system thread exception not handled
CAMSCAPE SERVICES David G. |
Title | System Thread Exception Not Handled |
Tags | System thread exception not handled,2016 | |
Desc. | Install Windows Server 2016 gets System Thread Exception Not Handled error | |
Code | KBLN0041 v1.0 | |
Date | 30 septembrie 2018 |
When trying to install Windows Server 2016 on a KVM virtualization, 64b machine, you get the error:
SYSTEM THREAD EXCEPTION NOT HANDLED
You have to modify default settings of the machine by mangling its XML config. For example:
<features> <acpi/> <apic/> </features> <cpu mode="host-model"> <model fallback="allow"/> </cpu> <clock offset="localtime"/>
Than cpu mode is making the difference.