Estou tentando instalar o Arch Linux no VMware e tenho problemas com o GRUB:
dentro:
grub-install /dev/sda --target=x86_64-efi --efi-directory=/boot
Fora:
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.
dentro:
grub-install --target=i386-pc /dev/sda
Fora:
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.
Existem outras maneiras de instalar o GRUB? Ou estou fazendo algo errado?
Para instalar o grub em uma tabela de partição GUID com o modo bios, você precisa criar uma partição bios_boot.
Instruções específicas da tabela de partição GUID (GPT)