Your message dated Sun, 18 Sep 2022 14:37:07 +0000
with message-id <[email protected]>
and subject line Bug#1009336: fixed in grub2 2.06-4
has caused the Debian Bug report #1009336,
regarding grub-pc: no GRUB_DISABLE_OS_PROBER Documentation entry
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.)
--
1009336: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009336
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 2.06-2
Severity: wishlist
Tags: patch
Dear Maintainer,
I just finished a fresh install (bullseye) on a thinkpad x260 that also has a
windoze partition.
When I upgraded to sid:
[...]
Preparing to unpack .../grub-pc_2.06-2_amd64.deb ...
Unpacking grub-pc (2.06-2) over (2.04-20) ...
Preparing to unpack .../grub2-common_2.06-2_amd64.deb ...
Unpacking grub2-common (2.06-2) over (2.04-20) ...
Preparing to unpack .../grub-pc-bin_2.06-2_amd64.deb ...
Unpacking grub-pc-bin (2.06-2) over (2.04-20) ...
Preparing to unpack .../grub-common_2.06-2_amd64.deb ...
Unpacking grub-common (2.06-2) over (2.04-20) ...
Setting up grub-common (2.06-2) ...
Installing new version of config file /etc/grub.d/10_linux ...
Installing new version of config file /etc/grub.d/20_linux_xen ...
Installing new version of config file /etc/grub.d/30_os-prober ...
Installing new version of config file /etc/grub.d/30_uefi-firmware ...
Installing new version of config file /etc/grub.d/41_custom ...
Setting up grub2-common (2.06-2) ...
Setting up grub-pc-bin (2.06-2) ...
Setting up grub-pc (2.06-2) ...
Installing for i386-pc platform.
Installation finished. No error reported.
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-5.16.0-6-amd64
Found initrd image: /boot/initrd.img-5.16.0-6-amd64
Found linux image: /boot/vmlinuz-5.10.0-13-amd64
Found initrd image: /boot/initrd.img-5.10.0-13-amd64
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
done
[...]
The Windows 10 entry was removed.
Please consider adding something like:
# Uncomment to enable os-prober
#GRUB_DISABLE_OS_PROBER=false
to /etc/default/grub
Thank you
--Yan
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.16.0-6-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.79
ii grub-common 2.06-2
ii grub-pc-bin 2.06-2
ii grub2-common 2.06-2
ii ucf 3.0043
grub-pc recommends no packages.
grub-pc suggests no packages.
-- debconf information:
grub-pc/partition_description:
grub-pc/install_devices_failed_upgrade: true
grub-pc/hidden_timeout: false
grub-pc/install_devices_failed: false
grub2/kfreebsd_cmdline:
* grub2/linux_cmdline_default: quiet
grub-pc/install_devices_empty: false
grub2/kfreebsd_cmdline_default: quiet
grub-pc/mixed_legacy_and_grub2: true
grub-pc/chainload_from_menu.lst: true
grub-pc/postrm_purge_boot_grub: false
* grub2/linux_cmdline:
grub2/force_efi_extra_removable: false
grub-pc/kopt_extracted: false
grub-pc/timeout: 2
grub-pc/install_devices_disks_changed:
grub2/update_nvram: true
grub-pc/disk_description:
* grub-pc/install_devices: /dev/disk/by-id/ata-CT240BX500SSD1_2023E401C05E
--- 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 ---