HackTrade
NEW. Daca vrei sa faci ceva si nu stii posteaza in categoria HELP ce nu stii si o sa te ajutam noi
|
Nou pe simpatie: Angi pe Simpatie.ro
 | Femeie 25 ani Bucuresti cauta Barbat 26 - 52 ani |
|
|
HackTradeInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
kilahModerator
Postari: 1
|
|
Asta e un tutorial pt inst la ceva
Instalare bootsplash pt kernel 2.6.x de la slackware Eu am instlat acest bootsplash pe kernel 2.6.17.13-smp si functioneaza fara nici o problema.
[~] Instalam bootsplash programu.
$ cd /tmp $ wget http://ftp.scarlet.be/pub/linuxpackages ... 6-2kta.tgz $ installpkg bootsplash-11.0-i486-2kta.tgz $ rm -rf bootsplash-11.0-i486-2kta.tgz
in cazul in care folositi slapt-get puteti sa il instalati :
$ slapt-get install bootsplash
[~] Facem patch la kenel.
$ cd /root
sau
$ cd ~
Acuma facem wget si instalam patch pentru kernel.
$ wget ftp://ftp.openbios.org/pub/bootsplash/k ... .6.15.diff $ cd /usr/src/linux-2.6.x ( ex: cd /usr/src/linux-2.6.17.13/ ) $ patch -p1 Acuma recompilam kernelu cu suppot de bootsplash.
$ make menuconfig
Setarile din kernel trebuie facut asa :
Under Device Drivers > Block Devices
RAM disk [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support
Under Device Drivers > Graphics Support
Support for frame buffer devices [*] VESA VGA graphics support [*] Video mode selection support Framebuffer Console support [*] Select compiled-in fonts [*] VGA 8x8 font [*] VGA 8x16 font [M]Logo configuration [ ] Bootup logo (Il dezactivam) [*] Bootup splash screen
Salvam setarile facute si recompilam kernelu
$ make ; make install ; make modules_install
Dupa ce este recompilat kernelu
$ /sbin/depmod -ae -F System.map $ cp /arch/i386/boot/bzImage /boot/vmlinuz
[~] Acuma facem initrd de boot splash
$ /sbin/splash -s -f /etc/bootsplash/themes/Linux/config/bootsplash-1024�768.cfg >> /boot/initrd.splash acesta este doar un exemplu, modificati comanda dupa themesu dumneavoastra [~] Acuma mai trebe editat in /etc/lilo.conf
$ pico /etc/lilo.conf
la linix cu vga trbe sa fie vga = 791 [*] Sunt 2 exemple primu este bootsplash normal iar al doilea bootsplash cu slient.
[!] Primu exemplu cu bootsplash normal. # VESA framebuffer console vga = 791 # Linux with bootsplash image = /boot/vmlinuz root = /dev/hda4 label = Slacware initrd = /boot/initrd.Linux read-only # End of linux with bootsplash
[!] Al doilea exemplu cu bootsplash slient. # VESA framebuffer console vga = 791 # Linux with bootsplash image = /boot/vmlinuz root = /dev/hda4 label = Slacware initrd = /boot/initrd.Linux append=splash=silent read-only # End of linux with bootsplash
Dupa accea salvezi lilo.conf si ca sa fi sigur ca nu o sa ai nici o eroare la bootloader folosesti urmatoarea comanda
$ /sbin/lilo
[!] Exemplu root:~> /sbin/lilo Added Slacware * root:~> Daca ai un raspuns aseamantor cu acesta insemna ca lilo va reporni fara nici o eroare.
By Ghost Kilah
_______________________________________ www.unixcod.org
|
|
| |
|