0

I am helping a colleague who i having trouble installing ubuntu 10.10. He downloaded the ISO and installed into his memory stick. It works fine when he boots from the memory stick and uses it in live mode.

But whenever he installs it, at the end of installation (and on subsequent restarts) all he gets is a terminal. The terminal is quite usable, and he can work in terminal mode fine, but after a while even the terminal is lost and the screen goes completely blank.

We've tried installing it several times, but it always ends up this way. Can someone point out what is going wrong?

Edit:

His machine is a Intel Core-2 Duo with a Foxconn motherboard with integrated graphics (Intel Ironlake chipset AFAIK).

MAK
  • 101

1 Answers1

2

Maybe the graphical environment is disabled.

Try:

startx

or when needed:

sudo startx

If this is the problem, you may need to proper configure your graphical environment settings to run at the very startup.

Another idea that comes to my mind is that your machine is probably stuck in the wrong virtual desktop. Try with the [Alt][F7] keys combo (or a different one) in order to search for the graphical environment, which may be already started but not shown.

This happened to me a couple of times, and was self-solved after updating.

Good luck.