Witam. Rozwiazalem swoje problemy wiec moze dla potomnosci zostawie opis jak to zrobilem:
Nie mialem progressbara z bootsplasha podczas uruchamiania systemu. # apt-get install sysv-rc-bootsplash Reading package lists... Done Building dependency tree... Done sysv-rc-bootsplash is already the newest version. 0 upgraded, 1 newly installed, 0 to remove and 34 not upgraded. Need to get 6106B/6106B of archives After unpacking 0B of additional disk space will be used. Do you want to continue [Y/n]? y ..... Testing if patches apply cleanly... 4 out of 5 hunks FAILED -- saving rejects to file /etc/init.d/rcS.rej Patches would not apply cleanly. dpkg: Fehler beim Bearbeiten von sysv-rc-bootsplash (--configure): Subprocess post-installation script returned error code 1 Fehler traten auf beim Bearbeiten von: sysv-rc-bootsplash E: Sub-process /usr/bin/dpkg returned an error code (1) Patche nie pasuja do nowej wersji sysv-rc do wersji Sid/Eth Debiana. A wiec lekkie obejscie problemu: # cd /tmp/ # mkdir patch # wget http://ftp.de.debian.org/debian/pool/main/s/sysvinit/sysv-rc_2.86.ds1-1_all.deb # dpkg --extract sysv-rc_2.86.ds1-1_all.deb /tmp/patch # cp /etc/init.d/rc /etc/init.d/rc.orig # cp /etc/init.d/rcS /etc/init.d/rcS.orig # cp /tmp/patch/etc/init.d/rc /etc/init.d/rc # cp /tmp/patch/etc/init.d/rcS /etc/init.d/rcS # apt-get install sysv-rc-bootsplash i teraz wszystko pieknie smiga :) Debian Sid. Kernel 2.6.15. Co do ACPI ktore smicilo mi wszedzie komunikatami debug to wylaczylem ta opcje w konfiguracji jajka i po problemie. -- Pozdrawiam. HaflingeR. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

