Hey ByronTodd - we've run into a similar issue at our company, except only with newer Inspiron 7010 series. I've already built a new base image (suspecting corruption) but I didn't make any changes to the included applications. I also built new driver packages and boot images (suspecting an issue there as well) and made some progress, but still see failures every 1 in 5 images or so.
Anyways, I'm thinking that a combination of boot image / base image are at fault, but I was hoping you could elaborate on the differences in your captured images? Does the newly capture image include or not include Java? My guess is that Java is at fault in our image as well - but I wanted to confirm before I go through the hassle of rebuilding the base image yet again.
I have run into a similar problem as well with our Windows 8.1 deployment. I captured the image using MDT and am deploying using SCCM 2012 R2. I thought it was our capture WIM, but I get the same results with the install.wim. I have downloaded the driver cabs for both the Precision M6800 systems. I then created a driver package for the drivers that exist in the M6800 driver cab file. When i test out the process my installation fails after I install the drivers. The error that I get is “Windows could not configure one or more system components” and the system keeps rebooting. Are there any known issues with the M6800 driver cabs and Windows 8.1? I am also seeing the same issue with the Precision M3800s.
Having the same problem since starting to use MDT 2013 to build master images vs. SCCM. The problem only impact Precision M4800. Latitude and Optiplex models have no issue. Has anyone found a solution to this problem?
Similar issue in our environment with only the Precisions (M4800,M6800,T1700) facing this issue, all other models (OptiPlex, Latitude) image without issue. After the Precision driver package applies the computer reboots and blue screens.
If we use an earlier captured WIM then we have more success with the driver pack applying successfully but there wasn't much added to the new WIM apart from Windows Updates.
Anyone else seeing this issue with Precisions or know where to start looking to diagnose what's going on?
This basically tells WinPE not to try to compress the registry. My guess is that the issue is related to this model having a large amount of memory. In my case, the M4800 is my only hardware model with 16GB of RAM. All other models have 4GB or 8GB and none of them have this issue.
Thanks very much for that. It could definitely be the same issue for us as the Precisions are the only ones with > 16Gb of RAM.
How did you apply the shim to the WinPE boot image? Did you mount the WIM and then edit the registry or just use 'reg add' as one of the first steps in the task sequence to add in the registry key.
ByronTodd
2 Posts
0
February 18th, 2014 17:00
Not sure what was broken, but I built another captured image with MDT 2013 and the Precisions started imaging without issue.
The differences between the captured images were:
Again, I don't think the above differences would have corrected the problem - but nevertheless, I am now building Precision systems without issue.
nathan.ziehnert
1 Message
0
August 28th, 2014 12:00
Hey ByronTodd - we've run into a similar issue at our company, except only with newer Inspiron 7010 series. I've already built a new base image (suspecting corruption) but I didn't make any changes to the included applications. I also built new driver packages and boot images (suspecting an issue there as well) and made some progress, but still see failures every 1 in 5 images or so.
Anyways, I'm thinking that a combination of boot image / base image are at fault, but I was hoping you could elaborate on the differences in your captured images? Does the newly capture image include or not include Java? My guess is that Java is at fault in our image as well - but I wanted to confirm before I go through the hassle of rebuilding the base image yet again.
boshkov
6 Posts
0
August 28th, 2014 16:00
egiroux
33 Posts
0
January 23rd, 2015 07:00
Having the same problem since starting to use MDT 2013 to build master images vs. SCCM. The problem only impact Precision M4800. Latitude and Optiplex models have no issue. Has anyone found a solution to this problem?
philsid
8 Posts
0
February 15th, 2015 17:00
Similar issue in our environment with only the Precisions (M4800,M6800,T1700) facing this issue, all other models (OptiPlex, Latitude) image without issue. After the Precision driver package applies the computer reboots and blue screens.
If we use an earlier captured WIM then we have more success with the driver pack applying successfully but there wasn't much added to the new WIM apart from Windows Updates.
Anyone else seeing this issue with Precisions or know where to start looking to diagnose what's going on?
egiroux
33 Posts
0
February 16th, 2015 05:00
I opened a case with Microsoft and solved the issue by making a shim to the WinPE 32-bit boot image as described in this post:
http://blogs.technet.com/b/dip/archive/2015/01/21/win2008r2-win7-stop-0xf4-during-task-sequence-os-deployment.aspx
This basically tells WinPE not to try to compress the registry. My guess is that the issue is related to this model having a large amount of memory. In my case, the M4800 is my only hardware model with 16GB of RAM. All other models have 4GB or 8GB and none of them have this issue.
Hema_client
16 Posts
0
February 16th, 2015 08:00
Hi All,
Could someone share the winpe cab and driver cab details which is used ?
Thanks,
Hema_client
philsid
8 Posts
0
February 16th, 2015 17:00
Thanks very much for that. It could definitely be the same issue for us as the Precisions are the only ones with > 16Gb of RAM.
How did you apply the shim to the WinPE boot image? Did you mount the WIM and then edit the registry or just use 'reg add' as one of the first steps in the task sequence to add in the registry key.
Thanks for your help!
egiroux
33 Posts
0
February 17th, 2015 06:00
I mounted the boot.wim and added the reg value set to 999. Then, just updated the boot image in SCCM.
spgsit
2 Intern
•
185 Posts
0
March 1st, 2017 08:00
Got the same with Optiplex 3040 (Win 7 x64)
Using the same image/TS/boot image on many other models & never fails.
Just OP 3040. Sometimes it will finish fine, mostly will fail on drivers apply dism install step
Dism /add-drivers /recurse works fine, no no issue with drivers
I get "very" descriptive error in smsts.log:
Failed to create temporary package manager directory C:\_SMSTaskSequence\PkgMgrTemp. Code 0x800700b7
Failed to provision driver. Code 0x800700b7
Kind of like that (but only for this one model):
blogs.technet.microsoft.com/.../
spgsit
2 Intern
•
185 Posts
0
March 2nd, 2017 05:00
Gave up on trying to find out why, went with simple dism as per this
Got myself TS variables as per this and run as per ie this