相关疑难解决方法(0)

GRUB2 可以和 Windows 共享 EFI 系统分区吗?

我有一个现有的 Windows 7 GPT 安装,它已经有一个 EFI 系统分区。

我现在正在尝试在单独的硬盘上安装 Linux,该硬盘也是 GPT 格式。我没有找到任何可以在没有 EFI 系统分区的情况下启动 grub 的工作方法,所以我的问题是:

grub2 是否可以使用与 Windows 相同的 EFI 系统分区?我如何告诉 grub2 使用它?

澄清我的设置:

gpt /dev/sda:
    1 EFI System partition created by windows (100MB)
    2 "Microsoft reserved partition" (200MB)
    3 Windows root (rest of disk)

gpt /dev/sdb:
    # After answering my own question: this partition is not needed
    1 boot partition containing grub, kernels etc.(32MB)
    2 crypto LVM partition (rest of disk)
Run Code Online (Sandbox Code Playgroud)

我希望 grub2 使用现有的/dev/sda1EFI 分区。

PS:我的主板支持 EFI。

dual-boot windows grub2 gpt uefi

33
推荐指数
1
解决办法
5万
查看次数

标签 统计

dual-boot ×1

gpt ×1

grub2 ×1

uefi ×1

windows ×1