You may optionally add the HP Multifunction
Gigabit Server Adapters to the WIM image.
- The Microsoft Windows Automated Installation
Kit (AIK) file (6001.18000.080118-1840-kb3aikl_en.iso) is designed
to help perform unattended Windows installations. Select this link
to download the AIK "Automated Installation Kit for Windows
2008."
- After downloading the AIK file, burn the ISO
image to a DVD.
- Insert the DVD into the CD/DVD drive, and
then select Windows AIK Setup
to install AIK from the installation window.
- Copy of the entire contents of the Windows
2008 DVD to a folder labeled W2K8 DVD.
- From the Windows desktop, start the command
prompt in the Windows AIK by selecting Start -> All Programs -> Microsoft Windows AIK -> Windows PE Tools Command Prompt.
- Create the following work folders using the
Mkdir command.
Mkdir HPNicUpdate
Mkdir HPNicUpdate\drivers
Mkdir HPNicUpdate\wim
- Use the following command to copy the boot
WIM image from the Windows Server 2008 media DVD folder to the WIM
work folder.
copy <DVD Path>\sources\boot.wim
HPNicUpdate\wim
- Locate the HP CP00xxxx.exe Windows 2008
Multifunction Gigabit Server Adapter driver component file that was
obtained from "Downloading the SoftPaq."
<path>\HPNicUpdate\drivers
- Create a folder as a share point and attach
the WIM Image to it using the following MKDIR command:
mkdir HPNicUpdate\MountPoint
- From the Windows AIK command window, mount
the boot WIM using the following command:
imagex /mountrw HPNicUpdate\Wim\boot.wim 2
HPNicUpdate\MountPoint
The WIM boot image appears under the
MountPoint folder.
- Add the HP Multifunction Gigabit Server
Adapter drivers for your specific adapter to the boot image using
the following commands:
peimg /inf=.\HPNicUpdate\drivers\evbd.inf
/image=.\HPNicUpdate\MountPoint\Windows
peimg /inf=.\HPNicUpdate\drivers\bxois.inf
/image=.\HPNicUpdate\MountPoint\Windows
- Save the changes to the WIM using the
following command:
imagex/unmount/commit.\HPNicUpdate\MountPoint
- Replace the original sources\boot.wim image
(located in the W2K8 DVD folder you created in step 2) with the
HPNicUpdate\Wim\boot.wim image and then create a new DVD
image.