diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 1c435bb67..687ccbcab 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -1233,7 +1233,7 @@ _install_bootloader() { if [[ "${_RUNNING_ARCH}" == "aarch64" || "${_RUNNING_ARCH}" == "riscv64" ]]; then _do_uboot else - _dialog --title " BIOS Menu " --menu "" 7 50 3 \ + _dialog --title " BIOS Menu " --menu "" 8 50 3 \ "GRUB" "GRUB BIOS" \ "LIMINE" "LIMINE BIOS" 2>"${_ANSWER}" case $(cat "${_ANSWER}") in