『楼 主』:
[分享] 一键恢复 之 应用
使用 LLM 解释/回答一下
将“一键恢复”应用到任一台普通的PC机:
要将该程序装载在普通PC上,有四个必不可少的工具:
1.BMGR 即,IBM恢复系统的核心程序。可在到以下地址下载:
(http://www-900.ibm.com/cn/support/download/attachment/JWUU-4ZNC86/d2dfdzip.exe)
用WinRAR将其中的BMGR.EXE、BOOT.BIN、BMGURS.BK1解压缩到同一文件夹下,并将BMGURS.BK1更名为BMGURS.SCR。
2.Win98启动盘(除系统文件外,仅需包含sys.com、smartdrv.exe、himem.sys三个文件)
3.PartitionMagic 8.0 for Windows
4.Ghost 7.75 及其以上的DOS版本
操作过程如下
用PartitionMagic在硬盘的末分区新建一个分区,卷标:IBM_SERVICE,文件系统:FAT32(其他分区均为NTFS),容量:2GB,类型:主分区。
在该分区下建立BMGR文件夹,将BMGR.EXE、BOOT.BIN、BMGURS.SCR三个文件拷贝至此。并将GHOST.EXE拷贝到该分区根目录下。
打开记事本,编写以下四个文件:
Autoexec.bat
@Echo Off
Cls
Echo.
Echo Press any key to restore your system.
Echo Press “Ctrl+C”to give up.
Echo And press “Ctrl+Alt+Delete”to restart your computer.
Echo.
Pause
Smartdrv.exe
Ghost.exe @Restore.txt
Config.sys
Device=C:\himem.sys
Backup.txt
–Clone,Mode=Pcreate,Src=1:1,Dst=C:\Backup.gho –Z9 –Fx -Sure
Restore.txt
–Clone,Mode=Prestore,Src=C:\Backup.gho,Dst=1:1 –Rb –Sure
保存好以上三个文件,并将其至于该分区根目录下。
用Win98启动盘启动计算机,并将Smartdrv.exe、himem.sys拷贝到该分区根目录下,执行SYS命令,将系统文件传输到该分区(sys a: c:),使之可以被引导。
执行
BMGR\bmgr.exe /Fboot.bin /Mbmgr.scr /s
不要急着启动计算机,执行
GHOST @Backup.txt
将当前的系统备份至该分区,以备日后恢复之用。
至此,一套完整的“一键恢复”系统就完成了。重新启动计算机,该系统就正式开始运行了。当您的系统崩溃时,重新启动计算机,当看到提示:
To Start the IBM Product Recovery Program, press F11
按下F11,就可以自动恢复您的系统了。
当然,为了防止误操作,此时会看到确认提示:
Press any key to restore your system.
Press “Ctrl+C”to give up.
And press “Ctrl+Alt+Delete”to restart your computer.
即,
按任意键,将恢复您的系统。
按下“Ctrl+C”中止当前操作。
并按下“Ctrl+Alt+Delete”重新启动您的计算机。
Apply "One-key Restore" to any ordinary PC:
To install this program on an ordinary PC, there are four essential tools:
1. BMGR, that is, the core program of IBM's recovery system. You can download it from the following address:
(http://www-900.ibm.com/cn/support/download/attachment/JWUU-4ZNC86/d2dfdzip.exe)
Use WinRAR to extract BMGR.EXE, BOOT.BIN, and BMGURS.BK1 into the same folder, and rename BMGURS.BK1 to BMGURS.SCR.
2. Win98 boot disk (except system files, it only needs to contain sys.com, smartdrv.exe, himem.sys three files)
3. PartitionMagic 8.0 for Windows
4. Ghost 7.75 and above DOS versions
The operation process is as follows:
Use PartitionMagic to create a new partition in the last partition of the hard disk, volume label: IBM_SERVICE, file system: FAT32 (other partitions are all NTFS), capacity: 2GB, type: primary partition.
Create a BMGR folder under this partition, copy the three files BMGR.EXE, BOOT.BIN, and BMGURS.SCR to it. And copy GHOST.EXE to the root directory of this partition.
Open Notepad and write the following four files:
Autoexec.bat
@Echo Off
Cls
Echo.
Echo Press any key to restore your system.
Echo Press “Ctrl+C”to give up.
Echo And press “Ctrl+Alt+Delete”to restart your computer.
Echo.
Pause
Smartdrv.exe
Ghost.exe @Restore.txt
Config.sys
Device=C:\himem.sys
Backup.txt
–Clone,Mode=Pcreate,Src=1:1,Dst=C:\Backup.gho –Z9 –Fx -Sure
Restore.txt
–Clone,Mode=Prestore,Src=C:\Backup.gho,Dst=1:1 –Rb –Sure
Save the above three files and place them in the root directory of this partition.
Boot the computer with the Win98 boot disk, copy Smartdrv.exe and himem.sys to the root directory of this partition, execute the SYS command to transfer the system files to this partition (sys a: c:), so that it can be booted.
Execute
BMGR\bmgr.exe /Fboot.bin /Mbmgr.scr /s
Don't rush to start the computer, execute
GHOST @Backup.txt
Back up the current system to this partition for future restoration.
At this point, a complete "one-key restore" system is completed. Restart the computer, and this system will officially start running. When your system crashes, restart the computer, and when you see the prompt:
To Start the IBM Product Recovery Program, press F11
Press F11, and you can automatically restore your system.
Of course, to prevent misoperation, you will see the confirmation prompt at this time:
Press any key to restore your system.
Press “Ctrl+C”to give up.
And press “Ctrl+Alt+Delete”to restart your computer.
That is,
Press any key, and the system will be restored.
Press "Ctrl+C" to abort the current operation.
And press "Ctrl+Alt+Delete" to restart your computer.
|