Windows 2008R2 sysprep crashes. Autochk not found

Written by M.Pol on . Posted in Microsoft, VMware

Today I created a clone from a VM that was running. After the clone was completed I disconnected the network card an booted the VM. No problem everything worked. I needed this Cloned VM for a test domain so I syspreped the VM. After booting the VM an error is shown “autochk program not found” after the error a BSOD is shown and the VM reboots.

I started googling and found the solution in the VMware Community pages, see: http://communities.vmware.com/thread/288439?start=15&tstart=0

The sollutions is simpel, boot the VM from the Windows 2008R2 DVD and go the  command prompt. Type the following commands.

diskpart
list volume
select volume 1
attributes volume
attributes volume clear nodefaultdriveletter

Reboot the VM and now the SYSPREP continues.

Related articles:

Disclaimer.
The information in this article is provided “AS IS” with no warranties, and confers no rights. This article does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.

Tags: , ,

Trackback from your site.

M.Pol

Marco Pol works for ViaData as a Technical Consultant. He has over 10 years experience as a system engineer and consultant specialized in virtualization
  • Phil

    Nice One – thanks!

  • Allen

    Nice – thanks man!