5hurb

Members
  • Posts

    15
  • Joined

  • Last visited

Report Comments posted by 5hurb

  1. Not sure if its been raised but I'm still having to do this mod to xml to get windows 10 vm to boot without a BSOD kernal error. Found a random thread with a solution to the BSOD.

    I don't know what this does or why its needed? Seems like it might be a ZEN 2 issue? has been there since beta22

     

    From This

     <cpu mode='host-passthrough' check='none'>
        <topology sockets='1' dies='1' cores='4' threads='2'/>
        <cache mode='passthrough'/>
        <feature policy='require' name='topoext'/>
      </cpu>

     

     

    To This

     <cpu mode='host-model' check='none'>
        <topology sockets='1' dies='1' cores='4' threads='2'/>
        <feature policy='require' name='topoext'/>
      </cpu>