Black screen after installing patches on new computer

Latest response

Dell Precision T1700
ATI Firepro 2270 video card
Redhat 6.5

After patching the computer and rebooting, the screen stays blank. I tried CTRL + ALT + backspace and nothing. I tried factory recovery and then unselecting the video drivers but still the same. I do get the POST screen but once it starts to load the OS it blanks out. I tried taking out the video card and booting up with the onboard video. It says i915 0000:00:02:0: More than 8 outputs detected. Is there anything I can try to fix this?

Responses

updated
Hi Jarett,

/usr/bin/aticonfig --initial 

Note, this will be different if you are using dual head display)

  • After the system comes up, use/try one of the pseudo-terminals (ctrl-alt-f2, ctrl-alt-f3, etc), and see if you can use a terminal login.
  • Often after applying patches, one must apply a driver for the graphics card.

    • check to see if there is a ati-fglrx document under /usr/share/ati-fglrx or /usr/share/ati*
    • Check your history as root to see if there's any clues from the original setup of the graphics

    • If you manage to log in with a pseudo-terminal, examine your system logs, xorg logs, xorg,conf, etc.

  • Are you able to ssh to the system from another system after booting?

I'll post tomorrow with the command we use

Thanks. Hopefully that will fix the problem. I did pull out the video card and I can hit CTRL + ALT + F1, F2, etc. Once I put the card back in I can't press anything.

I've had to fix some systems by using ssh to connect remotely to them and then run the applicable commands (I patch numerous systems, servers workstations, and on occasion have to run it remotely via ssh). If you happen to have this managed under a Red Hat Satellite server, you can pass the commands remotely...

I'll verify my script/command tomorrow and post here. I'll see if I can later include the script to somewhat automate this.

Jerett,

The preparation script we run before a kernel patch changes the default run level to 3 in /etc/inittab, and moves the start script in /etc/rc3.d/s999aticonfig.sh from a lower case "s" to uppercase so it invokes at run level 3.

The script has the system copy the xorg.conf with a time/date stamp at the end of the file, then reboot and go to go to init 3.

That start script in init 3 then runs:

/usr/bin/aticonfig --initial
/usr/bin/aticonfig --xinerama=on
  • If it is dual head, it runs the following instead of the above block:
/usr/bin/aticonfig --initial=dual-head
/usr/bin/aticonfig --xinerama=on
  • Then after this, the script changes the inittab back to 5 and reboots, and renames the start script in /etc/rc3.d/S999aticonfig.sh to a lower case "s".

In the overwhelming number of systems, this works without incident.

The fglrx rpm must be installed prior to these commands above (but if it has already been ran previously, I do not believe it needs to be ran again)

Let us know how it goes...

Kind Regards...

Hi Jarett,

How did this go?

Kind Regards,

Oh sorry I forgot. I did a workaround by resetting to factory image. Then I created an xorg.conf file and saved it. Then I patched the system and shut it down. I pulled the video card so I could get to the prompt to copy the file back. Now it booted all the way up and everything worked great. So I shut it back off again and installed the video card but it would freeze. I kind of gave up for now and just pulled the video card back out.

If I were to continue troubleshooting, do you have the script that you mentioned?

Hi Jarett,

I'll post the scripts I spoke of for you (kinda busy today, probably next week). The scripts I spoke of are for systems whose drivers I know I have. I've made satellite server configuration channels for both ati drivers and nvidia driver workstation systems. I have this for both rhel 5 and 6. If you do not have a satellite server, you could use a different method to deploy the scripts.

The scripts automate the process of updating the drivers after a kernel update for my workstations. I'll get back to you here.

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.