Difference between revisions of "HOWTO change plymouth theme in ROSA"

From Rosalab Wiki
Jump to: navigation, search
(Created page with "Category:HowTo '''Plymouth''' is an application (''bootsplash'') that runs very early in the boot process (even before the root filesystem is mounted!) that provides a gr...")
 
(+ how to disable theme)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
'''Plymouth''' is an application (''bootsplash'') that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background .
 
'''Plymouth''' is an application (''bootsplash'') that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background .
  
By default ROSA comes with minimalistic grey plymouth theme "Mandriva-Rosa".  
+
By default ROSA comes with minimalistic plymouth theme "Rosa-EE" (background colors may vary depending on ROSA edition).  
[[File:ROSA plymouth0.png|none|thumb|"Mandriva-Rosa" plymouth theme]]
+
[[File:Rosa-EE-plymouth.jpg|none|thumb|"Rosa-EE" plymouth theme]]
 
If you wish to change it for some other theme you should do the following (will take the bluish [http://kde-look.org/content/show.php/MIB+Ossigeno+Ultimate+Plymouth?content=126945 MIB Ossigeno Ultimate Plymouth] theme as example):
 
If you wish to change it for some other theme you should do the following (will take the bluish [http://kde-look.org/content/show.php/MIB+Ossigeno+Ultimate+Plymouth?content=126945 MIB Ossigeno Ultimate Plymouth] theme as example):
  
Line 19: Line 19:
  
 
Reboot and enjoy watching :)
 
Reboot and enjoy watching :)
 +
 +
=== Disable Plymouth Theme ===
 +
To completely disable plymouth theme, edit {{File|/etc/default/grub}} file ('''root''' permissions are required) and remove '''quiet''' and '''splash''' parameters (in particular, '''splash=silent''') from GRUB_CMDLINE_LINUX_DEFAULT
 +
 +
After that, update GRUB2 (with root privileges, as well):
 +
 +
# sudo update-grub2
 +
 +
[[ru:Как изменить тему plymouth в РОСЕ]]

Latest revision as of 17:59, 30 January 2016


Plymouth is an application (bootsplash) that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background .

By default ROSA comes with minimalistic plymouth theme "Rosa-EE" (background colors may vary depending on ROSA edition).

"Rosa-EE" plymouth theme

If you wish to change it for some other theme you should do the following (will take the bluish MIB Ossigeno Ultimate Plymouth theme as example):

1) download the theme archive

2) extract the folder and copy it as root in /usr/share/plymouth/themes (the full path will be /usr/share/plymouth/themes/MIB-Ossigeno-Ultimate-Plymouth)

3) remove the folder /usr/share/plymouth/themes/Mandriva-Rosa or rename it ('Mandriva-Rosa.old' for example)

4) insert as root

plymouth-set-default-theme MIB-Ossigeno-Ultimate-Plymouth
/usr/libexec/plymouth/plymouth-generate-initrd
/usr/libexec/plymouth/plymouth-update-initrd

Reboot and enjoy watching :)

Disable Plymouth Theme

To completely disable plymouth theme, edit /etc/default/grub file (root permissions are required) and remove quiet and splash parameters (in particular, splash=silent) from GRUB_CMDLINE_LINUX_DEFAULT

After that, update GRUB2 (with root privileges, as well):

# sudo update-grub2