Bug#977540: grub-common: System access menu voice is missing
Valerio Passini
valerio.passini at unicam.it
Sat Feb 6 09:24:10 GMT 2021
Package: grub-common
Version: 2.04-12
Followup-For: Bug #977540
Dear Maintainer,
I'm here to add some info's. I have had another BIOS firmware update and since
there was no improvement I have tried to purge and reinstall GRUB just to give
a try.
This is what occurred: immediately after re-installation of GRUB the "System
Access" menu voice is properly added and it stays at its place during the next
reboots, only if no "update-grub" happens. If this is the case the menu voice
is removed and it doesn't matter if the file /etc/default/grub.cfg has been
modified or not before. Best regards
Valerio
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/nvme0n1p5 / ext4 rw,noatime,errors=remount-ro 0 0
/dev/nvme0n1p6 /home ext4 rw,noatime 0 0
/dev/nvme0n1p1 /boot/efi vfat
rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-
ro 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
else
search --no-floppy --fs-uuid --set=root 477d66d7-3cfe-40a8-929c-50dbaa847078
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=it_IT
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
else
search --no-floppy --fs-uuid --set=root 477d66d7-3cfe-40a8-929c-50dbaa847078
fi
insmod png
if background_image /usr/share/desktop-base/futureprototype-theme/grub/
grub-4x3.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --
class os $menuentry_id_option 'gnulinux-
simple-477d66d7-3cfe-40a8-929c-50dbaa847078' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
else
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
fi
echo 'Loading Linux 5.10.12-hpomen ...'
linux /boot/vmlinuz-5.10.12-hpomen
root=UUID=477d66d7-3cfe-40a8-929c-50dbaa847078 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.10.12-hpomen
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option
'gnulinux-advanced-477d66d7-3cfe-40a8-929c-50dbaa847078' {
menuentry 'Debian GNU/Linux, with Linux 5.10.12-hpomen' --class debian
--class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-5.10.12-hpomen-advanced-477d66d7-3cfe-40a8-929c-50dbaa847078' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio;
fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
else
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
fi
echo 'Loading Linux 5.10.12-hpomen ...'
linux /boot/vmlinuz-5.10.12-hpomen
root=UUID=477d66d7-3cfe-40a8-929c-50dbaa847078 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.10.12-hpomen
}
menuentry 'Debian GNU/Linux, with Linux 5.10.12-hpomen (recovery mode)'
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-5.10.12-hpomen-recovery-477d66d7-3cfe-40a8-929c-50dbaa847078' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio;
fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
else
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
fi
echo 'Loading Linux 5.10.12-hpomen ...'
linux /boot/vmlinuz-5.10.12-hpomen
root=UUID=477d66d7-3cfe-40a8-929c-50dbaa847078 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.10.12-hpomen
}
menuentry 'Debian GNU/Linux, with Linux 5.10.0-3-amd64' --class debian
--class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-5.10.0-3-amd64-advanced-477d66d7-3cfe-40a8-929c-50dbaa847078' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio;
fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
else
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
fi
echo 'Loading Linux 5.10.0-3-amd64 ...'
linux /boot/vmlinuz-5.10.0-3-amd64
root=UUID=477d66d7-3cfe-40a8-929c-50dbaa847078 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.10.0-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 5.10.0-3-amd64 (recovery mode)'
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-5.10.0-3-amd64-recovery-477d66d7-3cfe-40a8-929c-50dbaa847078' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio;
fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
else
search --no-floppy --fs-uuid --set=root
477d66d7-3cfe-40a8-929c-50dbaa847078
fi
echo 'Loading Linux 5.10.0-3-amd64 ...'
linux /boot/vmlinuz-5.10.0-3-amd64
root=UUID=477d66d7-3cfe-40a8-929c-50dbaa847078 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.10.0-3-amd64
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/nvme0n1p1)' --class windows --class
os $menuentry_id_option 'osprober-efi-C89D-055F' {
insmod part_gpt
insmod fat
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root C89D-055F
else
search --no-floppy --fs-uuid --set=root C89D-055F
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg
*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 13 Feb 6 09:57 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part4 -> ../../nvme0n1p4
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part5 -> ../../nvme0n1p5
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part6 -> ../../nvme0n1p6
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part7 -> ../../nvme0n1p7
lrwxrwxrwx 1 root root 13 Feb 6 09:57 nvme-eui.00253886910121a5 -> ../../
nvme0n1
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-eui.00253886910121a5-part1 ->
../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-eui.00253886910121a5-part2 ->
../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-eui.00253886910121a5-part3 ->
../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-eui.00253886910121a5-part4 ->
../../nvme0n1p4
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-eui.00253886910121a5-part5 ->
../../nvme0n1p5
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-eui.00253886910121a5-part6 ->
../../nvme0n1p6
lrwxrwxrwx 1 root root 15 Feb 6 09:57 nvme-eui.00253886910121a5-part7 ->
../../nvme0n1p7
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 15 Feb 6 09:57 35263e82-21a3-41e9-9e3b-f2f5a0c7d165 ->
../../nvme0n1p7
lrwxrwxrwx 1 root root 15 Feb 6 09:57 477d66d7-3cfe-40a8-929c-50dbaa847078 ->
../../nvme0n1p5
lrwxrwxrwx 1 root root 15 Feb 6 09:57 5394a08f-0eff-4d02-b70d-6f90954759ca ->
../../nvme0n1p6
lrwxrwxrwx 1 root root 15 Feb 6 09:57 90F486DFF486C6C6 -> ../../nvme0n1p4
lrwxrwxrwx 1 root root 15 Feb 6 09:57 C89D-055F -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Feb 6 09:57 E434B5A234B5785E -> ../../nvme0n1p3
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.12-hpomen (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:it
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages grub-common depends on:
ii gettext-base 0.21-4
ii libc6 2.31-9
ii libdevmapper1.02.1 2:1.02.175-2
ii libefiboot1 37-6
ii libefivar1 37-6
ii libfreetype6 2.10.4+dfsg-1
ii libfuse2 2.9.9-3
ii liblzma5 5.2.5-1.0
Versions of packages grub-common recommends:
ii os-prober 1.78
Versions of packages grub-common suggests:
ii console-setup 1.200
ii desktop-base 10.0.3
pn grub-emu <none>
pn multiboot-doc <none>
pn xorriso <none>
-- no debconf information
More information about the Pkg-grub-devel
mailing list