Your message dated Sun, 18 Sep 2022 14:37:07 +0000
with message-id <[email protected]>
and subject line Bug#1013797: fixed in grub2 2.06-4
has caused the Debian Bug report #1013797,
regarding grub-efi: grub no longer offers to boot Windows
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.)


-- 
1013797: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013797
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-efi
Version: 2.06-3
Severity: important

Dear Maintainer,

After doing a system update, the option to boot Windows has disappeared from 
Grub.
I have not changed anything else.
This will be a big problem the next time I actually need to boot Windows.

Kind regards,
Ralf

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/vg-root / ext4 rw,relatime,errors=remount-ro 0 0
/dev/sda2 /boot ext4 rw,relatime 0 0
/dev/mapper/vg-home /home ext4 rw,relatime 0 0
/dev/sda1 /boot/efi vfat 
rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
 0 0
/dev/mapper/store /mnt/store 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="2"
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,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
else
  search --no-floppy --fs-uuid --set=root 2af046c2-1c1f-43ca-9692-7ea1d357493b
fi
    font="/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=1920x1080,1024x768,auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  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=3
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=3
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
set root='hd1,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
else
  search --no-floppy --fs-uuid --set=root 2af046c2-1c1f-43ca-9692-7ea1d357493b
fi
insmod png
if background_image /grub/.background_cache.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-8f0db0a1-2c26-4b6c-a132-e8292709197e' {
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_gpt
        insmod ext2
        set root='hd1,gpt2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
        else
          search --no-floppy --fs-uuid --set=root 
2af046c2-1c1f-43ca-9692-7ea1d357493b
        fi
        echo    'Loading Linux 5.18.0-2-amd64 ...'
        linux   /vmlinuz-5.18.0-2-amd64 root=/dev/mapper/vg-root ro  quiet 
splash
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-5.18.0-2-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 
'gnulinux-advanced-8f0db0a1-2c26-4b6c-a132-e8292709197e' {
        menuentry 'Debian GNU/Linux, with Linux 5.18.0-2-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.18.0-2-amd64-advanced-8f0db0a1-2c26-4b6c-a132-e8292709197e' {
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
                else
                  search --no-floppy --fs-uuid --set=root 
2af046c2-1c1f-43ca-9692-7ea1d357493b
                fi
                echo    'Loading Linux 5.18.0-2-amd64 ...'
                linux   /vmlinuz-5.18.0-2-amd64 root=/dev/mapper/vg-root ro  
quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-5.18.0-2-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.18.0-2-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.18.0-2-amd64-recovery-8f0db0a1-2c26-4b6c-a132-e8292709197e' {
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
                else
                  search --no-floppy --fs-uuid --set=root 
2af046c2-1c1f-43ca-9692-7ea1d357493b
                fi
                echo    'Loading Linux 5.18.0-2-amd64 ...'
                linux   /vmlinuz-5.18.0-2-amd64 root=/dev/mapper/vg-root ro 
single 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-5.18.0-2-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.17.0-1-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.17.0-1-amd64-advanced-8f0db0a1-2c26-4b6c-a132-e8292709197e' {
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
                else
                  search --no-floppy --fs-uuid --set=root 
2af046c2-1c1f-43ca-9692-7ea1d357493b
                fi
                echo    'Loading Linux 5.17.0-1-amd64 ...'
                linux   /vmlinuz-5.17.0-1-amd64 root=/dev/mapper/vg-root ro  
quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-5.17.0-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.17.0-1-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.17.0-1-amd64-recovery-8f0db0a1-2c26-4b6c-a132-e8292709197e' {
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
                else
                  search --no-floppy --fs-uuid --set=root 
2af046c2-1c1f-43ca-9692-7ea1d357493b
                fi
                echo    'Loading Linux 5.17.0-1-amd64 ...'
                linux   /vmlinuz-5.17.0-1-amd64 root=/dev/mapper/vg-root ro 
single 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-5.17.0-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.16.0-5-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.16.0-5-amd64-advanced-8f0db0a1-2c26-4b6c-a132-e8292709197e' {
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
                else
                  search --no-floppy --fs-uuid --set=root 
2af046c2-1c1f-43ca-9692-7ea1d357493b
                fi
                echo    'Loading Linux 5.16.0-5-amd64 ...'
                linux   /vmlinuz-5.16.0-5-amd64 root=/dev/mapper/vg-root ro  
quiet splash
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-5.16.0-5-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 5.16.0-5-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-5.16.0-5-amd64-recovery-8f0db0a1-2c26-4b6c-a132-e8292709197e' {
                load_video
                gfxmode $linux_gfx_mode
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; 
fi
                insmod part_gpt
                insmod ext2
                set root='hd1,gpt2'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
                else
                  search --no-floppy --fs-uuid --set=root 
2af046c2-1c1f-43ca-9692-7ea1d357493b
                fi
                echo    'Loading Linux 5.16.0-5-amd64 ...'
                linux   /vmlinuz-5.16.0-5-amd64 root=/dev/mapper/vg-root ro 
single 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-5.16.0-5-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 ###
### 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 ###

### BEGIN /etc/grub.d/42_grml ###
menuentry "Grml Rescue System (grml64-small_2017.05.iso)" {
        insmod part_gpt
        insmod ext2
        set root='hd1,gpt2'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 
--hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2  
2af046c2-1c1f-43ca-9692-7ea1d357493b
        else
          search --no-floppy --fs-uuid --set=root 
2af046c2-1c1f-43ca-9692-7ea1d357493b
        fi
        iso_path="/grml/grml64-small_2017.05.iso"
        export iso_path
        kernelopts="   "
        export kernelopts
        # support booting recent GRUB versions on UEFI systems
        rmmod tpm
        loopback loop "/grml/grml64-small_2017.05.iso"
        set root=(loop)
        configfile /boot/grub/loopback.cfg
}
### END /etc/grub.d/42_grml ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10] 
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Jun 25 14:00 ata-TOSHIBA_THNSNJ512GDNU_261S1022TC0W 
-> ../../sda
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
ata-TOSHIBA_THNSNJ512GDNU_261S1022TC0W-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
ata-TOSHIBA_THNSNJ512GDNU_261S1022TC0W-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
ata-TOSHIBA_THNSNJ512GDNU_261S1022TC0W-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
ata-TOSHIBA_THNSNJ512GDNU_261S1022TC0W-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
ata-TOSHIBA_THNSNJ512GDNU_261S1022TC0W-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
ata-TOSHIBA_THNSNJ512GDNU_261S1022TC0W-part6 -> ../../sda6
lrwxrwxrwx 1 root root  9 Jun 25 14:00 ata-WDC_WD10SPZX-00Z10T0_WD-WX21E370JZH3 
-> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
ata-WDC_WD10SPZX-00Z10T0_WD-WX21E370JZH3-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
ata-WDC_WD10SPZX-00Z10T0_WD-WX21E370JZH3-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jun 25 14:00 dm-name-cryptpv -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jun 25 14:00 dm-name-store -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jun 25 14:00 dm-name-vg-home -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jun 25 14:00 dm-name-vg-root -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 dm-name-vg-swap -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
dm-uuid-CRYPT-LUKS1-0f80e5bacd7546b189a598af15cccacd-store -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
dm-uuid-CRYPT-LUKS1-6852c4ca62a14eb09c68986588d30d27-cryptpv -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
dm-uuid-LVM-dJmrx8reRz83C3i4LMTLVwczBRgaVE68ZKcr5sChA5geUFkOmNeKHYU2MbX2tnOT -> 
../../dm-2
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
dm-uuid-LVM-dJmrx8reRz83C3i4LMTLVwczBRgaVE68cYTiDhXB0Afb75jS8R8zJhhGDTseQ19M -> 
../../dm-3
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
dm-uuid-LVM-dJmrx8reRz83C3i4LMTLVwczBRgaVE68q8KkLlFfPFKh6sWTxxU0UEiA4Dbnx1Qh -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 
lvm-pv-uuid-bPkWur-dh0W-Lzys-vxTp-z1x3-51MN-iDFgvH -> ../../dm-0
lrwxrwxrwx 1 root root  9 Jun 25 14:00 wwn-0x500080d9104cb864 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 25 14:00 wwn-0x500080d9104cb864-part1 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 wwn-0x500080d9104cb864-part2 -> 
../../sda2
lrwxrwxrwx 1 root root 10 Jun 25 14:00 wwn-0x500080d9104cb864-part3 -> 
../../sda3
lrwxrwxrwx 1 root root 10 Jun 25 14:00 wwn-0x500080d9104cb864-part4 -> 
../../sda4
lrwxrwxrwx 1 root root 10 Jun 25 14:00 wwn-0x500080d9104cb864-part5 -> 
../../sda5
lrwxrwxrwx 1 root root 10 Jun 25 14:00 wwn-0x500080d9104cb864-part6 -> 
../../sda6
lrwxrwxrwx 1 root root  9 Jun 25 14:00 wwn-0x50014ee6b253f2dc -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 25 14:00 wwn-0x50014ee6b253f2dc-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 wwn-0x50014ee6b253f2dc-part2 -> 
../../sdb2
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Jun 25 14:00 081bbfe3-fb60-43c7-9e93-3d84ff09e26f -> 
../../dm-4
lrwxrwxrwx 1 root root 10 Jun 25 14:00 0f80e5ba-cd75-46b1-89a5-98af15cccacd -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 1447-754F -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 2af046c2-1c1f-43ca-9692-7ea1d357493b -> 
../../sda2
lrwxrwxrwx 1 root root 10 Jun 25 14:00 42A464DCA464D3C7 -> ../../sda5
lrwxrwxrwx 1 root root 10 Jun 25 14:00 55b2d4e6-2982-4938-9d16-36934d9e7185 -> 
../../dm-3
lrwxrwxrwx 1 root root 10 Jun 25 14:00 6826DA6626DA34B2 -> ../../sda6
lrwxrwxrwx 1 root root 10 Jun 25 14:00 6852c4ca-62a1-4eb0-9c68-986588d30d27 -> 
../../sda3
lrwxrwxrwx 1 root root 10 Jun 25 14:00 8f0db0a1-2c26-4b6c-a132-e8292709197e -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Jun 25 14:00 CEE8B043E8B02C19 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jun 25 14:00 d25409cb-8d1f-45ed-b4e0-3ad11be309fb -> 
../../dm-2
*********************** END /dev/disk/by-uuid

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

Kernel: Linux 5.18.0-2-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_USER, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages grub-efi depends on:
ii  grub-common     2.06-3
ii  grub-efi-amd64  2.06-3

grub-efi recommends no packages.

grub-efi suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 2.06-4
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: Wed, 14 Sep 2022 22:35:49 +0100
Source: grub2
Architecture: source
Version: 2.06-4
Distribution: unstable
Urgency: high
Maintainer: GRUB Maintainers <[email protected]>
Changed-By: Steve McIntyre <[email protected]>
Closes: 1008106 1009336 1013698 1013797 1013962 1017944
Changes:
 grub2 (2.06-4) unstable; urgency=high
 .
   [ Steve McIntyre ]
   * Updated the 2.06-3 changelog to mention closure of CVE-2022-28736
   * Add a commented-out GRUB_DISABLE_OS_PROBER section to
     /etc/default/grub to make it easier for users to turn os-prober
     back on if they want it. Closes: #1013797, #1009336
   * Add smbios to the signed grub efi images. Closes: #1008106
   * Add serial to the signed grub efi images. Closes: #1013962
   * grub2-common: Remove dependency on install-info, it's apparently
     not needed. Closes: #1013698
   * Don't strip Xen binaries so they work again. Closes: #1017944.
     Thanks to Valentin Kleibel for the patch.
Checksums-Sha1:
 11bee9a6c8fbc00e2f28044e861bef70c5f5636a 7093 grub2_2.06-4.dsc
 f2400c1d9398667be230a7e295588cc0af930dc3 1084340 grub2_2.06-4.debian.tar.xz
 81cf69445a9d1d5bd3030a9446c53b0df7cd31ec 12971 grub2_2.06-4_source.buildinfo
Checksums-Sha256:
 beb7be47022f6b942f7e2ec58eaada775faf332437f3459d9230f2dc6d75d1b0 7093 
grub2_2.06-4.dsc
 7cad8235ff6fe534bd72be892dcda5815356c9b8245930f7aec0b1ba1aff9410 1084340 
grub2_2.06-4.debian.tar.xz
 87cf4ca3727615d716d79c9d0a2cbbc54e36ece0ab4a8dea9cf85796d5520444 12971 
grub2_2.06-4_source.buildinfo
Files:
 daec2a48a2a66b69f5db352f6b8b704e 7093 admin optional grub2_2.06-4.dsc
 4858255163650249492f2b1739e530d4 1084340 admin optional 
grub2_2.06-4.debian.tar.xz
 365e6a2dcc4bab218a32e10012cafbb2 12971 admin optional 
grub2_2.06-4_source.buildinfo

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

iQJFBAEBCAAvFiEEzrtSMB1hfpEDkP4WWHl5VzRCaE4FAmMnCjkRHDkzc2FtQGRl
Ymlhbi5vcmcACgkQWHl5VzRCaE5BLQ//XbPvHqtx+8mSH+IvphkVG/WAQTBFs7CN
cuwc60WUZSImwaZZC7CvGXGrZHKIHAUC6qdh6XoFfoSkPo8CNxUlRdtxmlkX8rtZ
gPoIvHfkK1oiTy6HCxJC0asbuJnrTtr30HyVJJeC/TQsWDA92GlSzN1ZrZkuBuO+
AlYNuSjIVLPHvFfKfELGNEUzntSN6jWSIxZpoiXJOQDFVJHlaxMrewUUYKnSp5o6
awJ7c0x5EJgPGAW0FCn/bsBteRYrvp0yTjqJ14pKPvV9mopR01UevpIVUGUP1Pdd
7lOTsyFGwI1vF+husWKZ1ODK52gCIj9WBw+kE39OzUxLgJ9BuDEC35/BZZEMdfRL
v8oCZOvEbflu/maVSmpgBq3uvLycCwV4zYA4ORU5eu8p5KpoYSnFgTX8bXkGuVD8
9emzLIe6IpV4oEEUgwMGRuUQ3U+H+wLEi3E07k4iKzJiInasDUPS/o2eHQMrPUwD
t1ka3akuD2t6s9O8PEE+wv2/ZsJ9ww/VwBlNQdbahyAz/vwgyV5fTwBNzNO9KjLA
Tn/wdI8s6W4rIdvK8PReR3CFuF6Vzq/6NngPmUC4mC2o2gcN6CDRezxc6CLZVi4t
RKGT0z9/MINzYzEu3ZIZFzpaKzAvKYZyrZAI+uI6o3PJi/hlA4rlFfa+xlsxIOlP
hFDcEFegpxA=
=w7vb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to