Is there a way to connect to a virtualbox guest os without the use of vrdp?
I have a virtualbox test server that seems to halt somewhere during early boot and I would like to connect to it from a terminal on the host in a similar fashion as vrdp. I don't have access to any GUI stuff on the host. Both the guest and the host are ubuntu servers. Regular networking on the guest is not enable by the time it halts. (Is serverfault more appropriate?)
EDIT: I ended up installing X on a related host then used rdesktop in the usual fashion.
ssh -Xto connect to the host and then use X11 forwarding to use the VirtualBox GUI. – sbtkd85 Sep 12 '11 at 16:58rdesktop-vrdporvirtualboxshould work. – sbtkd85 Sep 12 '11 at 17:20