使用ubuntu安装镜像引导启动 在grub中选择Try ubuntu without install 进入系统后输入如下指令
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo apt-get update
sudo apt-get install boot-repair
输入如下指令运行boot-repair
sudo boot-repair
根据界面提示进行修复