Re: Weird output labeling boot partition.
Reply #1 –
pretty sure that uefi partition should not be mounted as /mnt/boot. /mnt/boot is for legacy boot esp if you use btrfs or f2fs or if you use gpt partition scheme and set a partition as bios_grub.
Anyway that is not the proper mount point for uefi. you need to look at that again.
mkdir /mnt/boot/efi
mount /dev/sda1 /mnt/boot/efi