Hans de Goede (
hansdegoede) wrote2019-02-28 02:54 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Testing Flicker Free Boot on Fedora 29
For those of you who want to give the new Flicker Free Boot enhancements for Fedora 30 a try on Fedora 29, this is possible now since the latest F29 bugfix update for plymouth also includes the new theme used in Fedora 30.
If you want to give this a try, add "plymouth.splash_delay=0 i915.fastboot=1" to your kernel commandline:
Run the following commands to get the updated plymouth and the new theme and to select the new theme:
If you want to give this a try, add "plymouth.splash_delay=0 i915.fastboot=1" to your kernel commandline:
- Edit /etc/default/grub, add "plymouth.splash_delay=0 i915.fastboot=1" to GRUB_CMDLINE_LINUX
- Run "sudo grub2-mkconfig -o /etc/grub2-efi.cfg"
Run the following commands to get the updated plymouth and the new theme and to select the new theme:
- "sudo dnf update plymouth*"
- "sudo dnf install plymouth-theme-spinner"
- "sudo cp /usr/share/pixmaps/fedora-gdm-logo.png /usr/share/plymouth/themes/spinner/watermark.png"
- "sudo plymouth-set-default-theme -R bgrt"