Skip to content

Commit

Permalink
Merge pull request #1261 from Nordix/fix_uefi_firmware
Browse files Browse the repository at this point in the history
Fix incorrect EFI firmware reference in VM template
  • Loading branch information
metal3-io-bot authored Jul 27, 2023
2 parents 4e5497b + 32f90c7 commit 218c493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-setup/roles/libvirt/templates/baremetalvm.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<os>
<type arch='{{ libvirt_arch }}' machine='q35'>hvm</type>
{% if libvirt_firmware == 'uefi' %}
<loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.secboot.fd</loader>
<loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader>
{% if libvirt_secure_boot|bool %}
<nvram template="/usr/share/OVMF/OVMF_VARS.secboot.fd">/var/lib/libvirt/qemu/nvram/{{ item.name }}.fd</nvram>
{% else %}
Expand Down

0 comments on commit 218c493

Please sign in to comment.