linux_wiki:configure_systems_to_launch_virtual_machines_at_boot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:configure_systems_to_launch_virtual_machines_at_boot [2016/02/29 21:50]
billdozor created
linux_wiki:configure_systems_to_launch_virtual_machines_at_boot [2019/05/25 23:50]
Line 1: Line 1:
-====== Configure Systems To Launch Virtual Machines At Boot ====== 
- 
-**General Information** 
- 
-About this page/how-to/script.  
- 
----- 
- 
-onfigure KVM to auto start specific virtual machines at boot. 
- 
-Ensure libvirtd is enabled, enable if not 
-<code bash> 
-systemctl status libvirtd 
-systemctl enable libvirtd 
-</code> 
- 
-Configure each VM with the autostart option using virsh 
-<code bash> 
-virsh 
-list --all 
-autostart <vm-name> 
-</code> 
- 
----- 
  
  • linux_wiki/configure_systems_to_launch_virtual_machines_at_boot.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)