Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Tux AWOL
Date: Sun, 14 May 2017 03:31:30
Message-Id: E505BACA-9934-4C9F-B7C6-E66278B475EA@stellar.eclipse.co.uk
In Reply to: [gentoo-user] [OT] Tux AWOL by Jorge Almeida
1 > On 13 May 2017, at 09:46, Jorge Almeida <jjalmeida@×××××.com> wrote:
2 >
3 > In case someone is using kernel 4.11: I tried it and everything seems
4 > fine, except that the linux logo on the boot screen (i.e. tty1) is
5 > gone. It was there before (with 4.10.9), and I used make oldconfig.
6
7 Using `make oldconfig` isn't enough to diagnose - you need to establish whether the option is enabled.
8
9 On my system:
10
11 $ uname -r
12 4.9.4-gentoo
13 $ zgrep -i logo /proc/config.gz
14 CONFIG_LOGO=y
15 # CONFIG_LOGO_LINUX_MONO is not set
16 # CONFIG_LOGO_LINUX_VGA16 is not set
17 CONFIG_LOGO_LINUX_CLUT224=y
18 $
19
20 You can check to see if the options have changed in `make menuconfig`.
21
22 Stroller.

Replies

Subject Author
Re: [gentoo-user] [OT] Tux AWOL Jorge Almeida <jjalmeida@×××××.com>