SolusVM KVM VPS created with Windows OS hangs on Windows logo

Have more questions? Submit a request

Applicable to:

  • SolusVM

Symptoms

SolusVM KVM VPS created with Windows OS hangs on the Windows logo.

Cause

This is caused by RHEL bug with ID 1252134.

Resolution

  1. Login to SolusVM admin interface.

  2. Open Virtual Servers > VPS > Custom Config.

  3. Copy the whole content of Live Config field to Custom Config.

  4. In Custom Config field replace section

    CONFIG_TEXT: <vcpu>1</vcpu>
    <cpu>
    </cpu>

    with

    CONFIG_TEXT: <vcpu>4</vcpu>
    <cpu mode='custom' match='exact'>
    <topology sockets='1' cores='2' threads='2'/>
    <model fallback='allow'>kvm64</model>
    <feature policy='require' name='nx'/>
    <feature policy='require' name='lahf_lm'/>
    </cpu>

  5. Check Enable Custom Config.

  6. Click on Save and Reboot.

Example of configuration

CUSTOMCONFIGNEW.PNG

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.