Friday, September 17, 2010
0 comments

Fix error: Status: 0xc0000001 An unexpected error has occurred

1:55 PM
When deploying Windows 7 via OSD in SCCM 2007 SP2, upon rebooting from the WinPE stage to Windows 7 Mini-Setup, Windows may not start and the following error occurs instead:

Status: 0xc0000001
Info: An unexpected error has occurred.


This issue can occur if you are attempting to use a WinPE 2.x based Boot Image created with the WAIK 1.x for a Windows 7 deployment. Windows 7 deployments require a WinPE 3.0 or newer based Boot Image created with the WAIK 2.x or newer.

Examining the logs reveals that the deployment is trying to use Pkgmgr.exe (Package Manager), which is a WinPE 2.x/WAIK 1.x tool, to try to inject drivers into Windows 7. PkgMgr.exe is not compatible with Windows 7 and it has been replaced with DISM.exe in WinPE 3.x/WAIK 2.x. DISM.exe is required to inject drivers properly into Windows 7.

Using the incorrect Boot Image causes the deployment to try to use a combination of PkgMgr.exe and DISM.exe, and ends up causing it to fail.
Resolution

Check to make sure that the Task Sequence deploying Windows 7 is using a WinPE 3.x based Boot Image.

To check the Boot Image that the Task Sequence deploying Windows 7 is using:

1. In the ConfigMgr 2007 console under the "Operating System Deployment" --> "Task Sequences" node, right click on the affected Task Sequence and choose "Properties".
2. Click on the "Advanced" tab
3. Under the option "Use a boot image:", make sure that the Boot Image selected is a WinPE 3.x based Boot Image

To check the version of the Boot Image to verify that it is a WinPE 3.x Boot Image:

1. In the ConfigMgr 2007 console under the "Operating System Deployment" --> "Boot Images" node, right click on the Boot Image as determine in the above steps and choose "Properties".
2. Click on the "Images" tab.
3. Click on the "Reload" button.
4. Check the value of the field "OS version".

For WinPE 3.x based Boot Images, the version number should at least be at 6.1.7600.16385. If the version number is 6.0.6001.18000 or older, this is a WinPE 2.x based Boot Image which will not work with Windows 7 deployments.

0 comments:

Post a Comment

 
Toggle Footer
Top