I want to automatically start a VirtualBox Virtual Machine at boot on a Ubuntu 14 Linux Headless Server.
I have tried @reboot via crontab, but the VboxHeadless command does not seem to work in conjunction with @reboot. I think its a timing issue.
So I have researched more and was guided to make a Upstart Script. How can I go about this?