thansThanks for this answer, daniel shapero . refind supports archArch without extra edits @dmn. iI am doing the below to install refindrefind, especially the "extra_kernel_version_strings" is important, the efiEFI directory is yours, does dual boot windowsWindows as well automatically in case you have windowsWindows on it, or other linuxLinux distros:
pacman -S refind mkdir -p /efi/EFI/Boot cp /usr/share/refind/refind_x64.efi /efi/EFI/Boot/bootx64.efi cp -r /usr/share/refind/drivers_x64/ /efi/EFI/Boot/ echo 'extra_kernel_version_strings linux,linux-hardened,linux-lts,linux-zen,linux-git;' > /efi/EFI/Boot/refind.conf echo 'fold_linux_kernels false' >> /efi/EFI/Boot/refind.conf echo 'default_selection "linux from"' >> /efi/EFI/Boot/refind.conf