VMware Communities > VMTN > VMware vCenter™ > Converter > Discussions

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
3 Replies Last post: May 4, 2009 7:56 AM by dconvery
Reply

Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%)

May 1, 2009 11:19 AM

Click to view plisitza's profile Lurker plisitza 1 posts since
May 1, 2009
diagnostic file attached. thanks.
Reply Re: Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%) May 2, 2009 7:49 AM
Click to view dconvery's profile Virtuoso dconvery 1,865 posts since
May 10, 2006
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.
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.

Your boot.ini looks like this:

 
[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="Microsoft Windows 2000 Professional" /fastdetect 


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.

Change both lines to:
default=multi(0)disk(0)rdisk(0)partition(0)\WINNT


Dave Convery
VMware vExpert 2009
http://www.dailyhypervisor.com
http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg
Careful. We don't want to learn from this.
Bill Watterson, "Calvin and Hobbes"

Reply Re: Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%) May 4, 2009 6:33 AM
in response to: dconvery
Click to view continuum's profile Guru continuum 12,265 posts since
Dec 18, 2003
Dave - partitions are counted starting from 1 - so your tip will not work

___________________________________

description of vmx-parameters: http://sanbarrow.com/vmx.html
VMware-liveCD: http://sanbarrow.com/moa.html

Reply Re: Converting win2000 advanced server - Error: Reconfiguration Failed (at 95%) May 4, 2009 7:56 AM
in response to: continuum
Click to view dconvery's profile Virtuoso dconvery 1,865 posts since
May 10, 2006

DOH!!!! You are right Ulli!! Sorry.

They are getting errors similar to this one:

Error 3 (error loading hive: The system cannot find the path specified (3))

I am assuming it is an issue finding the windows installation, registry, etc.

Dave Convery
VMware vExpert 2009
http://www.dailyhypervisor.com
http://communities.vmware.com/servlet/JiveServlet/download/38-20623/vExpert_logo_100x57.jpg
Careful. We don't want to learn from this.
Bill Watterson, "Calvin and Hobbes"

Actions