Difference between revisions of "VBoxManage"

From Hawk Wiki
Jump to: navigation, search
(Created page with "==VBoxManage== <pre> VBoxManage controlvm # list vms VBoxManage list vms # show detail VBoxManage showvminfo vb1 </pre> === To make vboxautostart-service.service work, you n...")
(No difference)

Revision as of 03:01, 7 October 2022

VBoxManage

VBoxManage controlvm
# list vms 
VBoxManage list vms
# show detail
VBoxManage showvminfo vb1

To make vboxautostart-service.service work, you need to disable SELinux

sudo setenforce 0
vim /etc/selinux/config
# change to SELINUX=permissive