<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Proxmox import wizard from VMware esxi - Proxmox help				            </title>
            <link>https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/</link>
            <description>Virtualization Howto Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 12 Aug 2026 03:12:07 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Proxmox import wizard from VMware esxi</title>
                        <link>https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/#post-1121</link>
                        <pubDate>Fri, 17 Jan 2025 19:25:30 +0000</pubDate>
                        <description><![CDATA[@wifi_guy No worries. That makes sense on the packet loss you might be seeing. That would definitely cause the process to likely fail. It sounds like you have a plan moving forward. I hate b...]]></description>
                        <content:encoded><![CDATA[@wifi_guy No worries. That makes sense on the packet loss you might be seeing. That would definitely cause the process to likely fail. It sounds like you have a plan moving forward. I hate bad hardware as we usually chase a problem in software or config and then realize we have a piece of hardware biting the dust. Thanks again and do keep us posted on the progress there.]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/proxmox-help/">Proxmox help</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/#post-1121</guid>
                    </item>
				                    <item>
                        <title>RE: Proxmox import wizard from VMware esxi</title>
                        <link>https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/#post-1119</link>
                        <pubDate>Thu, 16 Jan 2025 16:53:39 +0000</pubDate>
                        <description><![CDATA[Sorry for the extremely late response!  I am pointed to VMware.  I do not have snapshots on any of my VM&#039;s.  I think what is happening the PCI card I am running on is failing.  I am seeing s...]]></description>
                        <content:encoded><![CDATA[
<p>@wifi_guy welcome to the forums! Thanks for posting this out. I think many are going to start using the import wizard to migrate from VMware over to Proxmox. Let me ask this, guessing you are pointed directly at your ESXi host and not vCenter right? Also, do you perhaps have any VMware snapshots on the VM in question? It sounds like you have tried multiple VMs, but just want to rule this out. Snapshots on a VM will cause this import process to fail with similar errors.</p>
<p>As an alternate way, you can manually convert VMDK files to the .qcow2 format. Here is the overview of that process. First you could either mount the Synology to your Proxmox host and then work with the files that way or you could copy the VMDKs over to your Proxmox host storage and then run the conversion:</p>
<ul>
<li style="list-style-type: none"> </li>
</ul>
<p>Find your vmdk files for the VM on the Synology NAS or local storage if you have copied over<br />Copy the vmdk files to a temporary directory on the Proxmox server. Convert the vmdk files to Proxmox-compatible qcow2 format:</p>
<pre contenteditable="false">qemu-img convert -f vmdk -O qcow2 source.vmdk target.qcow2</pre>
<p>Then you can just create a new VM in Proxmox and attach the converted disk files.</p>
<p></p>
<p>Sorry for the extremely late response!  I am pointed to VMware.  I do not have snapshots on any of my VM's.  I think what is happening the PCI card I am running on is failing.  I am seeing some packet loss on this server.  I had one of the ports on the card go bad a couple of months ago.  The 4 servers that I really care about are DNS servers, but I can re-create them manually.  It's not a huge deal.  </p>
<p>I also have an older Proxmox server I am looking at decommissioning at some point also.  Those backup and import to the new server without any issues.  I think I just have faulty hardware.  </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/proxmox-help/">Proxmox help</category>                        <dc:creator>wifi_guy</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/#post-1119</guid>
                    </item>
				                    <item>
                        <title>RE: Proxmox import wizard from VMware esxi</title>
                        <link>https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/#post-1117</link>
                        <pubDate>Tue, 14 Jan 2025 03:46:59 +0000</pubDate>
                        <description><![CDATA[@wifi_guy welcome to the forums! Thanks for posting this out. I think many are going to start using the import wizard to migrate from VMware over to Proxmox. Let me ask this, guessing you ar...]]></description>
                        <content:encoded><![CDATA[<p>@wifi_guy welcome to the forums! Thanks for posting this out. I think many are going to start using the import wizard to migrate from VMware over to Proxmox. Let me ask this, guessing you are pointed directly at your ESXi host and not vCenter right? Also, do you perhaps have any VMware snapshots on the VM in question? It sounds like you have tried multiple VMs, but just want to rule this out. Snapshots on a VM will cause this import process to fail with similar errors.<br /><br />As an alternate way, you can manually convert VMDK files to the .qcow2 format. Here is the overview of that process. First you could either mount the Synology to your Proxmox host and then work with the files that way or you could copy the VMDKs over to your Proxmox host storage and then run the conversion:</p>
<ul>
<li style="list-style-type: none"> </li>
</ul>
<p>Find your vmdk files for the VM on the Synology NAS or local storage if you have copied over<br />Copy the vmdk files to a temporary directory on the Proxmox server. Convert the vmdk files to Proxmox-compatible qcow2 format:</p>
<pre contenteditable="false">qemu-img convert -f vmdk -O qcow2 source.vmdk target.qcow2</pre>
<br />Then you can just create a new VM in Proxmox and attach the converted disk files.]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/proxmox-help/">Proxmox help</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/#post-1117</guid>
                    </item>
				                    <item>
                        <title>Proxmox import wizard from VMware esxi</title>
                        <link>https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/#post-1114</link>
                        <pubDate>Mon, 13 Jan 2025 18:57:09 +0000</pubDate>
                        <description><![CDATA[Hello everyone, I hope all is well.  I am attempting to import from esxi some VM&#039;s.  I followed this tutorial which is really well done.  
The issue is, I am getting these errors on all VM&#039;...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone, I hope all is well.  I am attempting to import from esxi some VM's.  I followed this tutorial which is really well done.  </p>
<p><a href="https://www.youtube.com/watch?v=H1t6hxCoiZw&amp;t=634s">https://www.youtube.com/watch?v=H1t6hxCoiZw&amp;t=634s</a></p>
<p>The issue is, I am getting these errors on all VM's I am attempting to import.  I've had some issues with this esxi server in the past, that's why I am trying to get moved away from it.  Are there any other ways I can try to move these VM's from this server?  </p>
<p>One more thing to note.  The vm's don't "technically" reside on the esxi server itself, but on a Synology NAS.  I have verified connectivity between the NAS and esxi server appear to be good.  I am able to transfer large files back and forth without anything erroring out.  </p>
<p>I would really appreciate any input anyone has out there.  If you need more information, please let me know and I will try and provide.</p>
<p>Production Proxmox server is running 8.3.2 with all current updates installed.</p>
<p>Esxi is running <span>6.7.0 Update 1 (Build 10302608).</span></p>
<p>Thanks!</p>
426]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/proxmox-help/">Proxmox help</category>                        <dc:creator>wifi_guy</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/proxmox-help/proxmox-import-wizard-from-vmware-esxi/#post-1114</guid>
                    </item>
							        </channel>
        </rss>
		