After using omv-release-upgrade to upgrade from OMV 7.7.24 to OMV 8 my existing VM's that use UEFI didn't start anymore. I got an error saying that /usr/share/OVMF/OVMF_CODE.fd didn't exist.
When creating a new UEFI VM in the KVM plugin of OMV-Extras 8.x, I got a slightly different error related to an issue loading /usr/share/OVMF/OVMF_CODE_4M.fd. This new firmware apparently can't be loaded with the "rom=" option, but should be loaded with "loader readonly='yes' type='pflash'" To temporary resolve both issues I renamed /usr/share/OVMF/OVMF_CODE_4M.fd to /usr/share/OVMF/OVMF_CODE_4M.fd.org and created 2 symbolic links /usr/share/OVMF/OVMF_CODE.fd and /usr/share/OVMF/OVMF_CODE_4M.fd both pointing to /usr/share/ovmf/OVMF.fd (note the lowercase ovfm directory name, that directory also still exists and has an older UEFI firmware file that can be loaded with the "rom=" option. Anyone else experiencing the same issue?