标签:des style blog http io 使用 sp 文件 2014
背景:操作的镜像文件为win8.1 update的ISO里的Wim文件
1、使用如下命令将支持WimBoot的instal.Wim文件转换成可以支持wimboot启动的映像文件
Dism /Export-Image /WIMBoot /SourceImageFile:d:\sources\install.wim /SourceIndex:1
/DestinationImageFile:c:\wim\wimboot.wim
2、转换完成
3、使用以下命令制作指针文件(注意不能操作当前系统,指针文件可以存在vhd等文件里)
DISM /Apply-Image /ImageFile:d:\wimboot.wim /ApplyDir:C: /Index:1 /WIMBoot
4、生成启动菜单
bcdboot c:\windows /l zh-cn
标签:des style blog http io 使用 sp 文件 2014
原文地址:http://www.cnblogs.com/ywj2013/p/4035116.html