03 February 2012

MDT 2010 -- Failure (ERR):68: Ran diskpart to change drive letter - Device unavailable

This error, which occurs in both MDT 2010 and MDT 2012, is caused when the USB thumb drive is left in the USB port after the initial WinPE is loaded and the imaging process is initiated. Simply removing the USB thumb drive after WinPE loads corrects this error. Once the Task sequence wizard is loaded, everything has been loaded into memory from the USB, hence it can be removed. In the end, either ignore this error, or remove the thumb drive after WinPE loads.

Cause
This error is caused by the fact that the USB thumb drive is assigned the drive letter c: as the WinPE loads. During the initial Litetouch.wsf processes, it is checking to make sure c: is available for the drive letter where the OS will be laid down. If it is not available, the Litetouch.wsf will try and reassign a new drive letter to the thumb drive. It is at this point where the error occurs. It is an invalid error because when the system reboots, the drive letter is reassigned and c: is assigned to the primary HDD where the image is being laid down.

Related Posts:

  • WARNING - unable to set working directory: (-2147024894) This error is caused when the working directory no longer exists that is assigned to the application being installed. It would be nice if MDT published which app it is, but it does not. To find the application, open up the B… Read More
  • MDT 2013 and Pentium 4 Systems My firm is getting the first tablet machines in that will be Windows 8.1. This requires MDT 2013 and ADK 8.1. The problem is that we still have a few machines that are Pentium 4 systems, specifically Dell Precision Workstati… Read More
  • Message containing password has been suppressed error In my experience, this error was caused by me manually editing the unattend.xml file associated with an imported operating system. Specifically, I had manually entered the UnattendedJoin credentials within the unattend.xml f… Read More
  • Cleaning up old task sequences If you ever go into the Control folder of the deployment share, you will see every task sequence that has ever been created in there. They are listed by sub-folder names. MDT does not delete these when you delete a… Read More
  • Windows Could Not parse or process unattend answer file for pass This error message was caused, at least in my situation, by the addition of Internet Explorer 11 into the build. It was not integrated, but installed in the golden image as an application. When applying the golden image, the… Read More

3 comments:

  1. I'm having this error and I'm running deployment from the network server not from USB. Any sugestions?
    Thanks

    ReplyDelete
  2. Are you running it from a mapped drive or a UNC path?

    ReplyDelete
  3. hi mike, when i am installing win7 through sccm 2012-MDT TS into existing computer, winpe assign C drive to bit locker partition, is there anyway that i can stop it?

    ReplyDelete