Estou tentando instalar o Arch Linux em uma partição criptografada (LVM no LUKS). Eu segui o guia relevante do Arch Wiki , mas quando o fiz:
grub-install --recheck /dev/sda
isso me dá essa saída:
grub-install: error: failed to get canonical path of 'airootfs'
Então eu tentei fazer:
arch-chroot /mnt /bin/bash
grub-install --recheck /dev/sda
E isso me dá essa saída:
grub-install: warning: Attempting to install GRUB to a disk with multiple partition labels. This is not supported yet..
grub-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using bloclists. However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists
Eu tentei seguir a página de bootloader no wiki, mas não entendo o que devo fazer muito bem. Abaixo está uma captura de tela mostrando a saída de lsblk
(não consigo copiar / colar porque não quero desligar minha máquina durante a instalação):
Acho que o loop0
foi criado quando fiz grub-install --recheck /dev/sda
, mas não tenho certeza sobre isso.
Tags lvm luks arch-linux grub