blog
2008-03-28
1 阅读
ghost xp后恢复vista无法启动解决办法 0xc000000e
| File: Windowssystem32winload.exe Status: 0xc000000e Info: The selected entry could not be loaded because the application is missing or corrupt. |
解决办法是:
使用WinPE盘启动,然后切换到新硬盘系统分区的:windowssystem32目录下
切换目录命令为:
| cd c:windowssystem32 |
C:为系统分区盘符
运行以下三条命令:
| bcdedit /set {default} osdevice boot bcdedit /set {default} device boot bcdedit /set {default} detecthal 1 |
另有用fdisk /mbr方法卸载grub的朋友也适应此法