中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-06 08:03
47,812 topics / 349,914 posts / today 0 new / 48,268 members
DOS启动盘 & LOGO技术 (启动盘室) » Help: Problem with installing one-click restore system in a hidden partition
Printable Version  1,795 / 2
Floor1 lbdl Posted 2010-01-04 20:30
新手上路 Posts 3 Credits 6
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 /testmemff
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.
Floor2 lbdl Posted 2010-01-10 16:01
新手上路 Posts 3 Credits 6
There is not a single person replying? It's a pity.
Floor3 wxcute Posted 2010-01-13 22:52
中级用户 Posts 211 Credits 458
Hidden partitions are those that are hidden under Windows, but the partition with the IMB volume label is active when initially booting the system. It just transfers the boot right to the original system disk without pressing F11. Therefore, I think the seventh step is redundant.
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023