Page 1 of 1

start Guest OS from Ubuntu Desktop

Posted: 29. Sep 2009, 21:11
by ncornelisse
With the VMware player it is quite easy to start a Guest OS directly from your Desktop, by assigning the the extension of the Virtual disk to the player. So you don't have first to start the player and then the guest OS
Is there an easy way to do this with the VBox.

Thanks
NC

Re: start Guest OS from Ubuntu Desktop

Posted: 29. Sep 2009, 21:24
by Sasquatch
Yes, create a launcher and put this command in it.

Code: Select all

VBoxManage startvm <vmname>
Replace <vmname> with the name of your VM. If it contains spaces, either escape it with a \, or enclose the full name with quotes ("").