
嘿夥計們,我正在嘗試在我的 lenovo 中製作雙啟動,但我根本無法使 grub 工作!
我已經嘗試使用引導修復三次但沒有成功,grub 總是以簡單的 grub bash(GNU GRUB 版本 2.02-beta2-9)啟動。我已經進入 Windows 並使用 bcedit /set {bootmgr} 路徑 \EFI\grub\shimx64.efi 更改 Window 引導程序,但也不起作用。
這是我的啟動修復的輸出:http://paste2.org/BI0yJts1
答案1
複製工作啟動文件:
cd /boot/efi/EFI/grub sudo cp grubx64.efi grubx64.efi.backup sudo rm grubx64.efi sudo cp /boot/grub/x86_64-efi/grub.efi /boot/efi/EFI/grub/grubx64.efi
並做了!