Heyas
As seen with Sabayon Distros, they seem to have a 'working' splash screen, as i'd imagine one.
Back when i was more 'into' this, i had tried those settings but they didnt seems to work.
My current /etc/default/grub looks like:
Well this 'works', at least during the grub menu, and the "loading initramfs" display.
But as soon plymouth should be shown, or the splashscreen, all i see is as if i didnt change grub defaults, but plymouth to show only text.
What i want is that the grub splash screen is shown during 'dmesg' output on boot, in the background.
Instead i have some penguins on top, with plain dark background.
I had tried keep, keep quite, rhgb keep, with both, auto and 1024x600x32.
But none lasts past the initramfs.
Any ideas how to achieve this?
(or what to search for, because splashscreen results in "change to keep and voila" which doesnt match my expectations)
Hope you know what i'm talking about?
Thank you in advance.
EDIT:
I had also looked at:
http://forums.fedoraforum.org/showthread.php?t=272122
http://forums.fedoraforum.org/showthread.php?t=276691
http://forums.fedoraforum.org/showthread.php?t=280259
As seen with Sabayon Distros, they seem to have a 'working' splash screen, as i'd imagine one.
Back when i was more 'into' this, i had tried those settings but they didnt seems to work.
My current /etc/default/grub looks like:
Code:
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/redhat-release)"
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm.lv=awesome/swap vconsole.keymap=sg $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rd.luks.uuid=luks-abcdef98345-4567-4557-4568-20395049245 rd.lvm.lv=awesome/root rd.dm=0 "
GRUB_DISABLE_RECOVERY="true"
GRUB_FONT=/boot/grub2/DejaVuSansMono-Oblique.pf2
GRUB_BACKGROUND="/boot/grub2/themes/starfield/starfield.png"
#GRUB_THEME="/boot/grub2/themes/starfield/theme.txt"
GRUB_GFXMODE=1024x600x32
GRUB_GFXPAYLOAD=1024x600x32
GRUB_GFXPAYLOAD_LINUX="keep"
But as soon plymouth should be shown, or the splashscreen, all i see is as if i didnt change grub defaults, but plymouth to show only text.
What i want is that the grub splash screen is shown during 'dmesg' output on boot, in the background.
Instead i have some penguins on top, with plain dark background.
I had tried keep, keep quite, rhgb keep, with both, auto and 1024x600x32.
But none lasts past the initramfs.
Any ideas how to achieve this?
(or what to search for, because splashscreen results in "change to keep and voila" which doesnt match my expectations)
Hope you know what i'm talking about?
Thank you in advance.
EDIT:
I had also looked at:
http://forums.fedoraforum.org/showthread.php?t=272122
http://forums.fedoraforum.org/showthread.php?t=276691
http://forums.fedoraforum.org/showthread.php?t=280259