vista下恢复wubi安装的ubuntu

 

vista下恢复wubi安装的ubuntu终于成功了!wubildr,wubildr.mb
1.下载grub4dos,解压后将grldr和grldr.mbr复制到C盘根目录下。也可用wubildr,wubildr.mbr
2.用bcdedit添加新项目(以管理员身份运行)
bcdedit /create /d "GRUB" /application bootsector
此时生成一个{id}
bcdedit /set {id} device partition=C:
bcdedit /set {id} path \grldr.mbr 或 bcdedit /set {id} path \wubildr.mbr
bcdedit /displayorder {id} /addlast
3.从wubi安装Ubuntu的分区中(比如D:\),则将D:\ubuntu\winboot\menu.lst这个文件复制到C盘根目录下。(无意中发现了这个文件)
4.重启系统,进入GRUB,OK了!

分区安装上面方法也能用





Have your say

0 Comments