DaanHoogland opened a new issue, #13547: URL: https://github.com/apache/cloudstack/issues/13547
The problem still exists independent on the version of libvirt. I tried libvirt 11.10.0 The issue is the format of the nvram disk file. I converted it from raw to qcow2 and can now take snapshots with memory of VMs with UEFI. Here are my changes in the XML config: **from:** `<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='**raw**'>/var/lib/libvirt/qemu/nvram/a5b15197-6388-4bc8-a4f4-c446d28fde7c.fd</nvram>` **to:** `<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='**qcow2**'>/var/lib/libvirt/qemu/nvram/a5b15197-6388-4bc8-a4f4-c446d28fde7c.**qcow2**.fd</nvram>` _Originally posted by @ingox in https://github.com/apache/cloudstack/discussions/12427#discussioncomment-17524924_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
