[kanchilug] [Tip] Launch Your VirtualBox machine via Terminal

  • From: "Tha.Suresh" <jemenisuresh@xxxxxxxxx>
  • To: ILUG-C <ilugc@xxxxxxxxxxxxx>, KanchiLug <kanchilug@xxxxxxxxxxxxx>, ilug-bengaluru@xxxxxxxxxxxxxxxx, Mlug <glug-meerut@xxxxxxxxxxxxxxxx>, Linux Delhi <iitdlug@xxxxxxxxxxxxxxxx>, puduvailug@xxxxxxxxxxxxx
  • Date: Tue, 17 May 2011 16:12:59 +0530

Launch Your VirtualBox machine via Terminal

$ VBoxManage startvm "name"

Replace the tag "name" with the os which you prefer to run. This command
will run your preferred os, without having you to open the VirtualBox and
then selecting the os.


Ex:

[suresh@mercury ~]$ VBoxManage startvm "ubuntu"
Waiting for the VM to power on...
VM has been successfully started.
suresh@mercury ~]$


-- 
Warm Regards,
Tha.Suresh


My experiences with Linux:  http://thasulinux.wordpress.com

Other related posts:

  • » [kanchilug] [Tip] Launch Your VirtualBox machine via Terminal - Tha.Suresh