Package: grub-common
Followup-For: Bug #977540

Dear Maintainer,

package grub-efi-amd64 2.04-13 fixes this bug too, indeed #979299 it's a
duplicate of #977540 (but described much better). Please close this bug.
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="${saved_entry}"
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=1920x1080x32
  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=keep
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' {
        savedefault
        load_video
        gfxmode $linux_gfx_mode
        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.13-hpomen ...'
        linux   /boot/vmlinuz-5.10.13-hpomen 
root=UUID=477d66d7-3cfe-40a8-929c-50dbaa847078 ro  quiet splash acpi_osi=Linux 
nvidia-drm.modeset=1
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-5.10.13-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.13-hpomen' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.10.13-hpomen-advanced-477d66d7-3cfe-40a8-929c-50dbaa847078' {
        savedefault
                load_video
                gfxmode $linux_gfx_mode
                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.13-hpomen ...'
                linux   /boot/vmlinuz-5.10.13-hpomen 
root=UUID=477d66d7-3cfe-40a8-929c-50dbaa847078 ro  quiet splash acpi_osi=Linux 
nvidia-drm.modeset=1
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.10.13-hpomen
        }
        menuentry 'Debian GNU/Linux, with Linux 5.10.13-hpomen (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.10.13-hpomen-recovery-477d66d7-3cfe-40a8-929c-50dbaa847078' {
                load_video
                gfxmode $linux_gfx_mode
                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.13-hpomen ...'
                linux   /boot/vmlinuz-5.10.13-hpomen 
root=UUID=477d66d7-3cfe-40a8-929c-50dbaa847078 ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.10.13-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' {
        savedefault
                load_video
                gfxmode $linux_gfx_mode
                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 splash acpi_osi=Linux 
nvidia-drm.modeset=1
                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
                gfxmode $linux_gfx_mode
                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' {
        savedefault
        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 ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
        fwsetup
}
### 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.

menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
        fwsetup
}
### 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  9 Feb  7 09:37 ata-ST2000LM005_HN-
M201AAD_H1793H46AA0B2M -> ../../sda
lrwxrwxrwx 1 root root 10 Feb  7 09:37 ata-ST2000LM005_HN-
M201AAD_H1793H46AA0B2M-part1 -> ../../sda1
lrwxrwxrwx 1 root root 13 Feb  7 09:37 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part4 -> ../../nvme0n1p4
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part5 -> ../../nvme0n1p5
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part6 -> ../../nvme0n1p6
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-
SAMSUNG_MZVLB512HAJQ-000H1_S3WTNA0M642477-part7 -> ../../nvme0n1p7
lrwxrwxrwx 1 root root 13 Feb  7 09:37 nvme-eui.00253886910121a5 -> ../../
nvme0n1
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-eui.00253886910121a5-part1 -> 
../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-eui.00253886910121a5-part2 -> 
../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-eui.00253886910121a5-part3 -> 
../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-eui.00253886910121a5-part4 -> 
../../nvme0n1p4
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-eui.00253886910121a5-part5 -> 
../../nvme0n1p5
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-eui.00253886910121a5-part6 -> 
../../nvme0n1p6
lrwxrwxrwx 1 root root 15 Feb  7 09:37 nvme-eui.00253886910121a5-part7 -> 
../../nvme0n1p7
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 15 Feb  7 09:37 35263e82-21a3-41e9-9e3b-f2f5a0c7d165 -> 
../../nvme0n1p7
lrwxrwxrwx 1 root root 15 Feb  7 09:37 477d66d7-3cfe-40a8-929c-50dbaa847078 -> 
../../nvme0n1p5
lrwxrwxrwx 1 root root 15 Feb  7 09:37 5394a08f-0eff-4d02-b70d-6f90954759ca -> 
../../nvme0n1p6
lrwxrwxrwx 1 root root 15 Feb  7 09:37 90F486DFF486C6C6 -> ../../nvme0n1p4
lrwxrwxrwx 1 root root 15 Feb  7 09:37 C89D-055F -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Feb  7 09:37 E434B5A234B5785E -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 10 Feb  7 09:37 f43b4d88-4e4f-4667-9131-038dde081449 -> 
../../sda1
*********************** 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.13-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>

-- Configuration Files:
/etc/grub.d/40_custom changed [not included]

-- no debconf information

Reply via email to