Your message dated Tue, 25 Jul 2023 19:40:56 +0200
with message-id <[email protected]>
and subject line Re: [grub-common] request reopen, neither
GRUB_DISABLE_SUBMENU=true nor GRUB_ENABLE_SUBMENUS=false works
has caused the Debian Bug report #690538,
regarding grub-common: Please make submenu creation optional or at least allow
users to disable it easily
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
690538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690538
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-common
Version: 2.00-7
Severity: wishlist
Dear GRUB Maintainers,
before grub 2.00, the boot menu consisted of one single list with all
installed kernels. Since 2.00 all but the latest kernel are now in a
submenu which is annoying if you often switch kernels or prefer to
have an overview over all kernels at boot without pressing any key.
So please provide a configuration option in /etc/default/grub to disable
the submenu creation to allow again the previous way to list kernels in
the boot menu.
By reading through 10_linux I found no obvious non-intrusive way to
disable the submenu. So I patched /etc/default/grub, 00_header, and
10_linux to get it optionally working again as before. Once these
patches have been proven to be reliable, I'll attach them to the
bug-report.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (990, 'unstable'), (900, 'testing'), (600, 'stable'), (200,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.5-trunk-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub-common depends on:
ii gettext-base 0.18.1.1-9
ii libc6 2.13-35
ii libdevmapper1.02.1 2:1.02.74-4
ii libfreetype6 2.4.9-1
ii libfuse2 2.9.1-1
ii liblzma5 5.1.1alpha+20120614-1
ii zlib1g 1:1.2.7.dfsg-13
Versions of packages grub-common recommends:
pn os-prober <none>
Versions of packages grub-common suggests:
ii console-setup 1.84
ii desktop-base 7.0.3
pn grub-emu <none>
pn multiboot-doc <none>
pn xorriso <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, 16 Feb 2014 17:13:20 +0100 Jens Stomber <[email protected]>
wrote:
> Package: grub-common
> Version: 2.02~beta2-6
> Control: reopen 690538 !
>
> --- Please enter the report below this line. ---
> Hi,
>
> after upgrading to version 2.02~beta2-6 I have tried both options in
> /etc/default/grub:
>
>
GRUB_DISABLE_SUBMENU=true
> GRUB_ENABLE_SUBMENUS=false
>
> After each change of the setup I did grub-install /dev/sda and
update-grub.
>
> But the submenus are still in place :-(
>
>
> I think the patch pertains to GRUB_ENABLE_SUBMENUS but
> GRUB_DISABLE_SUBMENU is defined in /usr/sbin/grub-mkconfig.
>
Hi,
GRUB_DISABLE_SUBMENU=y now works.
--- End Message ---