[Bug 368264] Re: geninitrd: --with-bootsplash causes kernel panic with initramfs
Elan Ruusamäe
glen at delfi.ee
Tue Apr 28 08:54:09 CEST 2009
dude, where's the version?!
anyway in mod-bootsplash.sh there are lines:
for res in $BOOT_SPLASH_RESOLUTIONS; do
if [ -f "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg" ]; then
/bin/splash.bin -s -f "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg" >> "$target" && \
debug "Added $res $THEME theme to initrd."
else
warn "/etc/bootsplash/themes/$THEME/config/bootsplash-$res.cfg doesn't exist, skipped"
fi
done
and $target being the final .gz file.
nevertheless, regenerate initrd with -v option and show the output.
** Changed in: pld-linux
Assignee: (unassigned) => Elan Ruusamäe (glen666)
--
geninitrd: --with-bootsplash causes kernel panic with initramfs
https://bugs.launchpad.net/bugs/368264
You received this bug notification because you are subscribed to PLD
Linux.
Status in PLD Linux Distribution: New
Bug description:
When generating initramfs geninitrd with bootsplash the kernel is in panic with unknown rootfs.
Same initrd without --with-bootsplash works well.
Following <shadzik>, with initramfs (default in pld):
bootsplash should be generated, named bootsplash, copied to initramfs' rootdir and finally, generated initramfs
e.g.
/bin/splash.bin -s -f /etc/bootsplash/themes/livecd/config/bootsplash-1024x768.cfg > $MOUNTDIR/bootsplash
and then find . | cpio stuff
More information about the pld-bugs
mailing list