标签:http io ar sp art on html ad ef
下面步骤就是创建Windows的启动项了。 以管理员身份打开CMD, 然后输入
bcdedit /create /d "ubuntu" /application bootsector
此时会得到一长串数字{123456789},复制一下,等会要用到三次 。
再次输入
bcdedit /set {123456789} device partition=c:
再次输入
bcdedit /set {123456789} path \ubuntu12.10.bin
最后再次输入:
bcdedit /displayorder {123456789} /addlast
最后可以输入“bcdedit”来查看启动项是否成功建立
连接:
标签:http io ar sp art on html ad ef
原文地址:http://www.cnblogs.com/yangchenzhong/p/4027967.html