winPE default image issue
I am getting following error while updating boot image , I tried to use dism to update boot image and import it back but would not work. Is there a way to restore the default boot images in SCCM ?
I am running SCCM 2007 R3 SP2
{
Description = "Failed to insert OSD binaries into the WIM file";
ErrorCode = 2152205056;
File = "c:\\qfe\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\sspbootimagepackage.cpp";
Line = 4262;
ObjectInfo = "CSspBootImagePackage::PreRefreshPkgSrcHook";
Operation = "ExecMethod";
ParameterInfo = "SMS_BootImagePackage.PackageID=\"PKG00001\"";
ProviderName = "WinMgmt";
StatusCode = 2147749889;
};
May 26th, 2011 8:35pm
Hi RIX78,
No matter what you have done to your boot image, the boot.wim file under \\<SiterServerName>\SMS_<sitecode>\osd\boot\<x64 or i386>\boot.wim will not be modified anyway.
So you can bring your default boot image back by add upon default boot image file back to you SCCM.
If your problem continue to exist, please feel free to let me know.
Thanks
Free Windows Admin Tool Kit Click here and download it now
May 27th, 2011 2:42am
As ConfigMgr uses dism for image modifications, you might want to take a closer look at the dism log.
It's located under the %WINDIR%\Logs\dism folder
Look for an entry that starts like "Scratch directory set to" and check whats happening between that line and DISM.EXE: Image session has been closed.Miguel Rodriguez
May 27th, 2011 3:05am
I get following error while importing the image again
Error: Errors
You can not import this boot image. Only finalized boot images are supported. For more information press F1.
Free Windows Admin Tool Kit Click here and download it now
May 27th, 2011 8:24am
try and import C:\Program Files\Windows AIK\Tools\PETools\x86\winpe.wim... Finalizing was only nessary in SP1 with WAKI 1.1Michael Petersen http://blog.coretech.dk/mip/
May 27th, 2011 9:40am
hi Rix78 have you tried reinstalling the WAIK 2.0 ? it's included in the SCCM 2007 SP2 media in the WAIK folder. (look in \SMSSETUP\WAIK)
My step by step
SCCM Guides
I'm on Twitter > ncbrady
Free Windows Admin Tool Kit Click here and download it now
May 27th, 2011 10:39am
Nail, Reinstalling WAIK 2.0 fixed the issue. Thanks
May 28th, 2011 2:47pm
Michael, I tried importing the boot file but it still gave the error "Only finalized boot images are supported. For more information press F1" . I reinstalled WAIK 2.0 and was able to import the boot file.
Free Windows Admin Tool Kit Click here and download it now
May 28th, 2011 2:49pm