Quick Reference Guide

UPINIT 111
size integer,
required
The size of the utility partition to create. The created utility will be at least the size
specified by size and be as close to actual size as drive geometry will allow.
Example:
A:> upinit --disk=0 --size=32 --file=c:\upimage.bin
file string, required Specifies a file that will be decompressed onto the utility partition. This file will be
checked for existence and availability before any partitions are created on the disk.
If the file is not specified, the utility will simply create the utility partition, format
it, and exits. It will be up to the user to mount and populate the utility partition.
It is very unlikely that the user will NOT specify the utility partition format.
Example:
A:> upinit --disk=0 --size=32 --file=c:\upimage.bin
--overwrite string, optional Overwrites an existing utility partition. It does not create a new partition or delete
an existing partition.
Table 5-1. UPINIT Options and Arguments (continued)
Option Valid Arguments Description