什么都没提示,直接启动win7,我用这里http://teliute.laxjyj.com/TeacHtm/Ubset ... son17.html的方法启动了一次后,再次启动的时候出现了qy117121 写了:Taykee 写了:win7下第一种方法不行啊另外,提示的什么?qy117121 写了:1. grub4dos引导ubuntu 的grub2
修改windows引导盘下的boot.ini ,win7可以自行创建boot.ini
添加到 http://download.gna.org/grub4dos/ 下载最新版grub4dos代码: 全选
C:\grldr="Ubuntu"
取出grldr放到C盘根目录(如果是win7并有100M隐藏分区的话请放在隐藏分区的目录里,boot.ini也是)
在C盘根目录创建menu.lst文件,内容如下如果/boot单独分区的话代码: 全选
title ubuntu find --set-root /boot/grub/core.img kernel /boot/grub/core.img boot
如果你知道你的ubuntu是在哪个分区的话,可以换成下面的代码: 全选
title ubuntu find --set-root /grub/core.img kernel /grub/core.img boot
hd0,7 换成你自己的,/boot单独分区的请自行去掉/boot一定要是最新版的grub4dos,否则可能不支持ext4分区代码: 全选
title Ubuntu root (hd0,7) kernel /boot/grub/core.img boot
代码: 全选
grub>