James Gray wrote: > [EMAIL PROTECTED] wrote: > >> Hi > >> is anybody able to though more light: > >> > >> To rebuild my kernel (its a long story ...) I do: > >> > >> apt-get source linux-image-2.6.15-25-686 > >> apt-get build-dep linux-image-2.6.15-25-686 > >> unpack /usr/src/linux-source-2.6.15.tar.bz2 > >> link linux to linux-source-2.6.15 > >> copy /boot/config-2.6.15-25-686 to .config > >> edit Makefile to make EXTRAVERSION = > >> instead of the rubbish in there.(.7-ubuntu1) > >> make oldconfig > >> make-kpkg --append-to-version "-25-686" --stem linux -us -uc --initrd > >> kernel_image > >> > >> OK the trouble starts here: > >> > >> dpkg -i linux-image-2.6.15-25-686_10.00.Custom_i386.deb > >> bla ... > >> Searching for splash image ... none found, skipping ... > >> Found kernel: /boot/vmlinuz-2.6.15-25-686 > >> Found kernel: /boot/memtest86+.bin > >> > >> How do I add the splash image? sudo apt-get install grub-splashimages
then you need to update the file /boot/grub/menu.lst add something like this near the top: splashimage=(hd0,0)/boot/grub/splashimages/bike_gua.xmp.gz if you websearch "grub splash image" you'll find sites explaining how to make your own splash images. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
