背景:操作的镜像文件为win8.1 update的ISO里的Wim文件
1、使用如下命令将支持WimBoot的instal.Wim文件转换成可以支持wimboot启动的映像文件
Dism /Export-Image /WIMBoot /SourceImageFile:d:sourcesinstall.wim /SourceIndex:1
/DestinationImageFile:c:wimwimboot.wim
2、转换完成
3、使用以下命令制作指针文件(注意不能操作当前系统,指针文件可以存在vhd等文件里)
DISM /Apply-Image /ImageFile:d:wimboot.wim /ApplyDir:C: /Index:1 /WIMBoot
4、生成启动菜单
bcdboot c:windows /l zh-cn