User Tools

Site Tools


packages:virtualbox

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
packages:virtualbox [2014-03-05 11:07]
glen
packages:virtualbox [2014-03-05 11:10]
glen add section
Line 3: Line 3:
 Oracle VM [[wp>​VirtualBox]] (formerly Sun VirtualBox, Sun xVM VirtualBox and innotek VirtualBox) is a virtualization software package for x86 and AMD64/​Intel64-based computers from Oracle Corporation as part of its family of virtualization products Oracle VM [[wp>​VirtualBox]] (formerly Sun VirtualBox, Sun xVM VirtualBox and innotek VirtualBox) is a virtualization software package for x86 and AMD64/​Intel64-based computers from Oracle Corporation as part of its family of virtualization products
  
 +===== Autostarting =====
  
 Since [[package>​VirtualBox|VirtualBox-4.3.8-4]] PLD package, you can autostart guests: Since [[package>​VirtualBox|VirtualBox-4.3.8-4]] PLD package, you can autostart guests:
Line 10: Line 11:
 $ VBoxManage setproperty autostartdbpath /​etc/​vbox/​autostart $ VBoxManage setproperty autostartdbpath /​etc/​vbox/​autostart
 </​code>​ </​code>​
-  - modify VM to enable autostart of it. (use ''​VBoxManage list vms''​ or ''​VBoxManage list runningvms''​ to figure out the UUID or VM name):<code sh>+  - modify VM to enable autostart of it: <code sh>
 $ VBoxManage modifyvm <​uuid|vmname>​ --autostart-enabled on $ VBoxManage modifyvm <​uuid|vmname>​ --autostart-enabled on
 </​code>​ </​code>​
  
 +You can use ''​VBoxManage list vms''​ or ''​VBoxManage list runningvms''​ to figure out the UUID or VM name).
  
 +If you're using [[vagrant]],​ then you can obtain uuid from ''​id''​ file:
 +<code sh>
 +$ cat .vagrant/​machines/​default/​virtualbox/​id
 +238dd504-f9f5-48c9-b214-cf64f16dc0ce
 +</​code>​
 +
 +**NB**! VM needs to be stopped for ''​modifyvm''​ command to succeed.
packages/virtualbox.txt ยท Last modified: 2014-03-05 21:36 by glen