Question
How to set q35 chipset for KVM VPS in SolusVM?
Answer
- Login to SolusVM admin panel
- Open SolusVM > Virtual Servers > VPS > Custom Config
- Copy Live config and paste it into Custom Config field.
- Change the following parts in the config:
<type machine='pc'>hvm</type>
<disk type='file' device='cdrom'>
<target dev='hdc'/>
to
<type machine='q35'>hvm</type>
<disk type='file' device='cdrom'>
<target dev='hdc' bus='sata'/>
here how it should look like: - Tick Enable Custom Config option and click Save & Reboot
Comments
0 commentsPlease sign in to leave a comment.