『楼 主』:
刚刚解决完硬盘锁,把过程贴出来,给大家做个参考
使用 LLM 解释/回答一下
起因:用GHOST还原99%出错导致硬盘锁,表现为任何WINDOWS操作系统都进不去(包括DOS、PE,LINUX没试过),而且在启动操作系统时硬盘灯长亮
再折腾了3天后终于找到方法了,首先准备一个U盘,然后用USBOOT,然后把U盘格式化成HDD模式,然后解压下载的grub4dos,运行grubinst_gui.exe,在磁盘里选择U盘,把 不保存原来MBR 、启动时不搜索软盘、不引导原来MBR 三个勾选。点 安装
然后复制 config.sys grub.exe grldr grldr.mbr default menu.lst 到U盘根目录
修改menu.lst中的内容为:
color black/cyan yellow/cyan
timeout 30
default /default
title find and load IO.SYS of Windows 9x/Me
fallback 3
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
当然,如果你想增加多余的功能也可以,下载DiskGenius,解压后把里面的DOS文件夹复制到U盘根目录,然后把DOS 7.1中的 mouse.com edit.com command.com msdos.sys(尽可能复制你想要的DOS程序) 复制到U盘根目录,再把论坛的解锁io.sys复制到U盘根目录,这样启动U盘就做好了
然后用它引导进DOS,加载鼠标(mouse.com),进入DOS目录,运行diskgen,然后就检测到有硬盘逻辑锁,点修复,然后重建分区表(必须,因为重建分区表可以解锁硬盘,并修复分区表错误,但是很有可能导致数据丢失,如果你有重要数据,不要重建分区表),保存,重起就行了。
如果你之前备份过分区表,那么用相应的分区软件还原就行了,而且数据不会丢失。
注:之前咨询过网友,他说MHDD可以修复(先把BIOS里的硬盘禁用,再运行MHDD),但是我没成功,MHDD检测不到硬盘(已经把MHDD.CTF里的FAULSE改成TRUE),有兴趣的朋友可以试下。最后,祝大家成功,早日修复数据(数据恢复软件有很多,不过final data不错)。感谢那些无偿为大家提供免费工具的大大们,如论坛的Wengier等等。
没找到在哪上传附件,不然就把我做的启动盘给大家分享
Cause: Using GHOST to restore 99% of the time results in a hard drive lock, characterized by being unable to boot into any Windows operating system (including DOS, PE; Linux hasn't been tried), and the hard drive light stays on when booting the operating system.
After tossing and turning for 3 more days, I finally found a way. First, prepare a USB flash drive, then use USBOOT, and then format the USB flash drive in HDD mode. Then extract the downloaded grub4dos, run grubinst_gui.exe, select the USB flash drive in the disk, check the three options "Do not save original MBR", "Do not search for floppy disks at startup", "Do not boot original MBR". Click "Install".
Then copy config.sys, grub.exe, grldr, grldr.mbr, default, menu.lst to the root directory of the USB flash drive. Modify the content in menu.lst to:
color black/cyan yellow/cyan
timeout 30
default /default
title find and load IO.SYS of Windows 9x/Me
fallback 3
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
Of course, if you want to add additional functions, download DiskGenius, extract it, and copy the DOS folder inside to the root directory of the USB flash drive. Then copy mouse.com, edit.com, command.com, msdos.sys (as many DOS programs as you want) from DOS 7.1 to the root directory of the USB flash drive. Then copy the unlock io.sys from the forum to the root directory of the USB flash drive. Then the bootable USB flash drive is ready.
Then use it to boot into DOS, load the mouse (mouse.com), enter the DOS directory, run diskgen, then the hard drive logical lock is detected, click to repair, then rebuild the partition table (must, because rebuilding the partition table can unlock the hard drive and repair partition table errors, but it is very likely to cause data loss. If you have important data, do not rebuild the partition table), save, and restart.
If you have backed up the partition table before, then use the corresponding partition software to restore it, and the data will not be lost.
Note: I consulted netizens before, and he said that MHDD can be used to repair (first disable the hard drive in BIOS, then run MHDD), but I didn't succeed. MHDD cannot detect the hard drive (I have changed FAULSE to TRUE in MHDD.CTF). Friends who are interested can give it a try. Finally, I wish everyone success and to recover data as soon as possible (there are many data recovery software, but Final Data is good). Thanks to the great people who provided free tools for nothing, such as Wengier from the forum.
I didn't find where to upload the attachment, otherwise I would share the bootable disk I made.
|