mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Improve error message when no SecureBoot firmware was found.
This commit is contained in:
parent
7a0cf72213
commit
444616022e
1 changed files with 1 additions and 0 deletions
1
quickemu
1
quickemu
|
@ -378,6 +378,7 @@ function vm_boot() {
|
||||||
efi_vars "/usr/share/OVMF/x64/OVMF_VARS.fd" "${EFI_VARS}"
|
efi_vars "/usr/share/OVMF/x64/OVMF_VARS.fd" "${EFI_VARS}"
|
||||||
else
|
else
|
||||||
echo "ERROR! SecureBoot was requested but no SecureBoot capable firmware was found."
|
echo "ERROR! SecureBoot was requested but no SecureBoot capable firmware was found."
|
||||||
|
echo " Please install OVMF firmware."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
BOOT_STATUS="EFI (${guest_os^}), OVMF ($(basename "${EFI_CODE}")), SecureBoot (${secureboot})."
|
BOOT_STATUS="EFI (${guest_os^}), OVMF ($(basename "${EFI_CODE}")), SecureBoot (${secureboot})."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue