Content
"Virtual machines on Linux" on https://aligot-death.space, available at https://aligot-death.space/wiki/virtual-machines-on-linux-en
Virtual machines on Linux
Quick notes on working with VMs on Linux (debian)
Installation of the gaming machine#
TODO when reinstalling.
Moving a VM#
Based on `Moving KVM/QEMU VMs <https://kamprianis.eu/michalis/i.think/personal/200628-moving-kvmqemu-vms-.html>`__ on kamprianis.eu
- Shut VM down
- Use virsh list --all, sudo virsh list --all and sudo virsh pool-list --all respectively to get infos
- sudo mv <old_path>/mv.qcow2 <new_path>/mv.qcow2
- sudo service libvirtd restart
- sudo virsh vol-list to check if machine is recognized
- sudo virsh edit debian10, search for old path and replace it.
- boot VM to check if all is well.