使用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
根據界面提示進行修復