I am running a Centos 5.5 VM on Windows 7 host. I want to provide just a console interface, as a full Gnome desktop is unnecessary.
I have tried changing the runlevel to 3 at boot time (hit e while booting and append <space>3 to boot line).
This does provide a console interface but I have two issues with it:
1) Guest additions seems not to be working - the console window captures the mouse and won't release it unless I hit right-ctrl
2) The console window does not resize with the VBox window.
In my previous thread on this subject (in Windows hosts), Sasquatch suggested:
Using Putty in the Windows host, how would I connect to the VM, i.e. what would the host name be?Sasquatch wrote:Or install it with Text Mode as option. That way, no X server will be installed. If they want a higher resolution terminal, then either use SSH and putty from the Host ...
Sorry, this is a bit fast for me. Is this idea to run an X server on Windows? Is xterm running on Windows or Linux?Sasquatch wrote:... or install X with xterm with a basic window manager that allows window resizing. You don't even need a login manager or display manager, they'll just run startx which should then give them only an xterm window.
David