Scenario 2 - installing on oem systems – Lenovo ThinkPad Edge 15 User Manual

Page 88

Advertising
background image

Table 26. UPDATE_RR.CMD script

@ECHO OFF
::Obtain the PDAGUIen.ini file from the RR
c:\RRDeployGuide\RRUTIL\RRUTIL -g getlist.txt
c:\RRDeployGuide\GuideExample\RROriginal
:: Make a directory to put the edited file for import back into the RR
md c:\RRDeployGuide\GuideExample\put\preboot\usrintfc
:: Open the file with notepad and edit it.
ECHO.
ECHO Edit the file
c:\RRDeployGuide\GuideExample\RROriginal\PDAGUIen.ini

File will open automatically

pause
:: Make a copy of original file
copy
c:\RRDeployGuide\GuideExample\RROriginal\preboot\usrintfc\PDAGUIen.ini
c:\RRDeployGuide\GuideExample\RROriginal\preboot\usrintfc\
PDAGUIen.original.ini
notepad
c:\RRDeployGuide\GuideExample\RROriginal\preboot\usrintfc\PDAGUIen.ini
pause
copy c:\RRDeployGuide\GuideExample\RROriginal\preboot\usrintfc\
PDAGUIen.ini c:\RRDeployGuide\GuideExample\put\preboot\usrintfc
:: Place the updated version of the PDAGUIen into the RR
c:\RRDeployGuide\RRUTIL\RRUTIL -p c:\RRDeployGuide\GuideExample\put
ECHO.
ECHO Reboot to the RR to see the change
pause
c:\Program Files\Lenovo\Common\BMGR\bmgr32.exe /bw /r

Create getlist.txt:

\preboot\usrintfc\pdaguien.ini

Scenario 2 - Installing on OEM systems

This section describes installing the Rescue and Recovery program on OEM computers. To install the
Rescue and Recovery program, eight free sectors must be available in the Master Boot Record on the
hard disk drive.The Rescue and Recovery program uses a custom Boot Manager in order to enter into
the Recovery area.

Some OEMs store pointers to their product recovery code in the Master Boot Record sector. OEM product
recovery code may interfere with the Rescue and Recovery Boot Manager installation.

Consider the following scenarios and best practices to ensure the Rescue and Recovery program provides
the desired functions and features:

80

Rescue and Recovery 4.23 Deployment Guide

Advertising