mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-12-19 23:25:58 +00:00
Use 2M not 4M UEFI firmware images to workaround #2417734
https://bugzilla.redhat.com/show_bug.cgi?id=2417734 is about a bug we've seen with edk2 20250812 and later where VMs quite often seem to hang on boot, or at least boot extremely slowly so the test times out waiting for them to reach a login screen. We found out in testing that using the smaller-sized edk2 images seems to avoid the problem, so let's do that until it can be fixed properly. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6a83d8a901
commit
9af30427e8
@ -65,8 +65,8 @@
|
||||
"settings": {
|
||||
"ARCH_BASE_MACHINE": "64bit",
|
||||
"CONSOLE_EXTRA_ARGS": "",
|
||||
"INSECURE_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE_4M.qcow2",
|
||||
"INSECURE_PFLASH_VARS": "/usr/share/edk2/ovmf/OVMF_VARS_4M.qcow2",
|
||||
"INSECURE_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE.fd",
|
||||
"INSECURE_PFLASH_VARS": "/usr/share/edk2/ovmf/OVMF_VARS.fd",
|
||||
"MINCPU": "Nehalem",
|
||||
"PART_TABLE_TYPE": "gpt",
|
||||
"QEMUCPU": "host",
|
||||
@ -80,8 +80,8 @@
|
||||
"QEMU_MAX_MIGRATION_TIME": "720",
|
||||
"QEMU_VIRTIO_RNG": "1",
|
||||
"UEFI": "1",
|
||||
"UEFI_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE_4M.secboot.qcow2",
|
||||
"UEFI_PFLASH_VARS": "/usr/share/edk2/ovmf/OVMF_VARS_4M.secboot.qcow2",
|
||||
"UEFI_PFLASH_CODE": "/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd",
|
||||
"UEFI_PFLASH_VARS": "/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd",
|
||||
"UEFI_SECURE": "1",
|
||||
"WORKER_CLASS": "qemu_x86_64"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user