Code: Select all
common.c:(.text+0xb7): undefined reference to `makedev' However I tried that plymouth. Too bad it only has a few themes. For creating an initramfs there is only genkernel-next or dracut. I was always using genkernel.
Ok, I switched to genkernel-next, merged the configuration and created the initramfs. However it fails to open my LUKS as it seems that all modules where missing at creation:
https://github.com/Sabayon/genkernel-next/issues/55
This genkernel-next fork is focussing on systemd, but should still work on OpenRC.
What about dracut, which is also focussing on systemd, is that a recommendation on OpenRC?
To get at least some color on the booting terminal, I tried setting up some grub theme:
Code: Select all
# grep -v "^#" /etc/default/grub
GRUB_DISTRIBUTOR="Gentoo"
GRUB_DEFAULT="saved"
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=menu
GRUB_CMDLINE_LINUX_DEFAULT="keymap=de splash crypt_root=UUID=e609e76c-419f-4677-ff00-872290730e6f root=LABEL=gentoo dobtrfs"
GRUB_GFXMODE=1920x1080x32
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_THEME="/boot/grub/themes/starfield/theme.txt"
GRUB_BACKGROUND="/etc/splash/livecd-2007.0/images/verbose-1920x1200.png"
GRUB_DISABLE_SUBMENU=y
GRUB_TERMINAL_OUTPUT="gfxterm"However when starting grub I get an error:
Code: Select all
error: Premature end of compressed.
Press any key to continue...Code: Select all
# df -h |grep boot
/dev/mmcblk0p1 1,9G 65M 1,7G 4% /boot


