Link to home
Start Free TrialLog in
Avatar of bryanchandler
bryanchandlerFlag for United States of America

asked on

Running Virtualbox script at startup

I've setup a SQL server VM using Virutalbox on one of my servers.  It needs to boot when the host server starts up.  I have it running via "vboxheadless.exe" so it'll run w/o displaying the guest UI.
I setup a simple batch script that starts the VM.  I've tested the script & it works.
I setup a scheduled task to run this script at startup.  When the server reboots, Scheduled Tasks shows that it runs the script, but the VM isn't running when I log into the server.
Is it a requirement that a local profile be loaded in order to run the VM in Virutalbox?
I'd love to be able to run the VM as a service, but couldn't find anything on how this could be done.
Thanks!
ASKER CERTIFIED SOLUTION
Avatar of confused2gether
confused2gether

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bryanchandler

ASKER

I will attempt this & award points if it works.
This is a solution, but we've decided to get a dedicated server for the SQL database.