You are not logged in.

#1 2021-01-24 13:52:43

luofeiyu
Member
Registered: 2015-11-03
Posts: 30

failed to get canonical path of /boot/efi-during my first installation

I install archlinux this way.

mount  /dev/sda1  /mnt
swapon /dev/sda2
pacstrap /mnt base linux linux-firmware vim nano
getfstab -U /mnt >>  /mnt/etc/fstab
arch-chroot /mnt
pacman -S grub efibootmgr os-prober
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-di=grub

The last command result in error:

failed to get canocical path of /boot/efi

How can i fix it?

Offline

#2 2021-01-24 13:54:11

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: failed to get canonical path of /boot/efi-during my first installation

You didn't mount your ESP

Offline

Board footer

Powered by FluxBB