From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1U8Uuw-0007wP-Uu for mharc-grub-devel@gnu.org; Thu, 21 Feb 2013 07:06:26 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Uum-0007tH-No for grub-devel@gnu.org; Thu, 21 Feb 2013 07:06:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8Uue-0000RF-QC for grub-devel@gnu.org; Thu, 21 Feb 2013 07:06:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Uue-0000Qw-Ic for grub-devel@gnu.org; Thu, 21 Feb 2013 07:06:08 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1LC65vi008448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 21 Feb 2013 07:06:05 -0500 Received: from prarit.bos.redhat.com (prarit.bos.redhat.com [10.16.184.34]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r1LC6409028177; Thu, 21 Feb 2013 07:06:04 -0500 Message-ID: <51260DAC.5000804@redhat.com> Date: Thu, 21 Feb 2013 07:06:04 -0500 From: Prarit Bhargava User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110419 Red Hat/3.1.10-1.el6_0 Thunderbird/3.1.10 MIME-Version: 1.0 To: poma Subject: Re: at boot-time echoed kernel is older that started kernel References: <51209386.7070600@alice.it> <5120A3F8.4050702@rhrk.uni-kl.de> <5120AA9E.20709@alice.it> <5122903E.8060601@netspace.net.au> <5122919B.3040607@thelounge.net> <5123E112.8050009@gmail.com> In-Reply-To: <5123E112.8050009@gmail.com> Content-Type: text/plain; charset=UTF-8 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id r1LC65vi008448 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: The development of GNU GRUB , Reindl Harald , Community support for Fedora users 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, 21 Feb 2013 12:06:25 -0000 On 02/19/2013 03:31 PM, poma wrote: > On 02/18/13 21:39, Reindl Harald wrote: > [=E2=80=A6] >=20 >> i would be thankful if even "grub2-mkconfig" would not create >> this "advanced" submenu at all >> >=20 >=20 > Actually there is a patch proposal at 'grub-devel' by Prarit Bhargava, > for such a case - disable submenu[1][2]. Reindl and poma, FYI the latest fedora (it might be in rawhide by now) built grub2 has GRUB_DISABLE_SUBMENU functionality. It would be good to get testing on t= his... http://koji.fedoraproject.org/koji/buildinfo?buildID=3D386531 * Thu Feb 14 2013 Peter Jones - 2.00-16 - Allow the user to disable submenu generation You can simply add 'GRUB_DISABLE_SUBMENU=3D"true"' to /etc/default/grub a= nd it magically works :) P.