『楼 主』:
求助:在隐藏分区安装一键还原系统的问题
使用 LLM 解释/回答一下
一、方法:
1、在E分区中创建一个YJHF文件夹,在YJHF文件夹下创建dos文件夹,把COMMAND.COM、MSDOS.SYS、IO.SYS、himem.sys、emm386.exe、mouse.com、smartdrv.exe、confect.sys、Ghost.exe以及BMGR.EXE、BOOT.BIN、BMGR.SCR、F11.BAT、IBM.gho放入YJHF\ ,把reboot.com、off.com和hzk16放入YJHF\dos\ ;
2、创建config.sys和autoexec.bat文件,并放入E:\YJHF\ ;
(后附config.sys和autoexec.bat文件的内容)
用启动盘启动电脑,运行磁盘管理工具;
3、在第一硬盘的后面划分一个主分区,大小 3G-10G ,视系统大小而定,格式为fat32 ,设置卷标为IBM_SERVICE,设为活动和显现。
4、用启动盘重新启动电脑,进入WinPE微型系统;
5、先把D:\YJHF中的DOS启动核心文件COMMAND.COM、MSDOS.SYS、IO.SYS三个文件拷贝到C盘根目录(因为新建的隐藏主分区已被激活,原主分区自动被隐藏,所以,此时看到的C盘即是新建的卷标为IBM_SERVICE的主分区),再把himem.sys、emm386.exe、mouse.com、smartdrv.exe、confect.sys、Ghost.exe以及BMGR.EXE、BOOT.BIN、BMGR.SCR、F11.BAT、IBM.gho和dos文件夹及其内的文件一同拷贝到C盘根目录;
(文件说明:BMGR.EXE、BOOT.BIN、BMGR.SCR、F11.BAT、IBM.gho五个文件是IBM F11系统文件,confect.sys是本论坛三川的DOS下汉字库加载的驱动文件,其余为DOS文件。)
6、用启动盘重新启动电脑进入DOS系统,运行C盘根目录的F11.BAT,在IBM_SERVICE主分区写入IBM一键恢复系统的引导信息MBR;
7、用启动盘重新启动电脑,运行磁盘管理工具,把卷标为IBM_SERVICE的主分区设为隐藏。
config.sys文件如下:
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=一键备份、还原系统
set heading=
rem endnote=提示:按↑↓键或用鼠标选择菜单项后按回车确定
set confect=YJBFXT,1、备份C盘;备份系统前,确保系统数据可靠
set option=BFCQ,A、备份后重启
set option=BFGJ,B、备份后关机
set confect=YJHYXT,2、还原系统到C盘;忠告: 还原系统前,作好数据备份
set option=HYCQ,A、还原后重启
set option=HYGJ,B、还原后关机
set confect=CQJSJ,3、重启计算机
set confect=GBJSJ,4、关闭计算机
; [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]
Autoexec.bat文件如下:
@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
二、问题
开机硬件检测完后,不出现“To Start the IBM Product Recovery program, press F11”的提示,按F11键不起作用。没有成功。
不知问题出在哪里。请高人指点!先谢了。
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:off
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
;
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
;
;
set exec1 = BFCQ
;
set exec2 = BFGJ
;
;
set exec3 = HYCQ
;
set exec4 = HYGJ
;
set exec5 = \dos\reboot.com
;
set exec6 = \dos\off.com
;
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.
|