首页 > OS > Windows7 > 正文

重装win7系统后如何恢复Ubuntu

2024-06-28 14:16:18
字体:
来源:转载
供稿:网友

  可能很多朋友已经发现,重装Win7系统之后会导致Ubuntu启动项丢失,反观win7系统本身,是没有boot.ini文件编辑的方法的,所以想要恢复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

  这样,咱们就可以顺利完成Ubuntu启动项的恢复了!


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表