Click to See Complete Forum and Search --> : Blank Screen after installing Kernel 2.6
sminons
11-26-2003, 11:28 AM
tried installing the linux 2.6 test 10 kernel. After compiling and installing the new new kernel (kerneltrap.org/node/view/799), when I try to boot, all I get is a blank screen. The same happened when I tried installing the test 9, 2.6 kernel. What is wrong ?. Am I missing something?
Do you have all the stuff you need in Console Drivers ?
VGA text console
Video mode selection support
(And framebuffer if you prefer that)
sminons
11-26-2003, 11:44 AM
How do I check that?
make menuconfig
when you are in the directory that has your kernel's source code, then scroll down to the section with teh console driver stuff and look.
sminons
11-26-2003, 12:09 PM
I had enabled all the options, but still the same. I get a blank screen when the new kernel boots.
elderdays
11-26-2003, 12:47 PM
List your specs...
sminons
11-26-2003, 01:43 PM
Pentium 4
128 MB Ram
Mandrake Linux 9.1 ( Kernel 2.4.21-0.13mdk )
Nvidia GeForce2
elderdays
11-26-2003, 01:47 PM
What kind of mother board? Chipset? etc. You may even post the config file you are trying to use (relevant parts)
rbrimhall
11-26-2003, 01:50 PM
Originally posted by sminons
Pentium 4
128 MB Ram
Mandrake Linux 9.1 ( Kernel 2.4.21-0.13mdk )
Nvidia GeForce2
I don't think the standard nvidia drivers work with 2.6... that could be the prob.
sharth
11-26-2003, 01:51 PM
do not enable the framebuffer...
please post your /etc/lilo.conf , you grub.conf and your kernel config (.config in top level source directory)
sminons
11-26-2003, 02:01 PM
lilo.conf
++++++++++++++++++++++++++
boot=/dev/hdc
map=/boot/map
vga=0x0122
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hdc1
initrd=/boot/initrd.img
append="devfs=mount acpi=off quiet"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hdc1
initrd=/boot/initrd.img
append="devfs=mount acpi=off"
read-only
other=/dev/fd0
label="floppy"
unsafe
image=/boot/vmlinuz-2.4.21-0.13mdk
label="old_linux"
root=/dev/hdc1
initrd=/boot/initrd-2.4.21-0.13mdk.img
append="quiet mem=128 devfs=mount acpi=off"
vga=788
read-only
image=/boot/bzImage2.6
label="manoj-2.6"
root=/dev/hdc1
append="mem=128 devfs=mount acpi=off"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hdc1
initrd=/boot/initrd.img
append="devfs=nomount acpi=off failsafe"
read-only
++++++++++++++++++++++++++
.config ( relevant parts )
++++++++++++++++++++++++++
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_CYBER2000=m
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=y
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
CONFIG_FB_HGA=m
CONFIG_FB_RIVA=m
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
# CONFIG_FB_MATROX_G450 is not set
# CONFIG_FB_MATROX_G100A is not set
CONFIG_FB_MATROX_I2C=m
CONFIG_FB_MATROX_MULTIHEAD=y
CONFIG_FB_RADEON=m
CONFIG_FB_ATY128=m
CONFIG_FB_ATY=m
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GX=y
# CONFIG_FB_ATY_XL_INIT is not set
CONFIG_FB_SIS=m
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=m
CONFIG_FB_3DFX=m
CONFIG_FB_VOODOO1=m
CONFIG_FB_TRIDENT=m
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_MDA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_FONT_6x11=y
CONFIG_FONT_PEARL_8x8=y
CONFIG_FONT_ACORN_8x8=y
CONFIG_FONT_MINI_4x6=y
CONFIG_FONT_SUN8x16=y
CONFIG_FONT_SUN12x22=y
#
# Logo configuration
#
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
#
# Sound
#
+++++++++++++++++++++++++++++
I am using an Intel 845 motherboard
bascule
12-04-2003, 01:18 PM
Make sure your .config has
CONFIG_INPUT=y, CONFIG_VT=y, CONFIG_VGA_CONSOLE=y and CONFIG_VT_CONSOLE=y
A lot of people have discovered that taking their .config from 2.4 and
running make oldconfig to pick up new options leads to problems, notably
with CONFIG_VT not being set.
according to the halloween document:
http://ftp.kernel.org/pub/linux/kernel/people/davej/misc/post-halloween-2.5.txt
lamatop
12-04-2003, 01:56 PM
I have seen the same on several of the 2.6.0-testXX's
Try disabling all of the Framebuffer drivers except "VGA 16 colors" and "VESA VGA".
This should work. It did for me.