前几天装了Win7和Ubuntu双系统后,在win7下用EasyBCD软件设置引导启动Ubuntu,开机后出现:


Minimal BASH-like line editing is supported.For the first word.TAB lists possible command completions.Anywhere else TAB lists possible device or file completions.

grub>


用了两天时间,终于修好了,这是由于win7引导Linux启动失败导致的错误,我们可以改用Linux的Grub引导Win7启动,这里分享给大家解决方法。


①准备一个Ubuntu自启动U盘(建议和安装的是相同版本),电脑需要连网。


②重启电脑,把U盘设置为第一启动项,进入Try Ubuntu Without Installing。


③打开Terminal,输入:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install boot-repair

安装boot repair软件。


④打开Dash,输入boot-repair,打开它,点击recommanded repair按钮。接下来按照提示修复即可。


⑤结束后,重启电脑。


如果重启电脑后发现Grub引导只有ubuntu的启动项,而没有win7的启动项的话,打开Terminal,输入

sudo update-grub

看到出现windows7的话,重启电脑,就有win7的启动项了。