I. Method:
1. Create a YJHF folder in drive E, create a dos folder under the YJHF folder, and put COMMAND.COM, MSDOS.SYS, IO.SYS, himem.sys, emm386.exe, mouse.com, smartdrv.exe, confect.sys, Ghost.exe as well as BMGR.EXE, BOOT.BIN, BMGR.SCR, F11.BAT, IBM.gho into YJHF\; put reboot.com, off.com and hzk16 into YJHF\dos\;
2. Create config.sys and autoexec.bat files and put them into E:\YJHF\;
(The contents of config.sys and autoexec.bat files are attached later)
Boot the computer with the boot disk and run the disk management tool;
3. Divide a primary partition behind the first hard disk, with a size of 3G - 10G depending on the system size, format it as fat32, set the volume label as IBM_SERVICE, and set it as active and visible.
4. Restart the computer with the boot disk and enter the WinPE micro system;
5. First, copy the three DOS boot core files COMMAND.COM, MSDOS.SYS, IO.SYS in D:\YJHF to the root directory of drive C (because the newly created hidden primary partition has been activated and the original primary partition is automatically hidden, so the C drive seen at this time is the newly created primary partition with the volume label IBM_SERVICE), and then copy himem.sys, emm386.exe, mouse.com, smartdrv.exe, confect.sys, Ghost.exe as well as BMGR.EXE, BOOT.BIN, BMGR.SCR, F11.BAT, IBM.gho and the dos folder and its internal files to the root directory of drive C together;
(File description: The five files BMGR.EXE, BOOT.BIN, BMGR.SCR, F11.BAT, IBM.gho are IBM F11 system files, confect.sys is the driver file for loading the Chinese character library under DOS of Sanshui in this forum, and the rest are DOS files.)
6. Restart the computer with the boot disk and enter the DOS system, run F11.BAT in the root directory of drive C, and write the boot information MBR of the IBM one - key recovery system in the IBM_SERVICE primary partition;
7. Restart the computer with the boot disk and run the disk management tool, and set the primary partition with the volume label IBM_SERVICE as hidden.
The config.sys file is as follows:
device = confect.sys
device = Confect.sys /m c:\dos\hzk16
set path = c:\;c:\dos;..;
device = himem.sys /testmem
ff
device = emm386.exe noems novcpi i = b000 - b7ff
shell = command.com /P /E:512
files = 10
buffers = 10
dos = high,umb
device = mouse.com
device = smartdrv.exe
stacks = 9,256
lastdrive = z
; [SETTINGS]
set alHead = 24
set align = 16,1
set alNote = 8
set color = 9,1,9,9
set default = 4,30,8
set heading =
set heading =
set heading = One - key backup and restore system
set heading =
rem endnote = Prompt: Press the up/down arrow keys or use the mouse to select the menu item and then press Enter to confirm
set confect = YJBFXT,1、Backup C drive; Before backing up the system, ensure that the system data is reliable
set option = BFCQ,A、Restart after backup
set option = BFGJ,B、Shut down after backup
set confect = YJHYXT,2、Restore system to C drive; Warning: Make data backup before restoring the system
set option = HYCQ,A、Restart after restoration
set option = HYGJ,B、Shut down after restoration
set confect = CQJSJ,3、Restart the computer
set confect = GBJSJ,4、Shut down the computer
; [YJBFXT]
; [BFCQ]
set exec1 = BFCQ
; [BFGJ]
set exec2 = BFGJ
; [YJHYXT]
; [HYCQ]
set exec3 = HYCQ
; [HYGJ]
set exec4 = HYGJ
; [CQJSJ]
set exec5 = \dos\reboot.com
; [GBJSJ]
set exec6 = \dos\off.com
; [CONFIG]
The Autoexec.bat file is as follows:
@echo off
set EXPAND = YES
path c:\;c:\dos
cls
goto %confect%
:YJBFXT
%exec1%
%exec2%
%exec5%
%exec6%
goto exit
:BFCQ
ghost.exe -clone,mode = pdump,src = 1:1,dst = 5:\WinXP.gho -fx -sure -rb
:BFGJ
start /wait ghost.exe -clone,mode = pdump,src = 1:1,dst = 5:\WinXP.gho -fx -sure
goto BGJSJ
:YJHYXT
%exec3%
%exec4%
%exec5%
%exec6%
goto exit
:HYCQ
ghost.exe -clone,mode = pload,src = 5:\WinXP.gho,dst = 1:1 -fx -sure -rb
:HYGJ
start /wait ghost.exe -clone,mode = pload,src = 5:\WinXP.gho,dst = 1:1 -fx -sure
goto BGJSJ
:CQJSJ
c:\dos\reboot.com
:GBJSJ
c:\dos\off.com
:exit
II. Problem
After the hardware check at startup, the prompt "To Start the IBM Product Recovery program, press F11" does not appear, and pressing the F11 key has no effect. It was not successful.
I don't know where the problem is. Please ask the experts for guidance! Thanks in advance.
1. Create a YJHF folder in drive E, create a dos folder under the YJHF folder, and put COMMAND.COM, MSDOS.SYS, IO.SYS, himem.sys, emm386.exe, mouse.com, smartdrv.exe, confect.sys, Ghost.exe as well as BMGR.EXE, BOOT.BIN, BMGR.SCR, F11.BAT, IBM.gho into YJHF\; put reboot.com, off.com and hzk16 into YJHF\dos\;
2. Create config.sys and autoexec.bat files and put them into E:\YJHF\;
(The contents of config.sys and autoexec.bat files are attached later)
Boot the computer with the boot disk and run the disk management tool;
3. Divide a primary partition behind the first hard disk, with a size of 3G - 10G depending on the system size, format it as fat32, set the volume label as IBM_SERVICE, and set it as active and visible.
4. Restart the computer with the boot disk and enter the WinPE micro system;
5. First, copy the three DOS boot core files COMMAND.COM, MSDOS.SYS, IO.SYS in D:\YJHF to the root directory of drive C (because the newly created hidden primary partition has been activated and the original primary partition is automatically hidden, so the C drive seen at this time is the newly created primary partition with the volume label IBM_SERVICE), and then copy himem.sys, emm386.exe, mouse.com, smartdrv.exe, confect.sys, Ghost.exe as well as BMGR.EXE, BOOT.BIN, BMGR.SCR, F11.BAT, IBM.gho and the dos folder and its internal files to the root directory of drive C together;
(File description: The five files BMGR.EXE, BOOT.BIN, BMGR.SCR, F11.BAT, IBM.gho are IBM F11 system files, confect.sys is the driver file for loading the Chinese character library under DOS of Sanshui in this forum, and the rest are DOS files.)
6. Restart the computer with the boot disk and enter the DOS system, run F11.BAT in the root directory of drive C, and write the boot information MBR of the IBM one - key recovery system in the IBM_SERVICE primary partition;
7. Restart the computer with the boot disk and run the disk management tool, and set the primary partition with the volume label IBM_SERVICE as hidden.
The config.sys file is as follows:
device = confect.sys
device = Confect.sys /m c:\dos\hzk16
set path = c:\;c:\dos;..;
device = himem.sys /testmem
ffdevice = emm386.exe noems novcpi i = b000 - b7ff
shell = command.com /P /E:512
files = 10
buffers = 10
dos = high,umb
device = mouse.com
device = smartdrv.exe
stacks = 9,256
lastdrive = z
; [SETTINGS]
set alHead = 24
set align = 16,1
set alNote = 8
set color = 9,1,9,9
set default = 4,30,8
set heading =
set heading =
set heading = One - key backup and restore system
set heading =
rem endnote = Prompt: Press the up/down arrow keys or use the mouse to select the menu item and then press Enter to confirm
set confect = YJBFXT,1、Backup C drive; Before backing up the system, ensure that the system data is reliable
set option = BFCQ,A、Restart after backup
set option = BFGJ,B、Shut down after backup
set confect = YJHYXT,2、Restore system to C drive; Warning: Make data backup before restoring the system
set option = HYCQ,A、Restart after restoration
set option = HYGJ,B、Shut down after restoration
set confect = CQJSJ,3、Restart the computer
set confect = GBJSJ,4、Shut down the computer
; [YJBFXT]
; [BFCQ]
set exec1 = BFCQ
; [BFGJ]
set exec2 = BFGJ
; [YJHYXT]
; [HYCQ]
set exec3 = HYCQ
; [HYGJ]
set exec4 = HYGJ
; [CQJSJ]
set exec5 = \dos\reboot.com
; [GBJSJ]
set exec6 = \dos\off.com
; [CONFIG]
The Autoexec.bat file is as follows:
@echo off
set EXPAND = YES
path c:\;c:\dos
cls
goto %confect%
:YJBFXT
%exec1%
%exec2%
%exec5%
%exec6%
goto exit
:BFCQ
ghost.exe -clone,mode = pdump,src = 1:1,dst = 5:\WinXP.gho -fx -sure -rb
:BFGJ
start /wait ghost.exe -clone,mode = pdump,src = 1:1,dst = 5:\WinXP.gho -fx -sure
goto BGJSJ
:YJHYXT
%exec3%
%exec4%
%exec5%
%exec6%
goto exit
:HYCQ
ghost.exe -clone,mode = pload,src = 5:\WinXP.gho,dst = 1:1 -fx -sure -rb
:HYGJ
start /wait ghost.exe -clone,mode = pload,src = 5:\WinXP.gho,dst = 1:1 -fx -sure
goto BGJSJ
:CQJSJ
c:\dos\reboot.com
:GBJSJ
c:\dos\off.com
:exit
II. Problem
After the hardware check at startup, the prompt "To Start the IBM Product Recovery program, press F11" does not appear, and pressing the F11 key has no effect. It was not successful.
I don't know where the problem is. Please ask the experts for guidance! Thanks in advance.
