首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

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

2012-08-21 
重装Windows7/XP后恢复Ubuntu启动项  得到像c:\windows\system32bcdedit /create /d Ubuntu /applicati

重装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

热点排行