From 95510df887883d9b13ec2307ac1df19e70961df8 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 3 Feb 2023 13:40:56 +0100 Subject: [PATCH] fix GUID on BIOS --- usr/lib/archboot/installer/bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index adb670673..1c3923e63 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -953,9 +953,9 @@ _install_bootloader_uefi() { _install_bootloader() { _S_BOOTLOADER="" + _set_guid || return 1 _destdir_mounts || return 1 # switch for mbr usage - _set_guid || return 1 if [[ -z "${_NAME_SCHEME_PARAMETER_RUN}" ]]; then _set_device_name_scheme || return 1 fi