Hi List

I downloaded, patched and compiled the kernel 2.6.11.7 for using
bootsplash. I used the following command:
MAKEFLAGS="CC=gcc-3.3" make-kpkg --initrd --revision=custom.1.0
kernel_image

But when I want to boot the computer using it, the bootsplash silent
mode screen apears and it freezes. If I look to the verbose tty (F2) I
got the following at the end of the boot messages:
-----------------------------------------------------
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)
-----------------------------------------------------

This is my /etc/lilo.conf file:
-----------------------------------------------------
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"
-----------------------------------------------------


I can boot with the new kernel using the second entry in the lilo.conf
(Label=Debian New). This entry uses the same kernel but without
bootsplash

At the begining I wasn't any bootsplash screen and the same kernel
panic messge, but I made a new initrd image using:
splash -f -s
/etc/bootsplash/themes/newlinux/config/bootsplash-1280x1024.cfg >>
/boot/initrd.splash

Some advice?

Thank you in forehand

Alvaro.

PD: Do you know where the booting log is stored? I took a look at
/etc/log/messages and /etc/log/system but I didn't found any line with
the error. I guess the system doesn write the information at this
point... but it sounds more real that I did't found the rigth file.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to