Displaying 2 results from an estimated 2 matches for "vm_var".
Did you mean:
vm_vars
2017 Feb 08
1
Re: Trouble moving OVMF guest to new host
...uld 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 with the disk image
and the XML configuration: some guest operating systems
are able to cope wit...
2017 Feb 08
3
Trouble moving OVMF guest to new host
Hello,
I recently had to reinstall my operating system on my computer. I made a
backup of the entire partition beforehand onto an external drive. Now I am
trying to import a VM from that backup onto the newly installed system.
What I've done so far:
- copied over the qcow2 disk image
- copied over the XML config file
- copied over the OVMF files under /usr/share/edk2.git/ovmf-x64/