LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Upgrade to Ubuntu 12.04, now monitor doesn't display? (https://www.linuxquestions.org/questions/linux-newbie-8/upgrade-to-ubuntu-12-04-now-monitor-doesnt-display-4175431096/)

bluefloyd 10-08-2012 06:04 AM

Upgrade to Ubuntu 12.04, now monitor doesn't display?
 
Hi all, I have upgraded Ubuntu from 10 to 12.04, 10 worked fine. When I fire the pc up I get the bios screen no problems however when Ubuntu boots up the display goes to an encrypted sort of interferance and the monitor says 'unsupported format' or something like that.

Does 12 ask more of the monitor than 10, hence the error? I'm going to see if I can borrow another monitor, just wondered if it's likely that it is the monitor or if the install has failed?

Thanks

Wim Sturkenboom 10-08-2012 08:23 AM

It's not the monitor, it's a misconfigured grub and possibly some more misconfiguration. So another monitor might help for now, but you can not forever borrow it or buy a new one each time Ubuntu decides to screw up :)

Quote:

the display goes to an encrypted sort of interferance
and
Quote:

'unsupported format'
Those two basically contradict each other. I assume you first get the first one and later the second one.

Please post make and model of your videocard and monitor.

PS: Does your first screen look like this one? http://ubuntuforums.org/showthread.php?t=1943960
PPS: Is this a dual boot?

bluefloyd 10-08-2012 01:49 PM

Thanks for your reply. It's sorted, sort of, seems that the part of the system boot which used to allow me to use a backup version for recovery is what is causing it. After leaving it for 30 seconds I pressed enter a few times, and hey presto I'm at the login screen.
The unsupported format message was from the monitor and not the pc. Its not actually encrypted I was trying to describe its appearance, not static but a garbled mess.

Wim Sturkenboom 10-08-2012 11:16 PM

Quote:

The unsupported format message was from the monitor and not the pc
I know :)

I guess you're talking about the grub menu. You can edit /etc/default/grub to try to get it sorted; you need root permissions for this (so use of sudo or gksudo). Find the following line in that file and remove the '#' at the beginning.
Code:

#GRUB_TERMINAL=console
Save the file and run the below command (this will update grub.cfg)
Code:

sudo update-grub
Next time you boot, you should get a normal grub menu (in case you're dual booting).

If you're not dual booting (and I think you're not), you can force Grub to show the menu. The same file contains a line like
Code:

GRUB_HIDDEN_TIMEOUT=10
Remove the number at the end and save the file (leave the '='). Next run update_grub as shown above.

bluefloyd 10-09-2012 02:37 AM

Thanks for your help, I'll give that a go.


All times are GMT -5. The time now is 03:19 PM.