http://blog.csdn.net/lvanneo/article/de ... t.csdn.net
第七步忘了操作,即:7. 在安装之前打开终端(Ctrl+Alt+T),输入 sudo umount –l /isodevice,注意空格,可多执行一次,以确保将挂载的镜像移除,否则将无法进行安装。
然后安装失败
但是总也进不去windowsle
我觉得问题是启动后,系统总是根据C盘里的neogrub去启动,而不是window7
后来我用u盘安装了ubuntu
我发现C盘有bootmgr, NeoGrub, OEMSF, pagefile.sys几个文件,还有一个boot文件夹
我把这几个文件移到其他地方
然后重启
结果是“Can not find neogrub in all drives. Press Ctrl+AL+del" to restart”
我又找到C盘里一个NST文件夹里有个menu.lst
代码: 全选
# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub configuration file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries:
# http://neosmart.net/wiki/display/EBCD/
title Install Ubuntu
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casperiso-scan/filename=/ ubuntu-14.04.1-desktop-amd64.iso ro quiet splashlocale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz
于是我加了
代码: 全选
title Windows7
rootnoverify (hd0,0)
#makeactive
chainloader +1
可是还是进入不了。。。
这种情况怎么办啊?
怎么修改配置才能让系统从window7启动,而不是总去找neogrub?
我用了grub-customizer,也用了
代码: 全选
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list
sudo apt-get update
sudo apt-get install -y boot-repair && (boot-repair &)
最重要的grub 信息: http://paste.ubuntu.com/8210235/