VBox command line
-
ninicp
- Posts: 4
- Joined: 27. Sep 2009, 06:18
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
VBox command line
I'm trying to set up an automated start up for work so a few minutes before I have to wake up for work my computer sets up all the stuff I need for work. I run Fedora 10 as my host and all of my work takes place inside of a XP Guest. I'm trying to set up a crontab to start up my VM, but I need to know the bash command needed to start the graphical VM. Once I have that open I can make a macro to do what I need inside of XP. Does anyone know the command to start a VM?
Re: VBox command line
Its in the Manual.
[This space is intentionally left blank]
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
-
ninicp
- Posts: 4
- Joined: 27. Sep 2009, 06:18
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
Re: VBox command line
Right....thanks for your overwhelming help. So would you care to expound on that because I've already searched through the man file and there isn't anything that shows how to run the VM graphically. So does anyone know the command?
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: VBox command line
He means the User Manual. Have a look at the Homepage.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
ninicp
- Posts: 4
- Joined: 27. Sep 2009, 06:18
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
Re: VBox command line
I guess I came to the wrong place for help.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: VBox command line
The VirtualBox Users guide and read in Chapter 8. VBoxManage reference. Several ways to start the VM are in there, depending on how you want it to start.
Here is a small snip.
You would create a script using this command and the run the script however you need.
Here is a small snip.
- VBoxManage startvm <uuid>|<name>
[--type gui|sdl|vrdp|headless]
You would create a script using this command and the run the script however you need.
-
ninicp
- Posts: 4
- Joined: 27. Sep 2009, 06:18
- Primary OS: Fedora 10
- VBox Version: OSE Fedora
- Guest OSses: XP
Re: VBox command line
Thank you very much Perryg that's exactly what I needed I appreciate your help.