From 01ca84566a85ab16917ea1044d46b580774ecc16 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 25 Sep 2021 23:25:18 +0100 Subject: [PATCH] Default to EFI booting --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index ca4d5da..93d2dc9 100755 --- a/quickemu +++ b/quickemu @@ -565,7 +565,7 @@ function usage() { } # Lowercase variables are used in the VM config file only -boot="legacy" +boot="efi" cpu_cores="" disk_img="" disk="64G"