码迷,mamicode.com
首页 > Windows程序 > 详细

win10 bcdedit加入vhdx启动

时间:2017-05-25 18:18:07      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:特性   bottom   xxx   post   hyper-v   nbsp   for   get   guid   

第一步,先用hyper-v。imagex或者其他vhd安装器。将win10 系统安装到一个vhd文件里(vhdx更好。动态扩展等诸多优良特性)。比方d:\win10tp.vhdx
第二步,运行例如以下代码

C:\>bcdedit /copy {current} /d “Windows 10 Technical Preview”

该命令运行完成后获得到一个guid。诸如:{xxx-xxx-xxx-xx-xx}之类的。将这个花括号连同之间的字符串复制上,把以下的命令里的<guid>所有替换掉。然后运行就能够了。

C:\>bcdedit /set <guid> device vhd=[d:]
\win10tp.vhdx
C:\>bcdedit /set <guid> osdevice vhd=
[d:]\win10tp.vhdx
C:\>bcdedit /set <guid> detecthal on

win10 bcdedit加入vhdx启动

标签:特性   bottom   xxx   post   hyper-v   nbsp   for   get   guid   

原文地址:http://www.cnblogs.com/blfbuaa/p/6905159.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!