0

My computer is running Debian Linux and is having a problem starting up. After I select the OS from the GRUB bootloader, I see messages for the drivers being loaded then I get a completely pixelated screen and getting stuck there. I have not installed any new hardware. What could be causing this?

EDITED: Here is a video of the boot process: http://youtu.be/NutfywloGO0

EDITED: Here is a screenshot of the pixelated screen. Could it be that the resolution is out of limits? How could I edit that if that is the case.

Screenshot

Omtara
  • 101
  • 2

5 Answers5

1

Can the server boot in single user mode? If yes, the problem is in a daemon contained in /etc/rc2.d/. If no, the problem is before in boot process.

NoNoNo
  • 1,963
  • 14
  • 20
0

Use "Ctrl+Alt+F2 or F3" , you should see the text console of the boot process. The last started process or status should lead you to the correct solution.

Chakri
  • 1,070
  • 6
  • 8
  • I am seeing the text console of the boot process without pressing any key. But when the boot process is over, I am getting the pixelated screen. – Omtara May 02 '12 at 20:27
  • What is the last process its completed ? – Chakri May 02 '12 at 21:09
0

If it's a graphic card problem, you may activate serial console and access to your server from your pc using a serial cable.

zfou
  • 183
  • 1
  • 5
0

This is a hardware or driver problem.

If you expect to be a driver problem, try to boot with a LiveCD. If it is working try to configure the Debian kernel to use VGA or try noapic, acpi=off etc. Try to boot with a different kernel.

If you expect to be a hardware problem, then check the following components in this order:

  • VGA card - by replacing it with a good one
  • memory - run a memory test from the BIOS of the server, run a memory test suite like memtest86+
  • power supply - replace with a good one
  • motherboard - replace with a good one
  • CPU - run a CPU test from a LiveCD

Switching cards around could fix the problem if you have a IRQ sharing an a broken driver.

EDIT:

From the video I can see that you are starting X. You do not need this on a server. Try to disable it. Change in the /etc/inittab the initdefault line from 5 to 2:

id:2:initdefault
Mircea Vutcovici
  • 17,619
  • 4
  • 56
  • 83
0

I had the same problem once, when the grub splash file was corrupted or not available. Could you check that? Please also post you full grub config and partition layout.

Craig
  • 570
  • 4
  • 13