bcdboot
注意,bcdboot可能只存在windows 7以上或pe3.0以上,在7以上系统 windows\system32 下包含了该工具,操作在命令提示符下进行(修复启动多在pe下)(据测试,将该工具复制到pe2.0也可以使用并修复vista sp1 以上版本(以前操作系统则未知)
使用方法:
bcdboot c:\windows /s s:
其中 c:\windows 是需要引导的操作系统, /s 为参数, s:则为活动的主分区,一般情况下就是c:
以下是说明文档:
BCDboot Command-line Options
The following command-line options are available for BCDboot.exe.
BCDBOOT source [/l locale] [/s volume-letter]
Examples
This example initializes the system partition using files from the operating system image installed on the C: volume. BCDBOOT C:\Windows This example sets the default BCD locale to Japanese, and copies BCD files to a system partition that was assigned a volume letter S: using DiskPart. BCDBOOT C:\Windows /l ja-jp /s S: |