Auto Start KVM Virtual Machine
Written by Yujin Boby
Edit in WordPressTo auto start a KVM Virtual Machine on boot time, use command
virsh autostart VMNAME_HERE
To disable a VM from auto starting, run
virsh autostart VMNAME_HERE --disable
See KVM
Written by Yujin Boby
Edit in WordPressTo auto start a KVM Virtual Machine on boot time, use command
virsh autostart VMNAME_HERE
To disable a VM from auto starting, run
virsh autostart VMNAME_HERE --disable
See KVM