Hi All,
Currently I start my headless machines from the command line. Is there a way to start them (as headless) from the GUI (/usr/bin/VirtualBox)?
Many thanks,
-T
Can I start a VM as headless from /usr/bin/VirtualBox
-
ToddAndMargo
- Posts: 306
- Joined: 6. Aug 2007, 02:24
-
ToddAndMargo
- Posts: 306
- Joined: 6. Aug 2007, 02:24
Re: Can I start a VM as headless from /usr/bin/VirtualBox
Rats!Perryg wrote:Not headless.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Can I start a VM as headless from /usr/bin/VirtualBox
If it is Linux you can use a launcher to start it and even put it in the session manager on Debian based distro to launch it at boot up. Or write a start up script.
-
ToddAndMargo
- Posts: 306
- Joined: 6. Aug 2007, 02:24
Re: Can I start a VM as headless from /usr/bin/VirtualBox
I wrote my own "VM-Utils" to start them at rc3/5.d and stop them at rc0/6.d. Works really well. I was just looking for something easier when I was messing with (administering) them. I was hoping I was just missing some thing right under my nose.Perryg wrote:If it is Linux you can use a launcher to start it and even put it in the session manager on Debian based distro to launch it at boot up. Or write a start up script.
-T