Ich benutze Debian Sarge. Bin dieser Anleitung gefolgt:
http://www.linuxforen.de/forums/showthr ... ge=1&pp=15
Um Bootsplash zu benutzen habe ich den Kernel 2.6.10 von kernel.org runtergeladen und dann den Kernel gepacht und kompiliert
dann eine initrd erstellt:
Code: Alles auswählen
splash -s -f /etc/bootsplash/themes/current/config/bootsplash-1024x768.cfg >> /boot/x
Code: Alles auswählen
title Debian GNU/Linux, kernel 2.6.8-2-686-smp
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-2-686-smp root=/dev/hdc1 ro
initrd /boot/initrd.img-2.6.8-2-686-smp
savedefault
boot
title Debian , kernel 2.6.10
root (hd0,0)
kernel /boot/linux-2.6.10 root=/dev/hdc1 ro vga=791
initrd /boot/x
savedefault
boot
Code: Alles auswählen
VFS: Cannot open root device "hdc1" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)