I have a Ubuntu 10.10 as a host and a Windows XP SP3 as guest and i would like to know hoy can I realize about the guest execution service state. It happens that i'm tryin to run the VM from the linux console and then run some programs on the Windows guest, but if I run a script like this:
Code: Select all
#!/bin/sh
VBoxManage startvm "Windows XP"
VBoxManage guestcontrol exec "Windows XP" "cmd.exe" --username ******** --password ******** --verbose
Code: Select all
Waiting for the VM to power on...
VM has been successfully started.
Waiting for guest to start process ...
VBoxManage: error: The guest execution service is not ready.Thanks for reading.