我正在尝试在 VMware 中安装 Arch Linux,但我遇到了 GRUB 问题:
在:
grub-install /dev/sda --target=x86_64-efi --efi-directory=/boot
出去:
Installing for x86_64-efi platform
EFI variables are not supported on this system.
EFI variables are not supported on this system.
grub-install: error: efibootmgr failed to register the boot entry: No such file or directory.
在:
grub-install --target=i386-pc /dev/sda
出去:
Installing for i386-pc platform
grub-install: warning: this GPT partition label contains no BIOS Boot Partitionl; embedding won't be possible.
grub-install: warning: Embedding os not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and theur use is discouraged..
grub-install: error: will not proceed with blocklists.
还有其他安装 GRUB 的方法吗?还是我做错了什么?
要使用 bios 模式在 GUID 分区表上安装 grub,您需要创建一个 bios_boot 分区。
GUID 分区表 (GPT) 特定说明