1、重裝xp後恢復Ubuntu啓動項(用wubi安裝的Ubuntu)
我 把安裝ubuntu->winboot文件夾下wubidr和wubidr.mbr兩個文件拷到C盤根目錄下,而後用記事本打開c盤下的 boot.ini,在最後一行加入c:\wubildr.mbr="Ubuntu"就能夠了,而後保存重啓。我想要的ubuntu啓動項出來了!!!
2、Vista或windows7下恢復Ubuntu啓動項(用wubi安裝的Ubuntu) 最近重裝了Windows7(vista同理),不想卻讓以前裝的Ubuntu沒有啓動項了,Windows7(vista同理)沒有boot.ini文件編輯的方法,因爲當時Ubuntu是用wubi在Windows下安裝的! 恢復方法: 1.把安裝ubuntu->winboot文件夾下wubidr和wubidr.mbr兩個文件拷到C盤根目錄下 2.在「運行」中輸入cmd到命令提示 在命令界面bcdedit /create /d "linux" /application bootsector 獲得像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