Pagina 1 di 1

Bootsplash on Slack 12

Inviato: dom 5 ago 2007, 15:39
da metalzone
1 - Download bootsplash:
http://ftp.cgu.edu.tw/Mirror/linuxpacka ... 6-1kta.tgz


2 - Download your kernel diff file:
http://www.stadtwald21.de/mcbeister/boo ... index.html


3 - Aply patch to your kernel. (my folder is /usr/src/linux-2.6.22.1)

patch -p1 < /name_of_file.diff

recompile your kernel with option bootsplash enabled on devices -> graphics -> bootsplash

make; make modules; make modules_install; make install


4 - install bootsplash
installpkg bootsplash-12.0-i486-1kta.tgz


5 - configure your initrd
splash -s -f /etc/bootsplash/themes/SlackwareLinux/config/bootsplash-1024x768.cfg > /boot/initrd


6 - Example on lilo
image = /boot/vmlinuz
root = /dev/hda1
initrd = /boot/initrd
append = "splash=silent"

label = Linux
read-only


7 - Example on grub
# Linux bootable partition config begins
title Slackware Linux 12 - 2.6.22.1 - bootsplash
root (hd0,6)
kernel /boot/bootsplash/bzImage root=/dev/hda7 ro vga=791 splash=silent
initrd /boot/initrd
# Linux bootable partition config ends


8 - Now edit your rc.S and your rc.M on /etc/rc.d in the beginning of file insert

. /etc/rc.d/rc.bootsplash

and intercalated on processes start the function:

progressbar 10

process start

progressbar 20

process start....

progressbar 100

is in both files rc.S and rc.M.

i use grub and it works great.
let's work. :D

Inviato: dom 5 ago 2007, 16:02
da stan
Nice tutorial, thanks!

Re: Bootsplash on Slack 12

Inviato: dom 5 ago 2007, 19:26
da Dani
metalzone ha scritto: make; make modules; make modules_install; make install
Piccola precisazione: il make modules non è necessario se prima si è lanciato make.
Inoltre credo sia molto meglio copiare l'immagine del kernel, System.map e .config a mano; il make install puo' essere devastante :roll:

for dummies

Inviato: lun 6 ago 2007, 2:22
da metalzone
yes, i copy the files .config System.map and bzImage...

but this tuto is for dummies.

is more simple for peoples with no experience.

Inviato: mar 7 ago 2007, 0:01
da stan
Io ai tempi avevo seguito questo e non avevo avuto problemi:
http://www.slacky.eu/wikislack/index.ph ... igurazione

Inviato: mer 8 ago 2007, 12:32
da sbabaro
Io ho installato il bootsplash, ma non funziona la progress bar

Inviato: mar 21 ago 2007, 21:24
da aLvArO
concordo nn funziona
ho ripetuto le operazioni 2 volte
nn da segni di vita

Inviato: mer 22 ago 2007, 12:04
da aLvArO
ho risolto.
a chi nn funziona...ricordatevi di impostare in lilo vga = 791
e riprovate. nel caso nn funzionasse ancora prendete la patch da:
ftp://ftp.bootsplash.org/pub/bootsplash/kernel/
e rifate le operazioni.

Inviato: mer 22 ago 2007, 13:12
da darktux
sbabaro ha scritto:Io ho installato il bootsplash, ma non funziona la progress bar
salve a tutti,

tempo fa anche io mi sono chiesto "come si configura la progress bar?" ho trovato un link interessante con una guida ben fatta http://pollycoke.wordpress.com/2004/11/ ... ash-howto/
dopo esserci riuscito dopo molti smanettamenti mi sono accorto che è + bello settare in lilo: append = "splash=verbose" e vederti i messaggio del kernel.
Il link è lì a me ha funzionato....

slt

Darktux....