Re: [libvirt-users] Trouble moving OVMF guest to new host

2017-02-08 Thread Bashe, Joe
Awesome, that worked perfectly. I just had to copy the variable store (it was in /var/lib/libvirt/qemu/nvram), and the VM booted right up! Thank you for the help! Best regards, Joe ​ -- Joseph Bashe Technical Director Bashe Development +1 (323) 999-1731 On Wed, Feb 8, 2017 at 4:12 PM, Andrea

Re: [libvirt-users] Trouble moving OVMF guest to new host

2017-02-08 Thread Andrea Bolognani
On Wed, 2017-02-08 at 20:13 +0300, Aleksei wrote: > I'm running libvirt in user session and libvirt creates VARS part of OVMF in > ~/.config/libvirt/qemu/nvram/ > Check your xml, there should be lines like this: > > hvm > /UEFI_OVMF/OVMF_CODE.fd > /home/username/.config/libvirt/qemu/n

Re: [libvirt-users] Trouble moving OVMF guest to new host

2017-02-08 Thread Žilvinas Žaltiena
Hello, I suppose OVMF_CODE-pure-efi.fd is likely your firmware (CODE in name). There should also be firmware's variable template file (used for the 1st startup, usually there is VARS in file name) and firmware variable file, where firmware's actual settings are stored. Those 3 files can be d

Re: [libvirt-users] Trouble moving OVMF guest to new host

2017-02-08 Thread Aleksei
eksei/ *From:* Bashe, Joe *Sent:* Wednesday, February 08, 2017 7:53PM *To:* Libvirt-users *Subject:* [libvirt-users] Trouble moving OVMF guest to new host Hello, I recently had to reinstall my operating system on my computer. I made a backup o

[libvirt-users] Trouble moving OVMF guest to new host

2017-02-08 Thread Bashe, Joe
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 - cop