Make sure Legacy boot is in legacy mode
This commit is contained in:
parent
145dc472af
commit
0598fb3321
1
quickemu
1
quickemu
@ -418,6 +418,7 @@ function vm_boot() {
|
|||||||
BOOT_STATUS="EFI (${guest_os^}), OVMF (${EFI_CODE}), SecureBoot (${secureboot})."
|
BOOT_STATUS="EFI (${guest_os^}), OVMF (${EFI_CODE}), SecureBoot (${secureboot})."
|
||||||
else
|
else
|
||||||
BOOT_STATUS="Legacy BIOS (${guest_os^})"
|
BOOT_STATUS="Legacy BIOS (${guest_os^})"
|
||||||
|
boot="legacy"
|
||||||
secureboot="off"
|
secureboot="off"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user