camscape - for excellent IT solutions itkb.ro - IT knowledge base

linux :: system thread exception not handled

David
David G.
TitleSystem Thread Exception Not Handled
TagsSystem thread exception not handled,2016
Desc.Install Windows Server 2016 gets System Thread Exception Not Handled error
CodeKBLN0041 v1.0
Date30 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.