<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%)</title>
    <link>http://communities.vmware.com/community/vmtn/mgmt/converter?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Mon, 04 May 2009 14:56:08 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-05-04T14:56:08Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%)</title>
      <link>http://communities.vmware.com/message/1242434?tstart=0#1242434</link>
      <description>&lt;br /&gt;
DOH!!!! You are right Ulli!! Sorry.&lt;br /&gt;
&lt;p /&gt;
They are getting errors similar to this one: &lt;br /&gt;
&lt;p /&gt;
          Error 3 (error loading hive: The system cannot find the path specified (3))&lt;br /&gt;
&lt;p /&gt;
 I am assuming it is an issue finding the windows installation, registry, etc. &lt;br /&gt;
&lt;p /&gt;
Dave Convery&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.dailyhypervisor.com/"&gt;http://www.dailyhypervisor.com&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg" alt="http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg" class="jive-image"  /&gt;&lt;br /&gt;
Careful. We don't want to learn from this.&lt;br /&gt;
Bill Watterson, "Calvin and Hobbes"</description>
      <pubDate>Mon, 04 May 2009 14:56:08 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1242434?tstart=0#1242434</guid>
      <dc:date>2009-05-04T14:56:08Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%)</title>
      <link>http://communities.vmware.com/message/1242312?tstart=0#1242312</link>
      <description>Dave - partitions are counted starting from 1 - so your tip will not work&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
___________________________________&lt;br /&gt;
&lt;br /&gt;
description of vmx-parameters: &lt;a class="jive-link-external" href="http://sanbarrow.com/vmx.html"&gt;http://sanbarrow.com/vmx.html&lt;/a&gt;&lt;br /&gt;
VMware-liveCD: &lt;a class="jive-link-external" href="http://sanbarrow.com/moa.html"&gt;http://sanbarrow.com/moa.html&lt;/a&gt;</description>
      <pubDate>Mon, 04 May 2009 13:33:48 GMT</pubDate>
      <author>continuum</author>
      <guid>http://communities.vmware.com/message/1242312?tstart=0#1242312</guid>
      <dc:date>2009-05-04T13:33:48Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%)</title>
      <link>http://communities.vmware.com/message/1241513?tstart=0#1241513</link>
      <description>If it is failing at 95%, that means the clone has finished and it is working on the conversion. At this point it inserts the VMware drivers into the file system and the registry. It uses boot.ini to "find" Windows.&lt;br /&gt;
If you did not delete the VM, you can use a helper VM to mount the C: drive of the candidate and edit boot.ini. Just add the hard disk to a working VM that is running Win2K or Win2k3. It will mount as the D: or E: drive.&lt;br /&gt;
&lt;p /&gt;
Your boot.ini looks like this: &lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt; 
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT=&amp;quot;Microsoft Windows 2000 Professional&amp;quot; /fastdetect 
&lt;/code&gt;&lt;/pre&gt; &lt;br /&gt;
&lt;br /&gt;
This indicates that you have a diagnostic or utility partition on the physical server. This is not cloned as part of the conversion process and will cause this type of failure.&lt;br /&gt;
&lt;br /&gt;
Change both lines to:&lt;br /&gt;
default=multi(0)disk(0)rdisk(0)partition(0)\WINNT&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Dave Convery&lt;br /&gt;
VMware vExpert 2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.dailyhypervisor.com/"&gt;http://www.dailyhypervisor.com&lt;/a&gt;&lt;br /&gt;
&lt;img src="http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg" alt="http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg" class="jive-image"  /&gt;&lt;br /&gt;
Careful. We don't want to learn from this.&lt;br /&gt;
Bill Watterson, "Calvin and Hobbes"</description>
      <pubDate>Sat, 02 May 2009 14:49:48 GMT</pubDate>
      <author>dconvery</author>
      <guid>http://communities.vmware.com/message/1241513?tstart=0#1241513</guid>
      <dc:date>2009-05-02T14:49:48Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%)</title>
      <link>http://communities.vmware.com/message/1241043?tstart=0#1241043</link>
      <description>diagnostic file attached. thanks.</description>
      <pubDate>Fri, 01 May 2009 18:19:41 GMT</pubDate>
      <author>plisitza</author>
      <guid>http://communities.vmware.com/message/1241043?tstart=0#1241043</guid>
      <dc:date>2009-05-01T18:19:41Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
  </channel>
</rss>

