读书人

重装Windows7/XP后回复Ubuntu启动项

发布时间: 2012-08-21 13:00:22 作者: rapoo

重装Windows7/XP后恢复Ubuntu启动项

  得到像c:\windows\system32>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

读书人网 >windows

热点推荐