From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZAfuG-0001j3-GY for mharc-grub-devel@gnu.org; Thu, 02 Jul 2015 10:56:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAfuE-0001is-ET for grub-devel@gnu.org; Thu, 02 Jul 2015 10:56:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAfuB-0004HO-Jr for grub-devel@gnu.org; Thu, 02 Jul 2015 10:56:02 -0400 Received: from mail.ezono.com ([82.119.190.67]:58369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAfuB-0004G2-Cz for grub-devel@gnu.org; Thu, 02 Jul 2015 10:55:59 -0400 X-ASG-Debug-ID: 1435848955-0781c110533bae0001-Td4drV Received: from zimbra.ezono.net (zimbra.ezono.net [10.0.0.3]) by mail.ezono.com with ESMTP id 7QOqtdYxrYkb7ssF for ; Thu, 02 Jul 2015 16:55:55 +0200 (CEST) X-Barracuda-Envelope-From: abdelghani@ezono.com Received: from localhost (localhost [127.0.0.1]) by zimbra.ezono.net (Postfix) with ESMTP id F354C10C94B for ; Thu, 2 Jul 2015 16:55:54 +0200 (CEST) Received: from zimbra.ezono.net ([127.0.0.1]) by localhost (zimbra.ezono.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 7WYrWuDfouyO for ; Thu, 2 Jul 2015 16:55:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.ezono.net (Postfix) with ESMTP id D64F810F56A for ; Thu, 2 Jul 2015 16:55:54 +0200 (CEST) X-Virus-Scanned: amavisd-new at ezono.com Received: from zimbra.ezono.net ([127.0.0.1]) by localhost (zimbra.ezono.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4zIDCMl3pagl for ; Thu, 2 Jul 2015 16:55:54 +0200 (CEST) Received: from sugi.ezono.net (sugi.ezono.net [10.0.20.18]) by zimbra.ezono.net (Postfix) with ESMTPSA id BC87A10C94B for ; Thu, 2 Jul 2015 16:55:54 +0200 (CEST) Message-ID: <559550FA.9030209@ezono.com> Date: Thu, 02 Jul 2015 16:55:54 +0200 From: Abdelghani Ouchabane User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: CentOS 7 - gfxterm does not work during Kernel boot Content-Type: text/plain; charset=utf-8; format=flowed X-ASG-Orig-Subj: CentOS 7 - gfxterm does not work during Kernel boot Content-Transfer-Encoding: 7bit X-Barracuda-Connect: zimbra.ezono.net[10.0.0.3] X-Barracuda-Start-Time: 1435848955 X-Barracuda-URL: https://10.0.10.70:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ezono.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.20391 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 82.119.190.67 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 14:56:03 -0000 Hallo, my system is installed with CentOS 7 (7.1.1503), and it has: 1. grub2-2.02-0.16.el7.centos.x86_64 2. kernel-3.10.0-229.1.2.el7.x86_64 3. xorg-x11-drv-catalyst-14.4-1.eldel7.2.3r.1.x86_64 I want to configure grub2 to use GRUB graphical terminal for both grub and kernel boot. For grub gfxterm works fine but during kernel boot it does not work, the system switches to console mode. I do not see ""loading kernel.." message + background image during kernel boot I used to have gfxterm works fine for both grub and kernel boot with fedora 19 which has: grub2-2.00-15.fc18.i686 kernel-3.10.0-123.13.1.fc18.i686 Please check : http://bugs.centos.org/view.php?id=8924 Thanks Ghani