diff options
Diffstat (limited to 'util/check_bootmode.sh')
-rw-r--r-- | util/check_bootmode.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |