首先谢谢DOS之家的一键还原软件,共享之后我把我做的东西再共享一下
IGsoft2006 我做的IBM系统恢复/备份工具。
带选择菜单功能啦------
就是按F11自动还原系统的
IBM本本上使用的 移植到任意PC上使用
添加了选择菜单和备份功能
前提是您将备份的系统最好是运行稳定、安全的........
特别建议:在虚拟机上安装测试成功后再实际安装到您的PC
IBM F11一键恢复原理:
IBM F11系统恢复的工作原理,他是在一个硬盘上有2个主分区,备份恢复分区默认为隐藏。当系崩溃或者您需
要恢复系统时按F11,电脑执行系统恢复。但是此系统存在一个缺陷,首先只有IBM用户才能享有,其次,恢复
速度慢。
利用IBM的系统恢复工具打造F11键恢复系统过程:
需要工具软件:
我的空间:
http://laird.ys168.com可以下载关键软件。当然您可以自己寻找这些工具,网路上黑多。
d2dfdzip.exe(IBM的F11系统恢复工具,可在IBM官方网站下载或我的空间下载。)
PowerQuest PartitionMagic 8.0
GHOST 8.3(因为最新的8.3支持大于2G的备份文件) 。
一、采用GHOST软件做好系统镜像文件
建议:重新安装操作系统,装好必须的应用软件,免的以后每次恢复得重新安装。
二 建立分区:
运行PQ8.0,建立分区,DOS启动运行此软体也可以,如果您有D版安装盘的话,应该带了这个工具。
1、在PQ中调整主分区C的大小,在其后空出2G(或视您的C盘所用空间)用于做备份分区。
在主分区的剩余空间点右键-创建-弹出创建分区菜单,选择创建为主分区,格式为FAT32,卷标为IBM_SERVICE
。然后点应用,系统重新启动后,备份分区就创建完毕了。
2、我们再进入PQ,在新建的分区上点右键-高级-显现分区。重启之后我们就可以看到我们新建的备份分区。
注意:新建立的备份分区必须在主分区C的后面,假如建在主分区的前面或者建在扩展分区上都将导致F11功能
无法使用。分区域格式必须为FAT32,卷标必须为IBM_SERVICE,否则IBM 的F11恢复软件将不能工作。
三 创建DOS启动功能。
1.使备份分区具有启动功能。要在备份分区根目录下存在DOS的基本启动文件。DOS三个基本启动文件
COMMAND.COM MS-DOS.SYS IO.SYS.当然,himen.sys也要有了。
2.拷贝IBM工具软件到C盘,此时的C盘是您的备份分区。
四 F11功能安装
将从我的空间里下载后的IBM工具包解压后的全部文件COPY到C盘,运行IMBTOOL.BAT就可以了。
重新启动后是不是发现我们的F11功能已经出现,我们的备份分区也自动隐藏了。
五 创建恢复备份功能
把从我的空间里下载的IGsoft2006工具包解压后的全部文件全部COPY到盘。遇到提示,选择覆盖。重起PC
六恢复系统分区设置
就是把您原系统分区改为显示(应用),把备份分区改成隐藏。重起PC--OK
至此,属于您自己的F11键恢复功能完成了
总结:
不懂的可以在我的空间留言,怎么,不知道地址?再啰嗦一遍:
http://laird.ys168.com
我的工具包里已经有必须的启动文件了,您下载后事先解压好。
DOS启动盘和PowerQuest PartitionMagic 8.0 没有,您自己找吧。
这个工具已经可以让您选择备份/还原这几个基本功能。
First of all, thank you to the one-click restore software of DOS Home. After sharing, I will share what I made.
IGsoft2006 My made IBM system restore/backup tool.
It has a selection menu function------
That is, automatically restore the system by pressing F11
Used on IBM laptops and can be ported to any PC for use
Added selection menu and backup function
The premise is that the best backup system you have is stable and safe in operation........
Special suggestion: Install and test successfully on a virtual machine before actually installing it on your PC
Principle of IBM F11 one-click recovery:
The working principle of IBM F11 system recovery is that there are 2 primary partitions on one hard disk, and the backup recovery partition is hidden by default. When the system crashes or you need to restore the system, press F11, and the computer will perform system recovery. However, this system has a defect. First, only IBM users can enjoy it. Second, the recovery speed is slow.
The process of creating F11 key recovery system by using IBM's system recovery tool:
Tools required:
My space:
http://laird.ys168.com can download key software. Of course, you can find these tools by yourself, there are many on the Internet.
d2dfdzip.exe (IBM's F11 system recovery tool, can be downloaded from IBM official website or my space.)
PowerQuest PartitionMagic 8.0
GHOST 8.3 (because the latest 8.3 supports backup files larger than 2G).
I. Make a system image file with GHOST software
Suggestion: Reinstall the operating system, install necessary application software, so as not to reinstall each time after recovery in the future.
II. Establish partition:
Run PQ8.0, establish partition, and you can also run this software in DOS startup. If you have a D version installation disc, this tool should be included.
1. Adjust the size of the primary partition C in PQ, and leave 2G (or depending on the space used by your C drive) behind it for making a backup partition.
Right-click on the remaining space of the primary partition - create - pop up the create partition menu, select to create as the primary partition, format as FAT32, and the volume label as IBM_SERVICE. Then click apply, and after the system restarts, the backup partition will be created.
2. Then we enter PQ again, right-click on the newly created partition - advanced - show partition. After restarting, we can see our newly created backup partition.
Note: The newly created backup partition must be behind the primary partition C. If it is built in front of the primary partition or in the extended partition, the F11 function will not work. The partition format must be FAT32, and the volume label must be IBM_SERVICE, otherwise the IBM F11 recovery software will not work.
III. Create DOS startup function.
1. Make the backup partition have startup function. There must be basic DOS startup files in the root directory of the backup partition. The three basic DOS startup files are COMMAND.COM MS-DOS.SYS IO.SYS. Of course, himen.sys should also be there.
2. Copy the IBM tool software to the C drive, and the C drive here is your backup partition.
IV. F11 function installation
Copy all the files after decompressing the IBM tool package downloaded from my space to the C drive, and run IMBTOOL.BAT.
After restarting, do you find that our F11 function has appeared, and our backup partition is automatically hidden.
V. Create recovery backup function
Copy all the files after decompressing the IGsoft2006 tool package downloaded from my space to the disk. When prompted, select to overwrite. Restart the PC
VI. Restore system partition settings
That is, change your original system partition to display (apply), and change the backup partition to hidden. Restart the PC--OK
At this point, the F11 key recovery function belonging to you is completed
Summary:
If you don't understand, you can leave a message in my space. What, don't know the address? Say it again:
http://laird.ys168.com
The necessary startup files are already in my tool package. After you download it, unzip it in advance.
If you don't have the DOS startup disk and PowerQuest PartitionMagic 8.0, find them by yourself.
This tool can already let you choose basic functions such as backup/restore.