我知道这个话题在这里讨论了很多次,但我没能在我的笔记本电脑上进行双启动。我有一台预装了 Windows 8.1 的 HP 笔记本电脑。今天我尝试将 Ubuntu 安装到分区。
我遵循了以下指南:使用 UEFI 安装 Ubuntu 和预装的 Windows
我完全按照上面步骤操作,但现在启动计算机时却没有 GRUB。
- 安全启动已关闭
- Windows 中的 FastStartup 已关闭
- Ubuntu 安装没有找到任何其他操作系统(即使安装了 Windows 8.1)。所以我选择了其他,然后将未分配的空间分成 4 个部分:
- “/”
- 交换
- “/家”
- 电喷
- 我尝试在我的 LiveUSB ubuntu 上使用启动修复,但没有成功。
以下是我的结果:http://paste2.org/O93OtjOk
有人能告诉我我做错了什么或者如何解决吗?
答案1
启动你的 Live CD 安装 boot-repair
sudo add-apt-repository ppa:yannubuntu/boot-repair sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list sudo apt-get update sudo apt-get install -y boot-repair && (boot-repair &)
按照下面的说明安装 grub那里