1
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 …