<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Failed to Deploy VM： unsupported emulator machine type in HPE Morpheus VM Essentials Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7244148#M320</link>
    <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;The issue was resolved by upgrading to Ubuntu 24.04.&lt;/P&gt;&lt;P&gt;I selected "HPE VM 1.2 Cluster on Existing Ubuntu 24.04," but since there was a host with Ubuntu 22.04, an error occurred during the machine type selection.&lt;BR /&gt;( It seems that "HPE VM 1.2 Cluster on Existing Ubuntu 24.04" sets and deploys the machine type to pc-q35-8.2 by default. )&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Please accept my apologies if there are any inappropriate expressions due to machine translation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 03:50:49 GMT</pubDate>
    <dc:creator>shiba9967</dc:creator>
    <dc:date>2025-06-05T03:50:49Z</dc:date>
    <item>
      <title>Failed to Deploy VM： unsupported emulator machine type</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7243540#M286</link>
      <description>&lt;P&gt;When deploying a VM via VME, deployment fails with the following error:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error Defining VM via libvirt: error: Failed to define domain from xxx (VM xml) &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;error: unsupported configuration: Emulator '/usr/bin/qemu-system-x86_64' does not support machine type 'pc-q35-8.2'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The host configuration is as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Ubuntu 22.04&lt;/LI&gt;&lt;LI&gt;hpe-vm 1.0.5&lt;/LI&gt;&lt;LI&gt;qemu-system-x86 (jammy-updates), version 1:6.2+dfsg-2ubuntu6.26 amd64 [installed]&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The guest OS configuration is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CentOS 7&lt;/LI&gt;&lt;LI&gt;virtio is installed&lt;/LI&gt;&lt;LI&gt;qemu guest agent is installed&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After deployment fails, if I SSH into the host OS and manually edit the XML, the VM can boot successfully.&lt;/P&gt;&lt;P&gt;Before modification:&lt;BR /&gt;　　&amp;lt;type arch='x86_64' machine='pc-q35-8.2'&amp;gt;hvm&amp;lt;/type&amp;gt;&lt;BR /&gt;　　&amp;lt;controller type='pci' model='pcie-root-port' index='9'/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;After modification:&lt;BR /&gt;　　&amp;lt;type arch='x86_64'&amp;gt;hvm&amp;lt;/type&amp;gt;&lt;BR /&gt;　　&amp;lt;!-- The controller line has been removed --&amp;gt;&lt;BR /&gt;&lt;BR /&gt;The default QEMU machine types are as follows, and specifying one of these default types allows the VM to start without issues:&lt;BR /&gt;&lt;EM&gt;# qemu-system-x86_64 -machine ? &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Supported machines are: &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;pc-i440fx-jammy Ubuntu 22.04 PC (i440FX + PIIX, 1996) (default) &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;It appears that the machine type and PCI controller are being automatically set during deployment, causing the failure.&lt;BR /&gt;Because manually editing the XML file every time after deployment is troublesome, is there a solution to make the deployment succeed correctly without manual intervention?&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 14:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7243540#M286</guid>
      <dc:creator>shiba9967</dc:creator>
      <dc:date>2025-05-26T14:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to Deploy VM： unsupported emulator machine type</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7243738#M294</link>
      <description>&lt;P&gt;Hello&amp;nbsp;shiba9967,&lt;/P&gt;
&lt;P&gt;Please note that CentOS 7 is not supported as Guest OS while CentOS 8 is the min. supported version.&lt;/P&gt;
&lt;P&gt;Also, the qemu available with Ubuntu is 6.2.0 (can be verified with # qemu-system-x86_64 --version) will not support&amp;nbsp;machine type 'pc-q35-8.2' .&lt;BR /&gt;This can be verified with&amp;nbsp;# qemu-system-x86_64 -machine help.&lt;/P&gt;
&lt;P&gt;Ubuntu version 24.04 has qemu version 8.2.2 .&lt;/P&gt;
&lt;P&gt;# qemu-system-x86_64 --version&lt;BR /&gt;QEMU emulator version 8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.6)&lt;/P&gt;
&lt;P&gt;This version of QEMU will support&amp;nbsp;pc-q35-8.2&lt;/P&gt;
&lt;P&gt;# qemu-system-x86_64 -machine help&lt;BR /&gt;Supported machines are:&lt;BR /&gt;microvm&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; microvm (i386)&lt;BR /&gt;...&lt;BR /&gt;pc-q35-8.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Standard PC (Q35 + ICH9, 2009) ==&amp;gt;&lt;BR /&gt;pc-q35-8.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Standard PC (Q35 + ICH9, 2009)&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 18:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7243738#M294</guid>
      <dc:creator>georgek_1</dc:creator>
      <dc:date>2025-05-27T18:42:29Z</dc:date>
    </item>
    <item>
      <title>Query: Failed to Deploy VM： unsupported emulator machine type</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7243809#M296</link>
      <description>&lt;P style="margin: 0;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let us know if you were able to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;If you are satisfied with the answers then kindly click the "Accept As Solution" button for the most helpful response so that it is beneficial to all community members.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 08:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7243809#M296</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2025-05-29T08:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to Deploy VM： unsupported emulator machine type</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7244148#M320</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;The issue was resolved by upgrading to Ubuntu 24.04.&lt;/P&gt;&lt;P&gt;I selected "HPE VM 1.2 Cluster on Existing Ubuntu 24.04," but since there was a host with Ubuntu 22.04, an error occurred during the machine type selection.&lt;BR /&gt;( It seems that "HPE VM 1.2 Cluster on Existing Ubuntu 24.04" sets and deploys the machine type to pc-q35-8.2 by default. )&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Please accept my apologies if there are any inappropriate expressions due to machine translation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 03:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7244148#M320</guid>
      <dc:creator>shiba9967</dc:creator>
      <dc:date>2025-06-05T03:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to Deploy VM： unsupported emulator machine type</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7244152#M321</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2357065"&gt;@shiba9967&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;That's great!&lt;BR /&gt;&lt;BR /&gt;We are glad to hear that, and we appreciate your efforts. Please feel free to accept the solution and to give Kudos.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/failed-to-deploy-vm-unsupported-emulator-machine-type/m-p/7244152#M321</guid>
      <dc:creator>Thaufique_Mod</dc:creator>
      <dc:date>2025-06-05T05:36:49Z</dc:date>
    </item>
  </channel>
</rss>

