0

I need access to an old VMWare Ubuntu image and I can't see the login screen. Well, I can see enough to know that it's Ubuntu 7.04, but not the actual area where I type credentials.

This is the same problem as here: Ubuntu Login Screen Resolution is Off

But I can't log in.

What would the sequence of keystrokes be to login to Ubuntu 7.04?, or is there a way I can force it to console login?

Jamie
  • 1,274
  • 7
  • 22
  • 39

3 Answers3

2

You should be able to log in by hitting Ctrl-Alt-F1 (or possibly Ctrl-Alt-F2) and logging in to a text console, assuming VMWare is capturing your keystrokes. After that, you can edit the file mentioned by using nano (iirc, 7.04 had nano in it) or vim.

vadipp
  • 449
  • 2
  • 4
  • 12
jdd
  • 266
  • 1
  • 3
  • I'll give that a shot: I solved my problem but this may have been the answer that I was looking for. – Jamie Sep 06 '11 at 16:11
0

If the virtual machine runs sshd (usually they do), you could just ssh to it. If it gets its address via DHCP you can look up its MAC address in VMware Client and then check leases on your DHCP server.

Paweł Brodacki
  • 6,451
  • 19
  • 23
0

You could try to type either
loginTabpasswordReturn
or
loginReturnpasswordReturn.

Good luck!

vadipp
  • 449
  • 2
  • 4
  • 12