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
  • Could you tell us more about the hardware you are using, especially the graphics card. Try sudo start gdm or sudo service gdm start during your terminal session and see what happens. – sagarchalise Apr 08 '11 at 11:46
  • It's good idea to give some info on the hardware of the machine you're trying to install. – nejode Apr 08 '11 at 11:50
  • @sagarchalise and @nejode: I have updated my question. I will try the commands suggested by sagarchalise and let you know. – MAK Apr 08 '11 at 12:00
  • Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding more detail? http://askubuntu.com/questions/14008/i-have-a-hardware-detection-problem-what-logs-do-i-need-to-look-into – Jorge Castro Apr 08 '11 at 14:51
  • What do you mean "the terminal is lost"? Can you switch to another terminal with alt-F2? Does the caps lock key toggle the LED? Can you still enter a command ( like sudo shutdown -h now ) and have it work, even though you can't see it? – psusi Apr 08 '11 at 15:34
  • @Jorge Castro: Thanks. Since the weekend has already started here I don't have access to the machine (its a machine where I work). I will post more details as soon as I get them. @psusi: I have already tried alt+function buttons. They don't work. By 'terminal is lost` I mean that the whole screen goes blank (turns black with no prompt or cursor). At that point nothing works - it just stops. There is nowhere to enter a command into. I haven't tried toggling the caps lock, but I don't think it works either. I'll post results on Monday. – MAK Apr 08 '11 at 19:16

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.

  • Thank you. I had already tried alt+function keys and none of them worked. Since this is a machine where I work and the weekend has already started, I will have to wait until Monday to try startx. I'll let you know how that goes. – MAK Apr 08 '11 at 19:18