From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C6EA91381FA for ; Sun, 25 May 2014 15:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53F35E0871; Sun, 25 May 2014 15:13:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C738E07D0 for ; Sun, 25 May 2014 15:13:09 +0000 (UTC) Received: from [192.168.1.100] (unknown [68.49.223.78]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id D363E33FA47 for ; Sun, 25 May 2014 15:13:07 +0000 (UTC) Message-ID: <53820875.5060407@gentoo.org> Date: Sun, 25 May 2014 11:12:53 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Kernel boot messages are no longer displayed References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8f435ba3-1052-47c0-9d9d-51c87d0e2cb3 X-Archives-Hash: 54c06b695b9acd7acf578040e545dbc2 On 05/24/2014 04:20 PM, Hilco Wijbenga wrote: > Hi all, > > Since kernel 3.12.13 (3.12.13-gentoo), the kernel boot messages have > disappeared, i.e. they are no longer displayed at boot time. All I get > is a line like "Loading kernel 3.12.13". (I just upgraded to > 3.12.20-gentoo, so now it's something like "Loading kernel 3.12.20".) > What version was the previous kernel? These two options appeared recently and are capable of clobbering your console: * Mark VGA/VBE/EFI FB as generic system framebuffer (X86_SYSFB) * Simple framebuffer support (FB_SIMPLE) The first time I set them incorrectly, I got a blank screen until XFCE popped up.