Your message dated Wed, 15 Nov 2023 14:55:38 +0000 with message-id <[email protected]> and subject line Re: Bug#1055927: grub2: Can't upgrade to v. 2.12~rc1-12 due to missing dependency has caused the Debian Bug report #1055927, regarding grub2: Can't upgrade to v. 2.12~rc1-12 due to missing dependency 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.) -- 1055927: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055927 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: grub-common Version: 2.12~rc1-11 Severity: normal File: grub2 Dear Maintainer, It has been impossible to update these packages to the version in question for a few days: grub-common/unstable 2.12~rc1-12 amd64 [upgradable from: 2.12~rc1-11] grub-efi-amd64-bin/unstable 2.12~rc1-12 amd64 [upgradable from: 2.12~rc1-11] grub-efi-amd64/unstable 2.12~rc1-12 amd64 [upgradable from: 2.12~rc1-11] grub2-common/unstable 2.12~rc1-12 amd64 [upgradable from: 2.12~rc1-11] I waited a while, but today I decided to investigate. It seems that the problem is related to the grub-efi-amd64-signed package, which has not yet been updated. It's probably a known problem, but I haven't found any indication tracker.debian.org. I hope this report of mine can be useful. Thank you very much in advance, Domenico Cufalo -- Package-specific info: *********************** BEGIN /proc/mounts /dev/nvme0n1p6 / ext4 rw,relatime,errors=remount-ro,commit=600 0 0 /dev/nvme0n1p8 /usr/local/texlive ext4 rw,relatime,commit=600 0 0 /dev/nvme0n1p9 /storage ext4 rw,relatime,commit=600 0 0 /dev/nvme0n1p9 /home/domenico/Documenti ext4 rw,relatime,commit=600 0 0 /dev/nvme0n1p9 /home/domenico/Dropbox ext4 rw,relatime,commit=600 0 0 /dev/nvme0n1p9 /home/domenico/Immagini ext4 rw,relatime,commit=600 0 0 /dev/nvme0n1p9 /home/domenico/Musica ext4 rw,relatime,commit=600 0 0 /dev/nvme0n1p9 /home/domenico/Scaricati ext4 rw,relatime,commit=600 0 0 /dev/nvme0n1p9 /home/domenico/Video ext4 rw,relatime,commit=600 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 search --no-floppy --fs-uuid --set=root fad94afb-c5e0-49d4-9f50-88c2821ffa1e 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 search --no-floppy --fs-uuid --set=root fad94afb-c5e0-49d4-9f50-88c2821ffa1e insmod png if background_image /usr/share/desktop-base/emerald-theme/grub/grub-16x9.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-fad94afb-c5e0-49d4-9f50-88c2821ffa1e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 search --no-floppy --fs-uuid --set=root fad94afb-c5e0-49d4-9f50-88c2821ffa1e echo 'Loading Linux 6.5.0-4-amd64 ...' linux /boot/vmlinuz-6.5.0-4-amd64 root=UUID=fad94afb-c5e0-49d4-9f50-88c2821ffa1e ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-6.5.0-4-amd64 } submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-fad94afb-c5e0-49d4-9f50-88c2821ffa1e' { menuentry 'Debian GNU/Linux, with Linux 6.5.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.5.0-4-amd64-advanced-fad94afb-c5e0-49d4-9f50-88c2821ffa1e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 search --no-floppy --fs-uuid --set=root fad94afb-c5e0-49d4-9f50-88c2821ffa1e echo 'Loading Linux 6.5.0-4-amd64 ...' linux /boot/vmlinuz-6.5.0-4-amd64 root=UUID=fad94afb-c5e0-49d4-9f50-88c2821ffa1e ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-6.5.0-4-amd64 } menuentry 'Debian GNU/Linux, with Linux 6.5.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.5.0-4-amd64-recovery-fad94afb-c5e0-49d4-9f50-88c2821ffa1e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 search --no-floppy --fs-uuid --set=root fad94afb-c5e0-49d4-9f50-88c2821ffa1e echo 'Loading Linux 6.5.0-4-amd64 ...' linux /boot/vmlinuz-6.5.0-4-amd64 root=UUID=fad94afb-c5e0-49d4-9f50-88c2821ffa1e ro single single dis_ucode_ldr echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-6.5.0-4-amd64 } menuentry 'Debian GNU/Linux, with Linux 6.5.0-3-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.5.0-3-amd64-advanced-fad94afb-c5e0-49d4-9f50-88c2821ffa1e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 search --no-floppy --fs-uuid --set=root fad94afb-c5e0-49d4-9f50-88c2821ffa1e echo 'Loading Linux 6.5.0-3-amd64 ...' linux /boot/vmlinuz-6.5.0-3-amd64 root=UUID=fad94afb-c5e0-49d4-9f50-88c2821ffa1e ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-6.5.0-3-amd64 } menuentry 'Debian GNU/Linux, with Linux 6.5.0-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.5.0-3-amd64-recovery-fad94afb-c5e0-49d4-9f50-88c2821ffa1e' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 search --no-floppy --fs-uuid --set=root fad94afb-c5e0-49d4-9f50-88c2821ffa1e echo 'Loading Linux 6.5.0-3-amd64 ...' linux /boot/vmlinuz-6.5.0-3-amd64 root=UUID=fad94afb-c5e0-49d4-9f50-88c2821ffa1e ro single single dis_ucode_ldr echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-6.5.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/25_bli ### if [ "$grub_platform" = "efi" ]; then insmod bli fi ### END /etc/grub.d/25_bli ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Windows Boot Manager (on /dev/nvme0n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-1E85-9289' { insmod part_gpt insmod fat search --no-floppy --fs-uuid --set=root 1E85-9289 chainloader /EFI/Microsoft/Boot/bootmgfw.efi } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/30_uefi-firmware ### if [ "$grub_platform" = "efi" ]; then fwsetup --is-supported if [ "$?" = 0 ]; then menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' { fwsetup } fi fi ### 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 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 13 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426 -> ../../nvme0n1 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part1 -> ../../nvme0n1p1 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part2 -> ../../nvme0n1p2 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part3 -> ../../nvme0n1p3 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part4 -> ../../nvme0n1p4 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part5 -> ../../nvme0n1p5 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part6 -> ../../nvme0n1p6 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part7 -> ../../nvme0n1p7 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part8 -> ../../nvme0n1p8 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426-part9 -> ../../nvme0n1p9 lrwxrwxrwx 1 root root 13 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1 -> ../../nvme0n1 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part1 -> ../../nvme0n1p1 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part2 -> ../../nvme0n1p2 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part3 -> ../../nvme0n1p3 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part4 -> ../../nvme0n1p4 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part5 -> ../../nvme0n1p5 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part6 -> ../../nvme0n1p6 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part7 -> ../../nvme0n1p7 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part8 -> ../../nvme0n1p8 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-SAMSUNG_MZVLB512HAJQ-000H1_S3WTNB0K458426_1-part9 -> ../../nvme0n1p9 lrwxrwxrwx 1 root root 13 Nov 14 08:17 nvme-eui.0025388481ba5cc8 -> ../../nvme0n1 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part1 -> ../../nvme0n1p1 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part2 -> ../../nvme0n1p2 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part3 -> ../../nvme0n1p3 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part4 -> ../../nvme0n1p4 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part5 -> ../../nvme0n1p5 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part6 -> ../../nvme0n1p6 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part7 -> ../../nvme0n1p7 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part8 -> ../../nvme0n1p8 lrwxrwxrwx 1 root root 15 Nov 14 08:17 nvme-eui.0025388481ba5cc8-part9 -> ../../nvme0n1p9 *********************** END /dev/disk/by-id *********************** BEGIN /dev/disk/by-uuid total 0 lrwxrwxrwx 1 root root 15 Nov 14 08:17 1E85-9289 -> ../../nvme0n1p1 lrwxrwxrwx 1 root root 15 Nov 14 08:17 249A2A7A9A2A491E -> ../../nvme0n1p3 lrwxrwxrwx 1 root root 15 Nov 14 08:17 4a2abc1e-00ab-4817-8bf8-aa89cc34fb0a -> ../../nvme0n1p8 lrwxrwxrwx 1 root root 15 Nov 14 08:17 588CC01A8CBFF09C -> ../../nvme0n1p5 lrwxrwxrwx 1 root root 15 Nov 14 08:17 949A7E789A7E56A8 -> ../../nvme0n1p4 lrwxrwxrwx 1 root root 15 Nov 14 08:17 b21d92ac-e01a-47de-adb7-1ab6707b4053 -> ../../nvme0n1p7 lrwxrwxrwx 1 root root 15 Nov 14 08:17 ce3038c4-9ff7-4431-a9bd-23f571a51e75 -> ../../nvme0n1p9 lrwxrwxrwx 1 root root 15 Nov 14 08:17 fad94afb-c5e0-49d4-9f50-88c2821ffa1e -> ../../nvme0n1p6 *********************** END /dev/disk/by-uuid -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-4-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages grub-common depends on: ii gettext-base 0.21-13+b1 ii libc6 2.37-12 ii libdevmapper1.02.1 2:1.02.185-2 ii libefiboot1 38-2 ii libefivar1 38-2 ii libfreetype6 2.13.2+dfsg-1 ii libfuse3-3 3.14.0-4 ii liblzma5 5.4.4-0.1 Versions of packages grub-common recommends: ii os-prober 1.81 Versions of packages grub-common suggests: ii console-setup 1.223 ii desktop-base 12.0.6+nmu1 pn grub-emu <none> ii mtools 4.0.43-1 pn multiboot-doc <none> pn xorriso <none> -- no debconf information
--- End Message ---
--- Begin Message ---Closing... On Wed, Nov 15, 2023 at 03:48:43PM +0100, Domenico Cufalo wrote: >Package: grub2 >Followup-For: Bug #1055927 > >Dear Maintainer, > >please, close this bug report and sorry! > >The packages have just been upgraded. > >Many thanks, >DC > > >-- System Information: >Debian Release: trixie/sid > APT prefers unstable > APT policy: (500, 'unstable'), (500, 'testing') >Architecture: amd64 (x86_64) > >Kernel: Linux 6.5.0-4-amd64 (SMP w/8 CPU threads; PREEMPT) >Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not >set >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.12~rc1-12 >pn grub-pc <none> > >grub2 recommends no packages. > >grub2 suggests no packages. > > -- Steve McIntyre, Cambridge, UK. [email protected] We don't need no education. We don't need no thought control.
--- End Message ---

