mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Make sure Legacy boot is in legacy mode
This commit is contained in:
parent
145dc472af
commit
0598fb3321
1 changed files with 1 additions and 0 deletions
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 a new issue