User's Manual

Preparing the Script Files for Deployment Using Microsoft
®
Windows
®
PE 41
if not "%DT_PARTN_UP%"=="ON" goto ospart
:: DELLUP section
set DT_UP_SIZE=32
set DT_UP_IMAGE=%DT_SYSTEMS%\UPIMG.BIN
:: RAIDCFG section
set DT_VD_SIZE=10480
::
default size for virtual disk
NOTICE: DT_MOUNT specifies the mount point of the Dell utility partition. If your RAMDRIVE, hard drive, or other
device already owns this designation, mount will not override the setting and the utility partition will not be created.
Perform the following steps to edit the default partition configuration default values, as necessary.
1
Edit the default utility partitioning variable (
DT_PARTN_UP=ON
), if necessary. This variable sets
whether you want to install the Dell utility partition.
NOTE: Dell recommends that you install the Dell utility partition.
2
Edit the default variable value for the default hard drive (
DT_HD=0
), if applicable.
NOTE: Ensure that the default variable value for DT_HD is set to a valid non-removable disk, and not to
removable media such as virtual media.
3
Edit the default variable value (in MB) for the primary operating system partition (
DT_OS_SIZE=4000
),
if applicable.
4
Edit the default variable value for file system type (
DT_OS_FSTYPE=FAT32
), if applicable.
NOTE: The valid values are FAT32 and NTFS.
5
If the
DT_PART_UP
variable is set to
ON
, edit the default variable value (in MB) for the utility
partition (
DT_UP_SIZE=32
), if applicable.
6
If the
DT_PART_UP
variable is set to
ON
, edit the default variable value for the utility partition
installation package location
(
DT_UP_IMAGE=%DT_SYSTEMS%\UPIMG.BIN
), if applicable.
You should have already copied the
UPIMG.BIN
file to the proper directory, as instructed in
"Preparing the Directory Structure for Deployment in Microsoft
®
Windows
®
PE." Edit this variable
only if you have changed the name or path of the utility partition installation package.