; English HP 12/02/02 ; V1.9e Modified System Lock Message - added Boot Switches ; v1.9g UseSmallMBR=1 / STR_START="" ; v2.0d ; line feed before "Press any key..." etc. ; ShowRecoveryPart=1 ; SwapPart=0 04/04/02 ; v2.2b1 Replaced HP by tag %BRANDNAME% in STR_NO_PASSWORD (section [BootLoader]) [PEImage] Verify=1 LeaveFreeSpace=300 Absolute_Size=0 ImageSize=4000 [BootLoader] RecoveryPartition=1 RecoveryPartitionOnStartOfDisk=1 ; Boot loader timeout for "\nOperating system found.\nPress 'R' to display System Recovery options.\n" TimeOut=0 ; answer key for "nNo operating system installed or partition corrupted.\nPress 'R' to perform a full System Recovery.\n" ANSWER_FullRestore="R" ; answer key for "\nOperating system found.\nPress 'R' to display System Recovery options. " ANSWER_SHOW_MENU="R" ; answer key for "Press 'F' to format drive and perform a full System Recovery." ANSWER_DESTROY_HD="F" ; answer key for "Press 'R' for standard System Recovery options." ANSWER_BOOT_PE="R" ; answer key for "Press 'Q' to Quit." ANSWER_BOOT_XP="Q" ; answer key for "\n\nPlease confirm with 'Y' to format drive and install a new operating system.\n" ANSWER_YES="Y" ; Error strings STR_CD_READ_ERR="\nCD-ROM read error!" STR_HD_WRITE_ERR="\nHard drive write error!\n" STR_ERROR="\nNon-System disk or disk error\n" STR_PRESSAKEY="\nPress any key to continue.\n" STR_HD_TOO_SMALL="\nERROR: The hard disk is too small for the recovery!\n" ; Menu Strings STR_HD_ERROR="\nNo hard disk found.\nSystem Recovery cannot be continued!\n" STR_CD_ERROR="\nCD-ROM drive number not found.\nSystem Recovery cannot be continued!\n" STR_PT_ERROR="\nNo operating system installed or partition corrupted.\nPress 'R' to perform a full System Recovery.\n" STR_ASK_RESTORE="\nPress 'R' to display System Recovery options. " STR_MENU_OPTIONS="\nPress 'R' for standard System Recovery options.\n\nPress 'F' to format drive and perform a full system recovery.\n All data will be lost!\n\nPress 'Q' to Quit.\n" STR_CONFIRM_FORMAT="\n\nPress 'Y' to format drive and install a new operating system.\nPress 'Esc' to cancel the operation." STR_NORMAL_BOOT="\n\nBooting system..." STR_RECOVERY_BOOT="\n\nStarting recovery...\n" STR_COPY_TO_HD="\nPreparing recovery partition - please wait.\n" STR_CURRENT_SIZE="\nThe current recovery partition size in MB is "; STR_GET_IMAGE_SIZE="\nPlease enter the new size " ; Startup stuff STR_WRONG_BLOCK="Error! Could not verify CD-ROM image.\n" STR_SEARCH_CDDRIVE="Detected CD-ROM as drive " STR_SEARCH_IMAGE="Detected boot image on LBA " ; Password stuff STR_NO_PASSWORD="\nThese System Recovery CDs do NOT support this %BRANDNAME% pc model. " PasswordsInDMI=1 LockSystem=1 SystemPassword="HP Pavilion" LockSystem2=1 ; Max 4 chars! SystemPassword2="NA01|NA02|NA03" Use_Harddisk_Lock=0 OEM_Option123=1 OEM_Option007=5B03 OEM_Option008=8906 ;IF AskCreateRecoveryPartition=1 THEN the boot loader will ask STR_ASK_CREATE_RP AskCreateRecoveryPartition=0 ;IF asked for Yes or NO, this is the NO letter ANSWER_NO="N" ;... STR_ASK_CREATE_RP="\n\n\n\nDo you want to create a recovery partition on the hard disk drive?\n\n * Press 'Y' to create the recovery partition used for standard System\n Recovery.\n\n * Press 'N' to bypass creating the recovery partition and always recover\n directly from System Recovery CDs/DVDs." [MasterBootRecord] UseSmallMBR=1 SwapPart=0 ;TimeOut for "\nPress F10 to start recovery " TimeOut=1 STR_BS_ERROR="\nMissing operating system\n" STR_ERROR="\nMaster Boot Record Error\n" STR_PRESSAKEY="\nPress a key.\n" ;STR_START="\nPress F10 to start recovery " STR_START=" " QuietCountDown=1 AutoHideRecovery=0 ShowRecoveryPart=1