Minimal BASH-like line editingis supported.解决方法
装了ubuntu系统后在win7下用EasyBCD软件设置引导项,开机选择NeoSmart Linux后出现:
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>
解决方法:
①准备一个Ubuntu自启动U盘(建议和安装的是相同版本),电脑需要连接到互联网(建议Wifi)。
②重启电脑,把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按钮。接下来按照提示修复即可。
⑤结束后,重启电脑。
如果重启电脑后发现 只有ubuntu的启动项,而没有win7的启动项。
⑥进入ubuntu,打开Terminal,输入
sudo update-grub
看到出现win7的话,重启电脑,就有win7的启动项了。
本文出自 “zgw285763054” 博客,请务必保留此出处http://zgw285763054.blog.51cto.com/11591804/1815208
文章来自:http://zgw285763054.blog.51cto.com/11591804/1815208