diff --git a/lib/util-base.sh b/lib/util-base.sh
index 00f51f0499d26a174ca65089730127b7ff0b357d..ed5e42abd96dbb3ccc5d9c25ed8ba7d04cde174e 100644
--- a/lib/util-base.sh
+++ b/lib/util-base.sh
@@ -651,7 +651,7 @@ install_systemd_boot() {
     DIALOG " $_InstUefiBtTitle " --yesno "\n$_InstSystdBBody\n " 0 0 || return 0
     clear
 
-    arch_chroot "bootctl --esp-path=${UEFI_MOUNT} --boot-path=/boot install" 2>$ERR
+    arch_chroot "bootctl install" 2>$ERR
     basestrap ${MOUNTPOINT} systemd-boot-manager
     arch_chroot "sdboot-manage gen" 2>$ERR
     check_for_error "systemd-boot" $?