主题:【原创】不是黑屏,烦过黑屏 --- Server 2K8 -- 素里太守
最近把公司里自己用的开发机器换了台新的,于是乎安装......
OS:Windows Server 2008 Enterprise Edition(俺一直用Server做开发平台,比如 NT, 2000, 2003)。
DBMS:SQL Server 2008
应用软件 Office 2007, Visio 2007, Project 2007, OneNote 2007,......
开发工具:VS 2008,C++ Builder 2009,......
虚拟软件:vMware WORKSTATION, 若干虚拟机文件方便网络模拟。
前前后后,忙了若干天。最后,用GHOST 2003备份。
实际上,俺在整个安装过程的关键点都有GHOST备份以方便俺今后的工作。
备份完毕后,关机,摘下备份硬盘。然后重新开机。
加电后,新机器的硬盘发出“咔嗒”“咔嗒”的声音。NND,这个新硬盘完蛋了。
还算给俺留面子,俺刚做好全面的备份。
找了块类似的盘,GHOST恢复之。
恢复过程手忙脚乱,造成其他损失。计有USB 硬盘盒一个,一个重要的300G硬盘丢失分区表(Only Partition Table)。
重新启动机器:
1.
2.
3.
......
File:\windows\system32\winload.exe
Status:0xc000000e
Info: The selected entry could not be loaded because the application is missing or corrupt.
俺的头大了。
本帖一共被 1 帖 引用 (帖内工具实现)
两天后公布解决办法。
感觉不太容易坏啊。
秋冬季节要小心,静电比较厉害,尤其是北方。一般操作前都先放放电。
真顽皮
不过大概知道了
连太守这老实人都学会给大家猜谜语呢,还不得不花。
老老实实等解答。
这种弱智的事情微软常干...
等着看太守公布答案...
估计微软发现备份硬盘不见了,于是乎认为你盗版了。
还是以后选自己熟悉的东西。
1. take the replacement HDD to another computer (xp or windows 2003, or vista)
2. install the HDD as a second harddisk. assume it becomes D: drive
3. open a cmd (you must be a local admin to do the following)
4. go to d:\windows\system32\
5. run:
bcdedit /store d:\boot\bcd /set {default} device partition=c:
bcdedit /store d:\boot\bcd /set {default} osdevice partition=c:
bcdedit /store d:\boot\bcd /set {bootmgr} device partition=c:
note: this is assuming this HDD was the "c:" drive on the original machine.
6. take the HDD and install on original machine and try booting
let me know if this solves the problem
if this does not work, please at least run:
bcdedit /store d:\boot\bcd /enum all
at step5, and post the output, so I can see what the BCD store look like.
hope this helps.
但是有个关键的TIP.
winload.exe和loadmgr都是Windows 6.X(Vista和Server 2008)版本引进的新东西。你的办法俺没有试过。