Articles in this section

How to set q35 chipset for KVM VPS in SolusVM?

Question

How to set q35 chipset for KVM VPS in SolusVM?

Answer

  1. Login to SolusVM admin panel
  2. Open SolusVM > Virtual Servers > VPS > Custom Config
    image.PNG
  3. Copy Live config and paste it into Custom Config field.
  4. 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:
    image.PNG
  5. Tick Enable Custom Config option and click Save & Reboot
    image.PNG
Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.