Page 1 of 1

Start guest os directly, bypassing configurator launch.

Posted: 23. Mar 2010, 18:05
by jao
Hello.

Is there any way to launch guest os immediately with VirtualBox VM? Launching the VBox app then os, then closing the VBox app isn't very pleasant, especially if you need it like 10 times a day.

Thanks.

Re: Start guest os directly, bypassing configurator launch.

Posted: 23. Mar 2010, 18:21
by Perryg
This and other command line options are available in your VirtualBox Users Manual.

VBoxManage startvm <uuid>|<name>
[--type gui|sdl|vrdp|headless]

Re: Start guest os directly, bypassing configurator launch.

Posted: 23. Mar 2010, 21:06
by rpmurray
jao wrote:especially if you need it like 10 times a day.
If you're having to start it that often, why not just leave it running in the background instead if shutting it down?

Re: Start guest os directly, bypassing configurator launch.

Posted: 24. Mar 2010, 12:55
by jao
Perryg wrote:This and other command line options are available in your VirtualBox Users Manual.

VBoxManage startvm <uuid>|<name>
[--type gui|sdl|vrdp|headless]
Thanks man. I admit, I completely forgot to look in the manual... But I did forum search though.
rpmurray wrote:
jao wrote:especially if you need it like 10 times a day.
If you're having to start it that often, why not just leave it running in the background instead if shutting it down?
I'm short on RAM. Even if my guest OS occupies only 256 MB I run out of ram fairly easy. I use VBox only for Tortoise SVN.