Ceci est la suite de ce topic
http://forums.archlinux.fr/topic12065.html
Depuis la mise a jour vers systemd, je ne vois plus fbsplash au demarrage
Il fonctionnait très bien avant
je n'ai rien changé a mon fichier /boot/grub/menu.lst
Code : Tout sélectionner
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz-linux root=/dev/disk/by-uuid/9c2da8a1-a0b8-493e-9340-3b632b64cebb elevator=deadline ro vga=792 noatime splash=silent,fadein,fadeout,theme:arch-banner-icons console=tty1 quiet
initrd /initramfs-linux.img
Puis refait l'image avec: mkinitcpio -p linux
Quand je teste le thème
Code : Tout sélectionner
splash_manager -c demo -t arch-black --steps 100
Code : Tout sélectionner
Error: Theme 'arch-black' doesn't seem to provide a config file for the current resolution (0x0)
Après réinstallation du thème arch-black, j'ai cette réponse
Code : Tout sélectionner
Couldnt get a file descriptor referring to the console
It looks like there's another instance of the splash daemon running (pid 73).
Stop it first or run this program with `--minstances'.
cat: /usr/lib/splash/cache/daemon.pid: Aucun fichier ou dossier de ce type
/usr/bin/splash_manager: ligne282: /bin/grep: Aucun fichier ou dossier de ce type
A noter que la séquence de boot ne dure qu'une dizaine de secondes
Merci pour vos suggestions