Problem: I have setup a Windows 8.1 x64 deployment with MDT 2013. I use it to deploy to MS Surface 1, 2 and 3s. I have imported all the drivers/firmware. I imported the all the patches but a few up to Dec 2014.
I deployed this on 6 Surface 3s and 3 Surface 1s with no problem. There is one Surface 1 that is not imaging and it is failing. [see DISMError5627] BUT I can get it to work if I disable the patches. Only problem is that I have to do the patches manually. I don't want to do this if it will happen again. We are currently have about 200 devices deployed with Windows 8 on them and are in the process of testing Windows 8.1.
So I thought I would test injecting the patches this way:
MOUNTED THE IMAGE:
C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment
The specified package is not applicable to this image. The specified package is not applicable to this image. The specified package is not applicable to this image. The specified package is not applicable to this image. The specified package is not applicable to this image. The specified package is not applicable to this image. The specified package is not applicable to this image. The command completed with errors. For more information, refer to the log file.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Problem: I have setup a Windows 8.1 x64 deployment with MDT 2013. I use it to deploy to MS Surface 1, 2 and 3s. I have imported all the drivers/firmware. I imported the all the patches but a few up to Dec 2014.
I deployed this on 6 Surface 3s and 3 Surface 1s with no problem. There is one Surface 1 that is not imaging and it is failing. [see DISMError5627] BUT I can get it to work if I disable the patches. Only problem is that I have to do the patches manually. I don't want to do this if it will happen again. We are currently have about 200 devices deployed with Windows 8 on them and are in the process of testing Windows 8.1.
So I thought I would test injecting the patches this way:
MOUNTED THE IMAGE:
C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment
Tools>Dism /mount-wim /wimfile:e:\install.wim /index:1 /mountdir:c:\mount
Deployment Image Servicing and Management tool
Version: 6.3.9600.17029
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
Ran: Dism /image:C:\mount /Add-Package /PackagePath:C:\Win81Patches
It added all but a few. Giving me this error:
Error: 0x800f081e
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The command completed with errors.
For more information, refer to the log file.
Then when I try to commit the changes:
C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment
Tools>Dism /unmount-wim /mountdir:c:\mount /commit
Deployment Image Servicing and Management tool
Version: 6.3.9600.17029
Image File : e:\install.wim
Image Index : 1
Saving image
[====================== 38.0% ]
Error: 112
There is not enough space on the disk.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Tried again using the scratchdir flag on the local hard disk:
C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment
Tools>Dism /unmount-wim /mountdir:c:\mount /commit /scratchdir:C:\scratch
Deployment Image Servicing and Management tool
Version: 6.3.9600.17029
Image File : e:\install.wim
Image Index : 1
Saving image
[====================== 38.0% ]
Error: 112
There is not enough space on the disk.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Then again but to the drive where the .wim is located
C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment
Tools>Dism /unmount-wim /mountdir:c:\mount1 /commit /scratchdir:e:\scratch
Deployment Image Servicing and Management tool
Version: 6.3.9600.17029
Image File : e:\install.wim
Image Index : 1
Saving image
[====================== 38.0% ]
Error: 112
There is not enough space on the disk.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
What can be done to fix this?
dism.logBDD.log
Share this post
Link to post
Share on other sites