fix(bios): set machine type to pc for legacy BIOS boot

Fixes #1764
Fixes #1755

Signed-off-by: Martin Wimpress <martin@wimpress.org>
This commit is contained in:
Martin Wimpress 2026-01-23 15:58:02 +00:00 committed by Martin Wimpress
parent 4d334454de
commit cfc6856e30
1 changed files with 2 additions and 0 deletions

View File

@ -770,6 +770,8 @@ function configure_bios() {
BOOT_STATUS="Legacy BIOS (${guest_os^})"
boot="legacy"
secureboot="off"
# Legacy BIOS boot requires the i440fx/PIIX3 chipset (pc), not Q35
MACHINE_TYPE="pc"
fi
echo " - BOOT: ${BOOT_STATUS}"