I've written the following script to start my Virtual Boxes in the background on my Ubuntu machine. One VM is Solaris 10, and the other is WinXP. Can anyone give me some ideas on what I might be doing wrong? I've pasted the info from my machine below. The problem is that these machines will not boot at startup. But, if I su to root after the machine has booted and kick off the script manually they startup just fine. It's probably something simple, but I must be too close to the problem.
Thank you very much! That fixed it. I'm used to manually creating soft links for my scripts in other Unix OS's, such as Solaris. That solved my problem. The VMs are now starting at bootup as expected. I've included what I did below.
Sxx scripts in the run-levels are for Shutdown. Kxx scripts are for boot.
--- it's actually the other way around (Sxx = startup, and Kxx = shutdown/kill).
Ah, my bad.
Glad it works. Do some homework, and you certainly don't want to do everything yourself, you will waste a lot of time with that. Why run Debian with pre-build packages when you can run Gentoo and compile everything from source .