Your message dated Sun, 04 Dec 2022 21:07:37 +0000
with message-id <[email protected]>
and subject line Bug#1025352: fixed in grub2 2.06-6
has caused the Debian Bug report #1025352,
regarding grub2: Unable to present non-ASCII character
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.)


-- 
1025352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025352
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub2
Version: 2.06-5
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

After the update, the grub can only present the ASCII character which means the
frame and the arrow keys cannot be presented and was replaced by ?. I tried to
edit the grub.cfg to change the location of the unicode.pf2 but still get the
same error. It happens on all of my three computers.


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/sda1 / ext4 rw,relatime,errors=remount-ro 0 0
/dev/sdb1 /boot/efi vfat 
rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
 0 0
/dev/sdc1 /home ext4 rw,relatime 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
set root='hd1,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
else
  search --no-floppy --fs-uuid --set=root a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
fi
    font="/boot/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=zh_CN
  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
set root='hd1,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
else
  search --no-floppy --fs-uuid --set=root a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
fi
insmod png
if background_image /usr/share/desktop-base/homeworld-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-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_gpt
        insmod ext2
        set root='hd1,gpt1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
        else
          search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
        fi
        echo    'Loading Linux 6.0.0-5-amd64 ...'
        linux   /boot/vmlinuz-6.0.0-5-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro  quiet
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-6.0.0-5-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 
'gnulinux-advanced-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
        menuentry 'Debian GNU/Linux, with Linux 6.0.0-5-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-6.0.0-5-amd64-advanced-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 6.0.0-5-amd64 ...'
                linux   /boot/vmlinuz-6.0.0-5-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.0.0-5-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 6.0.0-5-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-6.0.0-5-amd64-recovery-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 6.0.0-5-amd64 ...'
                linux   /boot/vmlinuz-6.0.0-5-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.0.0-5-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 6.0.0-4-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-6.0.0-4-amd64-advanced-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 6.0.0-4-amd64 ...'
                linux   /boot/vmlinuz-6.0.0-4-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.0.0-4-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 6.0.0-4-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-6.0.0-4-amd64-recovery-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 6.0.0-4-amd64 ...'
                linux   /boot/vmlinuz-6.0.0-4-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.0.0-4-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.16.0-1-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.16.0-1-amd64-advanced-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.16.0-1-amd64 ...'
                linux   /boot/vmlinuz-5.16.0-1-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.16.0-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.16.0-1-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.16.0-1-amd64-recovery-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.16.0-1-amd64 ...'
                linux   /boot/vmlinuz-5.16.0-1-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.16.0-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.15.0-3-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.15.0-3-amd64-advanced-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.15.0-3-amd64 ...'
                linux   /boot/vmlinuz-5.15.0-3-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.15.0-3-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.15.0-3-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.15.0-3-amd64-recovery-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.15.0-3-amd64 ...'
                linux   /boot/vmlinuz-5.15.0-3-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.15.0-3-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.14.0-2-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.14.0-2-amd64-advanced-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.14.0-2-amd64 ...'
                linux   /boot/vmlinuz-5.14.0-2-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.14.0-2-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.14.0-2-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.14.0-2-amd64-recovery-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.14.0-2-amd64 ...'
                linux   /boot/vmlinuz-5.14.0-2-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.14.0-2-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.14.0-1-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.14.0-1-amd64-advanced-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.14.0-1-amd64 ...'
                linux   /boot/vmlinuz-5.14.0-1-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.14.0-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.14.0-1-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.14.0-1-amd64-recovery-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.14.0-1-amd64 ...'
                linux   /boot/vmlinuz-5.14.0-1-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.14.0-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.10.0-8-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.10.0-8-amd64-advanced-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.10.0-8-amd64 ...'
                linux   /boot/vmlinuz-5.10.0-8-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.10.0-8-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.10.0-8-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.10.0-8-amd64-recovery-a5479fa5-b6b1-4a84-ac35-c5a9a06f9598' {
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 
--hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1  
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                else
                  search --no-floppy --fs-uuid --set=root 
a5479fa5-b6b1-4a84-ac35-c5a9a06f9598
                fi
                echo    'Loading Linux 5.10.0-8-amd64 ...'
                linux   /boot/vmlinuz-5.10.0-8-amd64 
root=UUID=a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-5.10.0-8-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/sda1)' --class windows --class os 
$menuentry_id_option 'osprober-efi-62E7-E414' {
        insmod part_gpt
        insmod fat
        set root='hd0,gpt1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 
--hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  62E7-E414
        else
          search --no-floppy --fs-uuid --set=root 62E7-E414
        fi
        chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
        fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/35_fwupd ###
### END /etc/grub.d/35_fwupd ###

### 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 LVM
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Dec  3 10:01 ata-SDEZS25-240G-Z01_182766801060 -> 
../../sda
lrwxrwxrwx 1 root root 10 Dec  3 10:01 ata-SDEZS25-240G-Z01_182766801060-part1 
-> ../../sda1
lrwxrwxrwx 1 root root  9 Dec  3 10:01 
ata-Teclast_480GB_A800_AA000000005290006183 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec  3 10:01 
ata-Teclast_480GB_A800_AA000000005290006183-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Dec  3 10:01 
ata-Teclast_480GB_A800_AA000000005290006183-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Dec  3 10:01 
ata-Teclast_480GB_A800_AA000000005290006183-part3 -> ../../sdb3
lrwxrwxrwx 1 root root  9 Dec  3 10:01 ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y5RX07S2 
-> ../../sdc
lrwxrwxrwx 1 root root 10 Dec  3 10:01 
ata-WDC_WD10EZEX-08WN4A0_WD-WCC6Y5RX07S2-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Dec  3 10:01 ata-WDC_WD20EZBX-08AYR_WD-WXH2A31NPYK5 
-> ../../sdd
lrwxrwxrwx 1 root root 10 Dec  3 10:01 
ata-WDC_WD20EZBX-08AYR_WD-WXH2A31NPYK5-part1 -> ../../sdd1
lrwxrwxrwx 1 root root  9 Dec  3 10:01 wwn-0x50014ee210129162 -> ../../sdc
lrwxrwxrwx 1 root root 10 Dec  3 10:01 wwn-0x50014ee210129162-part1 -> 
../../sdc1
lrwxrwxrwx 1 root root  9 Dec  3 10:01 wwn-0x50014ee214730af7 -> ../../sdd
lrwxrwxrwx 1 root root 10 Dec  3 10:01 wwn-0x50014ee214730af7-part1 -> 
../../sdd1
lrwxrwxrwx 1 root root  9 Dec  3 10:01 wwn-0x5001b448b6f6d6a4 -> ../../sda
lrwxrwxrwx 1 root root 10 Dec  3 10:01 wwn-0x5001b448b6f6d6a4-part1 -> 
../../sda1
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Dec  3 10:01 62E7-E414 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Dec  3 10:01 AECDD7618E2FAC30 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Dec  3 10:01 E24A61C34A619557 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Dec  3 10:01 E2AEFDFAAEFDC6D7 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Dec  3 10:01 a5479fa5-b6b1-4a84-ac35-c5a9a06f9598 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Dec  3 10:01 e16b1f84-50e7-46ba-8ed6-e85e58727aff -> 
../../sdc1
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.0.0-5-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8), 
LANGUAGE=zh_CN:zh
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages grub2 depends on:
ii  grub-common  2.06-5
ii  grub-pc      2.06-5

grub2 recommends no packages.

grub2 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 2.06-6
Done: Steve McIntyre <[email protected]>

We believe that the bug you reported is fixed in the latest version of
grub2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <[email protected]> (supplier of updated grub2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 04 Dec 2022 20:42:23 +0000
Source: grub2
Architecture: source
Version: 2.06-6
Distribution: unstable
Urgency: medium
Maintainer: GRUB Maintainers <[email protected]>
Changed-By: Steve McIntyre <[email protected]>
Closes: 1024395 1024447 1025352
Changes:
 grub2 (2.06-6) unstable; urgency=medium
 .
   [ Steve McIntyre ]
   * Include fonts in the memdisk build for EFI images.
     Closes: #1024395, #1025352, #1024447
   * Bump Debian SBAT level to 4
     - Due to a mistake in the buster upload (2.06-3~deb10u2) that left
       the CVE-2022-2601 bugs in place, we need to bump SBAT for all of
       the Debian GRUB binaries. :-(
   * Switch away from git-dpm
Checksums-Sha1:
 65cbd15ed0628b35f6fc552bfbed4d696564e92f 7093 grub2_2.06-6.dsc
 524ab939e9ab2b7764001dc87373f8b32be68650 1093840 grub2_2.06-6.debian.tar.xz
 725119812cc7ec6afd082f65d93ab430fa210351 13039 grub2_2.06-6_source.buildinfo
Checksums-Sha256:
 c12c0e0f6f0df102631228f2f6fba004cd3cf21376996d0a9adbcf894c8790cf 7093 
grub2_2.06-6.dsc
 cf5805cbe827d21d7ba93ba9d28b319e94cd03d85a88bce990b12c3c543e67ed 1093840 
grub2_2.06-6.debian.tar.xz
 3a9892409ca9a9c97303dced6077bf5af5d02bf1904d2d9d645a4a48a8bf00f1 13039 
grub2_2.06-6_source.buildinfo
Files:
 f0ce3be02208477bda513f47cbc6953a 7093 admin optional grub2_2.06-6.dsc
 6872cb17f0089711129237f68a0cf2ef 1093840 admin optional 
grub2_2.06-6.debian.tar.xz
 cf5f877164dadfbbd6a64e958f0cf086 13039 admin optional 
grub2_2.06-6_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEEzrtSMB1hfpEDkP4WWHl5VzRCaE4FAmONBsERHDkzc2FtQGRl
Ymlhbi5vcmcACgkQWHl5VzRCaE5GQw//Z5xEFUJQGpSDCL6iVQ05RyeRwJ1LZdHm
/6GWhQr7gYBaWlpcSDWL894Yez/epCUpjgoP641EqSBWGYfCEEy4B9EjIxz6h0GP
LFHgrXXX0hI7PxI5suMqOwh9CedP5fcsneTEU7F+mtOiXiK9rBvYsgcA4/C8dK70
obAJ3J6PlQ0ACP2J83Da9pPgLXKGUpGdPwVzopofu1hRo1DUiiEvAArjH4bYUdD4
wroaJ+oCwrTRO6RuQ3fgt0ToaS4sdbVk+dm3nUr+pvJqDQTZdVCf2EE0s94+5t8K
kV9Hv/OX+DEQJM34d9B06w9gXzyl+NwLJpS0M/3Xpd2LYzHP9v4TTVcOXU07QZgw
j4GOYu7TFQndx443Y2qpC+aB9KWUT9dwvUsdJRYokH7scX+Cvyd1omZzrsKfi+ut
LGTdGbECS1dkOGfvSogB2XHPMULoN//jkHI6/JMWFherW6yt7b6/cWx8bJuUWcPG
OkkDQzCmojCaG+FTUblwb7AAYqNYj5b1n8Ku++iRNxWW32gZ5jeZKinUdSl85ZDp
0jSSnySWezS/HjPluXPtjtX/u//HNBRQRcbbi/9WgIiQRMOQNzFewT6mx4zbc7Wa
BHxAEFt/UUJ41FAF4QIiuzyCkFlKQHCRl3pfmB5QC42NsnESmgedSXubd7crSyz+
3DfMnZoBGLQ=
=WVAJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to