Vous avez installé ubuntu ou Kubuntu sur votre système.
Si vous avez ajouté ensuite kubuntu-desktop ou (et) xubuntu-desktop, et ou ubuntu-desktop, lors d'une mise à jour du noyau il est possible que le logo au boot de la machine ait changé.
Si vous voulé retrouver le logo d'origine, ou en changer, c'est faisable en passant deux commandes :
sudo update-alternatives --config usplash-artwork.so
puis :
sudo dpkg-reconfigure linux-image-$(uname -r)
Dans la première commande, un menu vous sera proposé pour choisir l'usplash de votre choix.
La deuxième commande reconfigure le kernel et l'initramfs avec l'image séléctionnée.
Détail de la procédure :
$ sudo update-alternatives --config usplash-artwork.so
Password:
There are 2 alternatives which provide `usplash-artwork.so'.
Selection Alternative
-----------------------------------------------
1 /usr/lib/usplash/usplash-default.so
*+ 2 /usr/lib/usplash/kubuntu-splash.so
Press enter to keep the default[*], or type selection number: 1
Using `/usr/lib/usplash/usplash-default.so' to provide `usplash-artwork.so'.
~$ sudo dpkg-reconfigure linux-image-$(uname -r)
Not touching initrd symlinks since we are being reinstalled (2.6.12-10.24)
Not updating image symbolic links since we are being updated (2.6.12-10.24)
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst .
Searching for splash image... none found, skipping...
Found kernel: /boot/vmlinuz-2.6.12-10-386
Found kernel: /boot/vmlinuz-2.6.12-9-386
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
~$