linux_wiki:configure_systems_to_launch_virtual_machines_at_boot

This is an old revision of the document!


Configure Systems To Launch Virtual Machines At Boot

General Information

For a VM to start on host boot, two things need auto-starting; the KVM service and the virtual machine itself.


Configure KVM to auto start specific virtual machines at boot.

Ensure libvirtd is enabled, enable if not

systemctl status libvirtd
systemctl enable libvirtd


Configure each VM with the autostart option using virsh

virsh list --all
virsh autostart <vm-name>

  • linux_wiki/configure_systems_to_launch_virtual_machines_at_boot.1457064110.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)