Problems Injecting New Net Drivers To Boot Image
hey guys,
im trying to inject to nic driver to my boot image because my organization revcieved new laptop models and when i use pxe dist' my winpe restart itself after only 10 sec when its up..
when i try to add those nic drivers to the boot image (actually on every change i want to make to my boot image) and update the dist points i get the same error
Error: Boot image to update:
Microsoft Windows PE (x86)
Error: Actions to perform:
Add ConfigMgr binaries
Enable Windows PE command line support
Add drivers
Error: Failed to import the following drivers:
Intel(R) PRO/1000 PT Dual Port Network Connection
Intel(R) 82567LM-3 Gigabit Network Connection
Intel(R) 82575EB Gigabit Network Connection
Intel(R) PRO/100 Network Connection
Intel(R) 82552 10/100 Network Connection
Intel(R) 82580 Gigabit Network Connection
Intel(R) 82567LM-3 Gigabit Network Connection
Intel(R) 82579LM Gigabit Network Connection
Error: The wizard detected the following problems when updating the boot image.
Failed to install required packages into to the boot image
Failed to install required packages into to the boot image
The ConfigMgr Provider reported an error.: ConfigMgr Error Object:
instance of SMS_ExtendedStatus
{
Description = "Failed to insert OSD binaries into the WIM file";
ErrorCode = 2152205056;
File = "e:\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\sspbootimagepackage.cpp";
Line = 4262;
ObjectInfo = "CSspBootImagePackage::PreRefreshPkgSrcHook";
Operation = "ExecMethod";
ParameterInfo = "SMS_BootImagePackage.PackageID=\"IL000001\"";
ProviderName = "WinMgmt";
StatusCode = 2147749889;
i looked on the web and here to find help but all i saw is options to instsall new custom boot image , thing i dont want to do...
im getting there errors on the smsprov.log
:
[10D0][Wed 07/27/2011 11:50:06]:ERROR>: CSspQueryForObject::ConvertWBEMTimeToDBTime invalid wbemtime [2011/07/23 21:00:00.000]
[10D0][Wed 07/27/2011 11:50:06]:Execute SQL =select all stat.Component,stat.MachineName,stat.MessageID,stat.MessageType,stat.ModuleName,stat.PerClient,stat.ProcessID,stat.RecordID,stat.ReportFunction,stat.Severity,stat.SiteCode,stat.SuccessfulTransaction,stat.ThreadID,stat.Time,stat.TopLevelSiteCode,stat.PartOfTransaction,stat.Win32Error,att.AttributeID,att.AttributeTime,att.AttributeValue,att.RecordID,ins.InsStrIndex,ins.InsStrValue,ins.RecordID
from vStatusMessages AS stat LEFT OUTER JOIN StatusMessageAttributes AS att ON stat.RecordID = att.RecordID LEFT OUTER JOIN StatusMessageInsStrs AS ins ON stat.RecordID = ins.RecordID where (((stat.Component = 'SMS_DISTRIBUTION_MANAGER' AND
stat.Time >= '2011/07/23 21:00:00.000') AND stat.SiteCode = '*MysiteCode*') AND stat.MachineName = '*Mysite*') order by stat.Time desc
any help will be appreciated...
July 28th, 2011 5:17am
are you running SCCM 2007 sp2 ? if not upgrade to SP2,
have you tried reinstalling the WAIK, it's on the SCCM 2007 SP2 media under
SMSSETUP\WAIK
cheers
niall
My step by step
SCCM Guides
I'm on Twitter > ncbrady
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2011 5:22am
i am using sp2
cant seem to uninstall the waik is looking for waik.msi that does not exist in my smssetup\waik folder...
i only got waikamd64.msi and waikx86.msi and my server is 64 bit but the waikamd64.msi is searching for the non exist waik.msi its weird
any idea?
July 28th, 2011 5:31am
to uninstall the waik go into Programs (control panel), select Uninstall a program, select Windows Automated Installation Kit, unisntall, then once it's gone, reinstall it using the provided MSI.
My step by step
SCCM Guides
I'm on Twitter > ncbrady
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2011 5:32am
when i try to uninstall it (yes trough control panel) its prompt Windows Installer Windows
that is asking me to find waik.msi because the resource is not available for a reason i don't know..
July 28th, 2011 5:41am
well , i renamed waikamd64.msi and his mst file to waik.msi and waik.mst and maid a copy of them
after that i could uninstall and install waik...
Free Windows Admin Tool Kit Click here and download it now
July 28th, 2011 6:37am
Hi rotem,
Did your problem solved after reinstalled your WAIK?
If not, have checked if the NIC driver you want to import is compatible with the boot image in the sccm?
Also creating new custom image is a good choice.
Take this document as a reference:
Create a custom WINPE boot image
Hope this will help.
Thanks
August 10th, 2011 11:57am
Look at the Applicability tab after selecting your drivers in your drivers portion of SCCM. Supported platforms will tell you if its x86 or x64. You cant add an x64 driver to x86 and visa versa. Unless there is a specific reason to be using the x64 boot
image the x86 should work for you. x86 boot image is capable of installing x64 OS.
Free Windows Admin Tool Kit Click here and download it now
August 12th, 2011 10:10am


