[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Kernel panic al arrancar con imagen de bootsplash en kernel 2.6.11.7



Hola Lista
He bajado, parchado y compilado el kernel 2.6.11.7 para usar
bootsplash. Use el siguiente comando para compilarlo:
MAKEFLAGS="CC=gcc-3.3" make-kpkg --initrd --revision=custom.1.0
kernel_image

Pero al bootear con él. Aparece la imagen del bootsplsh y se queda
congelado casi al principio del booteo. Si voy a "verbose" (F2) aparece
el siguiente mensaje:
-----------------------------------------------------
RAMDISK: Couldn't find valid RAM diskimage starting at 0
VFS: CAnnot open root device "305" or unknown block (3,5)
Please append a correct root= boot option
Kernel panic- no suncing: VFS: unable to mount fs on unknown - block
(3,5)
-----------------------------------------------------

Este es mi archivo /etc/lilo.conf:
-----------------------------------------------------
lba32

# Specifies the boot device
boot=/dev/hda

root=/dev/hda5

# Bitmap configuration for /boot/coffee.bmp
bitmap=/boot/coffee.bmp
bmp-colors=12,,11,15,,8
bmp-table=385p,100p,1,10
bmp-timer=38,2,13,1

install=bmp

# Prompt to use certaing image. If prompt is specified without timeout,
# boot will not take place unless you hit RETURN
prompt
timeout=50

# Specifies the location of the map file. If MAP is
# omitted, a file /boot/map is used.
map=/boot/map

vga = 791 # Esto es para ver la consola a 1024x768x16
append = "video=vesa:ywrap,mtrr splash=silent"

image=/boot/vmlinuz-2.6.11.7
label="Debian Renew"
initrd=/boot/initrd.splash
read-only

image=/boot/vmlinuz-2.6.11.7
label="Debian New"
initrd=/boot/initrd.img-2.6.11.7
read-only

image=/boot/vmlinuz-2.6.11-1-k7
label="Debian Etch"
initrd=/boot/initrd.img-2.6.11-1-k7
read-only

# image=/boot/vmlinuz-2.6.8-2-k7
# label="Debian Etch old"
# initrd=/boot/initrd.img-2.6.8-2-k7
# read-only

# If you have another OS on this machine (say DOS),
# you can boot if by uncommenting the following lines
# (Of course, change /dev/hda2 to wherever your DOS partition is.)
other=/dev/hda1
label="Maldito Windows"
-----------------------------------------------------


Yo consigo bootear con la segunda entrada "Debian New", la cual
corresponde al mismo kernel pero sin usar bootsplash para iniciar.

Al principio ni siquiera aparecia la pantalla de bootsplash pero me
hice una imagen nueva (splash -f -s
/etc/bootsplash/themes/newlinux/config/bootsplash-1280x1024.cfg >>
/boot/initrd.splash) y aparecio. Claro que sigo con el mismo "kernel
panic"

¿Alguna sugerencia?

Saludos

Gatopolar

PD: En que .log se guarda el comienzo del booteo? Miré en
/etc/log/messages y /etc/log/system pero hay ninguna linea con el
error. Pareciera ser que muere antes de empezar a guardar registrar en
el .log



Reply to: