1.把安装ubuntu->winboot文件夹下wubidr和wubidr.mbr两个文件拷到C盘根目录下
2.在“运行”中输入cmd到命令提示
在命令界面bcdedit
/create
/d
"linux"
/application
bootsector
得到像c:windowssystem32>bcdedit
/create
/d
"Ubuntu"
/application
bootsector
//多启动菜单上显示的名字项
{dbff544b-a7c4-11dd-a51d-00155803ebb4}
成功创建。
3.把{}中的id复制下来,如:dbff544b-a7c4-11dd-a51d-00155803ebb4
4.再输入下列命令
(注意:自己替换下面{}中的id为第2步得到的id)
bcdedit
/set
{id}
device
partition=c:
bcdedit
/set
{id}
path
wubildr.mbr
bcdedit
/set
{id}
description
"Ubuntu"
bcdedit
/displayorder
{id}
/addlast
这样,咱们就可以顺利完成Ubuntu启动项的恢复了!
具体解决方法如下:1、首先将安装ubuntu->winboot文件夹下wubidr和wubidr.mbr两个文件拷到C盘根目录下
2、然后打开运行对话框,并在框张输入“cmd”,回车打命令提示符窗口,然后再界面中输入“bcdedit /create /d "linux" /application bootsector”,回车,就会得到像c:windowssystem32>bcdedit /create /d "Ubuntu" /application bootsector
//多启动菜单上显示的名字项 {dbff544b-a7c4-11dd-a51d-00155803ebb4} 成功创建。
3、接着把{}里面的id复制下来,比如:dbff544b-a7c4-11dd-a51d-00155803ebb4
4、然后再输入下列命令 (提醒:自己替换下面{}中的id为第2步得到的id)
bcdedit /set {id} device partition=c:
bcdedit /set {id} path wubildr.mbr
bcdedit /set {id} description "Ubuntu"
bcdedit /displayorder {id} /addlast
5、这样就可以顺利恢复Ubuntu启动项了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)