I finally got Virtualbox running on my Debian box but I kept wanting to just start the virtual machine from my Fluxbox menu instead of running the GUI and selecting it from there. After digging around I found that there is an executable VBoxManage that comes with VirtualBox to accomplish this. All you do is pass the name of the virtual box along with startvm option and done!.

VBoxManage startvm "Windows XP"