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
-
Login to SolusVM admin interface.
-
Open Virtual Servers > VPS > Custom Config.
-
Copy the whole content of Live Config field to Custom Config.
-
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> -
Check Enable Custom Config.
-
Click on Save and Reboot.
Example of configuration
Comments
0 commentsPlease sign in to leave a comment.