Hi,
i've installed Windows Server 2003 on Debian Etch with VirtualBox, there isn't any gui but only command line.

The virtual machine is automatically launched on boot with:

start-stop-daemon --start -c winserver2003 --exec /home/winserver2003/VMautostart.sh &

VMautostart.sh:

#!/bin/bash
VBoxVRDP -startvm WinServer2003 &

That works great, but i can't automatically shut down the virtual machine on server power off. I tried

VBoxVRDP managevm WinServer2003 poweroff &

but it doesn't work.

any suggestion?

Tommaso

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to