The default bootsplash ( or Plymouth theme) in Fedora 14 is pretty boring, not to say ugly.
Fedora has more themes available, to install them all; As root:
yum install plymouth-theme-charge plymouth-theme-fade-in plymouth-theme-script plymouth-theme-solar plymouth-theme-spinfinity
That is 5 themes to choose from!
I chose plymouth-theme-spinfinity for its professional look. It requires two commands to do this.
As root;
plymouth-set-default-theme spinfinity
/usr/libexec/plymouth/plymouth-update-initrd
That should to it, if you decide to use another theme don’t forget to do the second command to make it work.
Have fun,
Tuxicity.
Thanks to The Fedora Design team!
You can shorten this somewhat to:
plymouth-set-default-theme -R spinfinity
The “-R” (or –rebuild-initrd) option regenerates the initial ram-disk boot image for you automagically.
Comment by Scott Marshall — November 19, 2010 @ 8:44 pm
Thanks, makes it much easier!
Comment by tuxicity — November 20, 2010 @ 4:16 am
thanks …for the help..
Comment by saurub — May 14, 2011 @ 12:46 pm