Lenovo ThinkPad Edge 15 User Manual

Page 90

Advertising
background image

• win51ip

• win51ip.sp2

Note: If you create a new ISO image, you must have at least 400 MB of free space available on the system
drive in order to copy the directory trees and build the ISO. Moving this much data around is a hard disk
drive-intensive task, and might take fifteen or more minutes on some computers.

Creating the recovery ISO file and burning to a CD sample script file

To create the recovery ISO file and burn it to a CD sample script file, prepare the following code.

:: Make an ISO file here - ISO will reside in c:\SWTOOLS\rrcd

Note: The following seven lines of code (in bold font) are needed only if the system is not rebooted after
install.

:: Set up the environment

set PATH=%SystemDrive%\Program Files\Common Files\Lenovo\Python24
set PATHEXT=.PYW;.PYO;.PYC;.PY
set TCL_LIBRARY=%SystemDrive%\Program Files\Common Files\Lenovo\Python24
\tcl\tcl8.4
set TK_LIBRARY=%SystemDrive%\Program Files\Common Files\Lenovo\Python24
\tcl\tk8.4
set PYTHONCASEOK=1
set RR=c:\Program Files\Lenovo\Rescue and Recovery\
set PYTHONPATH=C:\Program files\Common Files\Lenovo\logger

:: The next line will create the ISO silently and not burn it

c:\Program Files\Common Files\Lenovo\Python24\python c:\Program Files\
\Common Files\Lenovo\spi\mkspiim.pyc /scripted

:: The next line will create the ISO with user interaction and not burn it

:: c:\Program Files\Common Files\Lenovo\Python24\python c:\Program Files\
\Common Files\Lenovo\spi\mkspiim.pyc /scripted /noburn

Scenario 3 - Installing on Type 12 service partition

This section describes installing the Rescue and Recovery program on a Type 12 service partition. You must
have the following in order to install the Rescue and Recovery program into a type 12 service partition:
• The SP.PQI file. This file includes base bootable files to create a service partition.
• PowerQuest PQDeploy
• Latest installer for the Rescue and Recovery program

There are several options related to installing the Rescue and Recovery environment in a service partition.

Note: The type 12 partition must reside in the last used entry in the partition table on the same drive that
contains Windows. You can use the information on BMGR32 to determine where the type 12 partition
resides on the hard disk drive. For more information, see “The Rescue and Recovery Boot manager control
(BMGR32)” on page 92.

82

Rescue and Recovery 4.23 Deployment Guide

Advertising