Ubuntu 11.10 - VirtualBox working headless
I have the version 4.1.8.r75467 with it's extpack installed currently.
to start from command prompt:
>VBoxHeadless --startvm "VMName" &
to save and stop from command prompt:
>VBoxManage controlvm "VMName" savestate
to lauch the remote desktop viewer from command prompt
>rdesktop -u bob -p bobpass -z -f 10.129.52.53
where bob is username and bobpass is the password and ip address of the VM machine is : 10.129.52.53
I have the version 4.1.8.r75467 with it's extpack installed currently.
to start from command prompt:
>VBoxHeadless --startvm "VMName" &
to save and stop from command prompt:
>VBoxManage controlvm "VMName" savestate
to lauch the remote desktop viewer from command prompt
>rdesktop -u bob -p bobpass -z -f 10.129.52.53
where bob is username and bobpass is the password and ip address of the VM machine is : 10.129.52.53
No comments:
Post a Comment