5

I have Ubuntu installed inside VMWare Workstation 8. The host OS is Ubuntu 11.10. When I boot Ubuntu, and login, all is OK. But when I try to open console Ctrl+Alt+F1 it does not.

I have VMWare tools installed. How can I fix this?

jobin
  • 28,667
Mitch
  • 109,937

2 Answers2

5
  • Enter full-screen mode first with Ctrl+Alt+Enter
  • Click inside the Ubuntu VM (to make sure input is grabbed)
  • Then try entering tty1 with Ctrl+Alt+F1

Works great for me here.

ish
  • 142,198
1

Check if that keystroke combo is not being passed to Windows (host OS) instead. I have has similar issues with VirtualBox.

Note: You are still running the standard Ubuntu binary code, but on quite different 'hardware'. It is actually running on the VMware 8 emulation of a PC, not your desktop PC. Some keystrokes are (by default) retained for passing commands back to the host.

david6
  • 14,538