Displaying 1 result from an estimated 1 matches for "ovmf_".
Did you mean:
ovmf
2017 Feb 08
1
Re: Trouble moving OVMF guest to new host
...rt creates VARS part of OVMF in ~/.config/libvirt/qemu/nvram/
> Check your xml, there should be lines like this:
> <os>
> <type arch='x86_64' machine='pc-q35-2.7'>hvm</type>
> <loader readonly='yes' type='pflash'>/UEFI_OVMF/OVMF_CODE.fd</loader>
> <nvram>/home/username/.config/libvirt/qemu/nvram/vm_VARS.fd</nvram>
... or in /var/lib/libvirt/qemu/nvram, if you're using
the system-wide libvirtd instance.
Anyway, Aleksei is right that you should copy over the
variable store (vm_VARS.fd) along wit...