You are not logged in.
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=grubThe last command result in error:
failed to get canocical path of /boot/efi
How can i fix it?
Offline
You didn't mount your ESP
Offline