![Arch Linux의 GRUB 설치 문제](https://linux55.com/image/161063/Arch%20Linux%EC%9D%98%20GRUB%20%EC%84%A4%EC%B9%98%20%EB%AC%B8%EC%A0%9C.png)
나는 Arch Linux 설치 위키를 따라왔고 grub을 설치하려고 할 때 다음 중 하나를 얻습니다.
grub-install: error: failed to get canonical path of `udev`
또는
/boot doesn't look like an EFI partition
사실 sda1은 EFI 파티션입니다.
길을 잃었어요. 누가 도와줄 수 있나요?
편집: GRUB을 설치 중입니다.
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
편집 2: fdisk는 다음을 제공합니다.
Device ID Type
sda1 ef EFI
sda2 83 Linux
sda3 82 Swap
부팅 가능한 항목은 없으며 파티션 크기는 각각 30GB, 430GB 및 2GB입니다.