User's Manual

Configuring Your Managed System 43
ETFSBOOT.COM is part of the OPK tools and makes the Windows PE
CD bootable. The following command line creates a bootable ISO image
called Dellx86winpe.iso:
C:\WINPE_OPKTOOLS\OSCDIMG -bETFSBOOT.com -n
c:\DELLWINPEBUILD
C:\FINALBUILD\Dellx86winpe.iso
9
Copy the SYSCFG.EXE utility to the root of the directory.
10
After you create an ISO image, you can use any CD
-
burning software to
burn the image onto a CD.
You are now ready to use your bootable CD to configure the BMC on a
managed system. See the
Deployment Toolkit User’s Guide
for additional
information.
Creating a Bootable Windows PE 2.0 ISO Image
If you are using Windows PE 2.0, download
Windows Administrative
Installation Kit (WAIK) from the Microsoft website. By default, WAIK is
copied to the
C:\Program Files\Windows AIK
directory.
Integration of DTK Directory Structure in Windows PE Build
DTK provides a script, VPE_driverinst.bat, to pre-install the Dell drivers into
a base Windows PE 2.0 image offline. Use the following steps to execute
this script:
1
Open a command prompt on your system and change the directory to the
location of VPE_driverinst.bat. For example:
cd C:\Dell\Drivers\winpe2.x
2
Execute VPE_driverinst.bat with two required arguments
<WINPEPATH>
and
<DTKPATH>
. For example:
VPE_driverinst.bat <WINPEPATH> <DTKPATH>
Where
<WINPEPATH>
is t he destina tio n path to create the d irectory
structure for Windows PE 2.0 and
<DTKPATH>
is the path to Dell
drivers in the extracted DTK toolkit. For example:
VPE_driverinst.bat C:\vistaPE_x86 C:\DELL\DRIVERS