> On 13 May 2017, at 09:46, Jorge Almeida <[email protected]> wrote:
>
> In case someone is using kernel 4.11: I tried it and everything seems
> fine, except that the linux logo on the boot screen (i.e. tty1) is
> gone. It was there before (with 4.10.9), and I used make oldconfig.
Using `make oldconfig` isn't enough to diagnose - you need to establish whether
the option is enabled.
On my system:
$ uname -r
4.9.4-gentoo
$ zgrep -i logo /proc/config.gz
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
$
You can check to see if the options have changed in `make menuconfig`.
Stroller.