Virtualbox: Difference between revisions

From Wiki
Jump to navigation Jump to search
Created page with 'When upgrading to a new version, may need to do this: <pre> sudo /etc/init.d/vboxdrv setup </pre>'
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{lowercase title}}
If the GUI Virtual Box Manager doesn't work, you can start containers from the command line:
<pre>
vboxmanage list vms
vboxmanage startvm win10
</pre>
When upgrading to a new version, may need to do this:
When upgrading to a new version, may need to do this:
<pre>
<pre>
sudo /etc/init.d/vboxdrv setup
sudo /etc/init.d/vboxdrv setup
</pre>
</pre>

Latest revision as of 16:21, 6 July 2021

If the GUI Virtual Box Manager doesn't work, you can start containers from the command line:

vboxmanage list vms
vboxmanage startvm win10

When upgrading to a new version, may need to do this:

sudo /etc/init.d/vboxdrv setup