Skip to content

Instantly share code, notes, and snippets.

@mikeymop
Created February 10, 2018 07:56
Show Gist options
  • Save mikeymop/bb0ad51a2ec22f09fea0d1dbe8e05000 to your computer and use it in GitHub Desktop.
Save mikeymop/bb0ad51a2ec22f09fea0d1dbe8e05000 to your computer and use it in GitHub Desktop.
Plymouthd fix Fedora 25+
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
#added for plymouth
GRUB_GFXPAYLOAD_LINUX="keep"
GRUB_VIDEO_BACKEND="efi_gop" ## OR "efi_uga"
GRUB_TERMINAL_OUTPUT="gfxterm"
GRUB_FONT_PATH="/boot/efi/EFI/fedora/fonts/unicode.pf2"
GRUB_GFXMODE="1920x1080x24"
# Administrator customizations go in this file
#[Daemon]
#Theme=fade-in
[Daemon]
Theme=charge
ShowDelay=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment