From e12ac9b213ef3e8ecebc0c3052ec7e0e8bd7a31c Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 12 Jan 2020 11:41:39 +0100 Subject: Test for new check_bootmode.sh. --- util/check_bootmode.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util') diff --git a/util/check_bootmode.sh b/util/check_bootmode.sh index 299856a..26f929c 100644 --- a/util/check_bootmode.sh +++ b/util/check_bootmode.sh @@ -21,6 +21,5 @@ if [ -d "/sys/firmware/efi/efivars" ]; then echo "Booted with UEFI" else - echo "Not booted with UEFI. Please enable it in your mainboard settings. - FAILED" - exit + echo "Booted with legacy boot / BIOS" fi -- cgit v1.2.3-70-g09d2