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
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/nvram/vm_VARS.fd /--Regards, Aleksei/ -

[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

Re: [libvirt-users] accessing USB as storage device through lxc container.

2017-02-08 Thread Martin Kletzander
On Tue, Feb 07, 2017 at 11:00:54AM -0800, ravi mh wrote: Thanks Martin for the info. I have tried the below snippet in the libvirt xml. /dev/sdc1 I meant not root@ir800-lxc:~# mount /dev/sdc1 /mnt/usbdr/ mount: permission denied (are you root?)