具体解决方法如下:
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启动项了。
时间: 2024-11-02 02:18:20