Automatically Starting Guests After Reboot Follow these steps to make guests start automatically during the reboot phase. Set a guest to start automatically by entering the following command [localadmin@localhost network-scripts]$ sudo virsh autostart vt800_128 [sudo] password for localadmin: Domain vt800_128 marked as autostarted [localadmin@localhost network-scripts]$ Stop a guest from starting automatically by entering the following command [localadmin@localhost network-scripts]$ sudo virsh autostart --disable vt800_128 Domain vt800_128 unmarked as autostarted [localadmin@localhost network-scripts]$