The ADS Deployment Agent Builder Service does not correctly parse the latest .inf file formats (830413)
The information in this article applies to:
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
- Microsoft Automated Deployment Services
SYMPTOMSWhen you add OEM drivers or other third-party drivers to the Microsoft Windows Automated Deployment Services (ADS) Deployment Agent Builder service repository, these vendor-supplied drivers may not be installed when the computer is booted into the Deployment Agent. This problem occurs even when you copy the vendor-supplied drivers to the correct location on the server that hosts the Deployment Agent Builder service, and you stop and restart the Deployment Agent Builder service.
Note This article only refers to hardware device drivers that are to be used under the Deployment Agent. For information about how to add drivers to your ADS images, see the Windows System Preparation Tool (Sysprep) documentation in the appropriate Microsoft Windows Resource Kit. For example, if you are deploying ADS images of Windows 2000, see the Microsoft Windows 2000 Server Resource Kit.
CAUSEThis problem occurs because the vendor-supplied setup information file (.inf file) is not parsed correctly. Generally, this issue occurs with small computer system interface (SCSI) hard disk controllers and with network adapters because a hard disk controller and a network adapter are required for the device to function in the Deployment Agent. An .inf file is used to install the driver for the SCSI hard disk controller, the network adapter, or other hardware device.
The Deployment Agent Builder service uses functionality that is similar to the functionality that is used by the Setupapi.dll file to install the hardware devices that are identified when the Deployment Agent image is being constructed. However, the Deployment Agent Builder service does not correctly read the vendor-supplied .inf file if the header of the file is not parsed correctly. RESOLUTIONHotfix informationA supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft Windows Automated Deployment Services release that contains this hotfix. To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site: Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question. PrerequisitesYou must install this hotfix together with the hotfix that is described in Microsoft Knowledge Base article 829053 to resolve this problem. Restart requirementYou do not have to restart your computer after you apply this hotfix. Hotfix replacement informationThis hotfix does not replace any other hotfixes. File information The English version of this hotfix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel. Date Time Version Size File name
--------------------------------------------------------
15-Dec-2003 16:01 5.2.3571.1001 113,152 Adsbuild.dll
15-Dec-2003 16:01 5.2.3571.1001 107,520 Wsocore.dll
15-Dec-2003 16:01 419 Nbsos.inf
15-Dec-2003 16:01 11,513 Ntbm.inf WORKAROUNDYou do not have to use this workaround if the hotfix that is described in the "Resolution" section is installed together with the hotfix from Microsoft Knowledge Base Article 829053. To work around this problem so that the Deployment Agent Builder service can correctly parse the vendor-supplied .inf file, follow these steps: - Use a text editor to open the vendor-supplied .inf file.
Typically, this file is named Oemsetup.inf. The Oemsetup.inf file is located in the Deployment Agent Builder service repository on the computer that runs Network Boot Service. The location is:
Drive:\Program Files\Microsoft ADS\Nbs\Repository\User\PreSystem (or PostSystem)
- Locate and then change the following text in the Oemsetup.inf file.
Note This step uses an example from the vendor-supplied Oemsetup.inf file for an IBM ServeRAID-5i Controller. The vendor-supplied .inf file that you use may have different values, but the syntax is similar.- Locate the following text:
[Manufacturer]
%IBM%=IBM,NTx86.5.2 - Change the line to the following by removing the comma between "IBM" and "NT":
[Manufacturer]
%IBM%=IBMNTx86.5.2
- Change the value in the "Model" section that is associated with the value in the "Manufacturer" section of the file so that the model value matches the value in the "Manufacturer" section. To find the associated "Model" section, search for text that is similar to the text on the right side of the equal sign in the "Manufacturer" section. In this example, search for IBMNTx86.5.2.
- In the "Model" section, locate the following text:
[IBM.NTx86.5.2]
- Change the text to the following by removing the period between "IBM" and "NT":
[IBMNTx86.5.2]
- Save the .inf file to the Deployment Agent Builder service repository.
- Restart the Deployment Agent Builder service, boot the device into the Deployment Agent, and then view the Deployment Agent Builder service log to see if a driver for the hardware device has been installed.
In this step, device is the device that contains the hardware device that is associated with the vendor-supplied .inf file that you modified.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 12/10/2005 |
---|
Keywords: | kbHotfixServer kbwinservperf kbMgmtServices kbBug kbfix kbQFE kbWinServ2003preSP1fix KB830413 kbAudITPRO |
---|
|