我有一个 Ubuntu 系统,我安装了 Windows,但我知道我会丢失 GRUB。现在 Windows 安装正确,但在启动时我无法在 Ubuntu 和 Windows 之间进行选择。它直接启动到 Windows,但我可以看到 Ubuntu 分区。如何恢复 GRUB?
答案1
使用 live-usb 启动 Ubuntu(询问时选择尝试 Ubuntu)。
打开终端并安装“boot-repair”:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
并选择建议修复。