|
1.8.1 Installing and Starting the Recovery Console
You can install the Recovery Console from the Windows Server 2003 Installation CD by running the
winnt32
command with the
/cmdcons
switch from the command prompt. After Recovery Console is
installed, you can access it from the Please Select Operating System To Start menu. You can also use the
Windows Server 2003 Installation CD to start your computer and then select the Recovery Console option
when you are prompted to choose repair options.
Note: You can instruct the Windows Server 2003 Setup program to install the
Recovery Console when you install Windows Server 2003 by installing
Windows Server 2003 with the
winnt
command and adding the
/e
and
/cmdcons
switches. The
/e
switch specifies that the Windows Server 2003
Setup program must run a command after the final stage of the installation
of Windows Server 2003 is finished and the
/cmdcons
switch specifies that
the command must install the recovery console onto the hard drive. The full
command would be similar to this:
Winnt/e:z:\i386\winnt/cmdcons
|