[Voyage-linux] Boot animation (plymouth)
Valerio Pachera
(spam-protected)
Tue Oct 16 23:55:53 HKT 2012
2012/10/16 Valerio Pachera <sirio81 at gmail.com>:
> Did anybody installed and configured plymouth to have and animated boot?
Well...I did it :-D
I've been following the steps of this guid
http://wiki.debian.org/plymouth#Configuration
Shortly:
remoutrw
aptitude update
aptitude install linux-firmware plymouth plymouth-themes-all
plymouth-set-default-theme --list
plymouth-set-default-theme fade-in
nano /etc/initramfs-tools/modules
-> drm
-> radeon modeset=1
nano /boot/grub/menu.lst
(note that I have a safe copy for second choise)
---
title voyage-linux-12ott11
root (hd0,0)
kernel /vmlinuz root=LABEL=ROOT_FS quiete splash vga=791
initrd /initrd.img
title voyage-linux-12ott11-normal
root (hd0,0)
kernel /vmlinuz root=LABEL=ROOT_FS
initrd /initrd.img
---
update-initramfs -u
remoutro
reboot
More information about the Voyage-linux
mailing list