系统之家论坛

 找回密码
 立即注册
查看: 5094|回复: 0

Windows 7 启动报0xc000000f错误解决方法

[复制链接]
发表于 2010-7-18 09:52:55 | 显示全部楼层 |阅读模式
1. 插入7安装光盘。cmd下:f:\boo\bootsect /nt60 all
得到信息类似如下:
Target volumes will be updated with BOOTMGR compatible bootcode.
C: (\\?\Volume{003aab50-4f26-11dc-a0dc-806d6172696f})
    Successfully updated NTFS filesystem bootcode.
D: (\\?\Volume{60d1e451-4f36-11dc-a619-806d6172696f})
    Successfully updated NTFS filesystem bootcode.
E: (\\?\Volume{003aab4f-4f26-11dc-a0dc-806d6172696f})
    Updated NTFS filesystem bootcode. The update may be unreliable since the
    volume could not be locked during the update:
\Device\HarddiskVolume5
    Successfully updated FAT32 filesystem bootcode.
\Device\HarddiskVolume1
    Successfully updated FAT filesystem bootcode.
Bootcode was successfully updated on all targeted volumes.

2. cmd下进入7的系统目录c:\windows\system32

3. 备份bcd,可忽略此步骤。
bcdedit /export "d:\dcd"

4. 创建,此步骤可能失败,失败信息是已经创建。如果已经创建则可忽略。
bcdedit /create {ntldr} -d "Windows XP"

5. 设置盘符,必须步骤
bcdedit /set {ntldr} device partition=e:
e 盘是xp系统所在的盘,partition不要拼写错,后面的冒号也不要少。

6. 设置xp的启动路径,必须步骤
bcdedit /set {ntldr} path \ntldr

7. 设置系统选择菜单顺序,将xp置为最后一个
bcdedit /displayorder {ntldr} -addlast

8. 关于ntldr文件
经过以上步骤,重启电脑之后,出现系统选择菜单,7可以正常进入,xp不
能正常进入,显示信息为:
文件: \ntldr
状态:0xc000000f
信息:无法加载所选项,因为应用程序丢失或损坏

解决方法:
插入xp安装盘,光盘启动,选择故障恢复控制台,然后进入dos界面。
copy f:\i386\ntldr e:\
copy f:\i386\ntdetect.com e:\
即从xp的光盘中将这两个文件拷贝到 xp的安装路径下。

9. 重启电脑,两个系统都可以进入,问题解决。

10. 其他
在7下面,c:\windows\system32下找到cmd.exe,右键选择“以管理员身份运
行”。
然后,可以用以下命令查看:
bcdedit

用以下命令修改系统选择菜单:
bcdedit /set {ntldr} Description "Windows XP Professional SP2"
将xp菜单改名。
bcdedit /set {current} Description "Windows 7 (TM) Business"
将7系统改名
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

系统之家论坛

GMT+8, 2024-5-12 17:06 , Processed in 0.013985 second(s), 7 queries , Gzip On, MemCache On.

Powered by Discuz!

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表