Gentoo Archives: gentoo-user

From: Wang Xuerui <idontknw.wang@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel boot messages are no longer displayed
Date: Sun, 25 May 2014 11:56:42
Message-Id: CABK5mSZOjiN-orM0E1F5i3K642TCsBOyN4kjDqGx+F=CwH_7Mg@mail.gmail.com
In Reply to: [gentoo-user] Kernel boot messages are no longer displayed by Hilco Wijbenga
1 2014-05-25 4:20 GMT+08:00 Hilco Wijbenga <hilco.wijbenga@×××××.com>:
2 > Hi all,
3 >
4 > Since kernel 3.12.13 (3.12.13-gentoo), the kernel boot messages have
5 > disappeared, i.e. they are no longer displayed at boot time. All I get
6 > is a line like "Loading kernel 3.12.13". (I just upgraded to
7 > 3.12.20-gentoo, so now it's something like "Loading kernel 3.12.20".)
8 >
9 > I have no idea why. I checked my grub config and it does not add a
10 > "quiet" argument. I see nothing in /etc/rc.conf about quiet (or
11 > verbose). And X86_VERBOSE_BOOTUP is set to 'y'. I also looked for
12 > "quiet", "boot", and "messages" (while running "make xconfig") and
13 > nothing untoward showed up.
14 >
15 > How do I get back to a normal and sane boot process?
16
17 Hi, I also experienced this change earlier this year, and it seems the
18 old behavior can be restored by setting loglevel=7 in kernel cmdline.
19 Actually, not printing that much message can lead to a small
20 performance gain, as some console drivers tend to not be very fast;
21 but you certainly can have the messages if you want.
22
23 Hope that helps~