Your message dated Wed, 9 Jul 2025 18:31:47 +0200
with message-id <4e6738e6-359f-42e3-9991-431efce26...@debian.org>
and subject line Closing old src:grub2 RC bugs where progress isn't likely
has caused the Debian Bug report #558422,
regarding grub-pc: upgrade hangs
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 ow...@bugs.debian.org
immediately.)
--
558422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub-pc
Version: 1.97+20091125-1
Severity: important
When upgrading grub, the setup stage hangs until I hit control-c.
Setting up grub-pc (1.97+20091125-1) ...
^Cdpkg: error processing grub-pc (--configure):
subprocess installed post-installation script killed by signal (Interrupt)
The hang seems to be in this line in grub-pc.postinst:
db_subst grub-pc/install_devices CHOICES `grub-mkdevicemap -m - | sed -e
"/^(fd[0-9]\+)/d;s,.*\t,,g" | tr '\n' ',' | sed -e 's/,$//g;s/,/, /g'`
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/409d61e6-8b1c-4425-8a9e-a00d598c45e1 / reiserfs
rw,noatime,user_xattr 0 0
/dev/hda2 /home reiserfs rw,noatime,user_xattr 0 0
/dev/sda1 /morespace ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/disk/by-uuid/409d61e6-8b1c-4425-8a9e-a00d598c45e1 /var/spool/hylafax/etc
reiserfs rw,noatime,user_xattr 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/hda
(hd1) /dev/sda
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
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 ###
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.31-1-686
root=UUID=409d61e6-8b1c-4425-8a9e-a00d598c45e1 ro irqpoll vga=791 quiet
initrd /boot/initrd.img-2.6.31-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686 (recovery mode)" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.31-1-686
root=UUID=409d61e6-8b1c-4425-8a9e-a00d598c45e1 ro single irqpoll vga=791
initrd /boot/initrd.img-2.6.31-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-2-686" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.30-2-686
root=UUID=409d61e6-8b1c-4425-8a9e-a00d598c45e1 ro irqpoll vga=791 quiet
initrd /boot/initrd.img-2.6.30-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-2-686 (recovery mode)" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.30-2-686
root=UUID=409d61e6-8b1c-4425-8a9e-a00d598c45e1 ro single irqpoll vga=791
initrd /boot/initrd.img-2.6.30-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-1-686" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.30-1-686
root=UUID=409d61e6-8b1c-4425-8a9e-a00d598c45e1 ro irqpoll vga=791 quiet
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.30-1-686 (recovery mode)" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.30-1-686
root=UUID=409d61e6-8b1c-4425-8a9e-a00d598c45e1 ro single irqpoll vga=791
initrd /boot/initrd.img-2.6.30-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-2-686" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.29-2-686
root=UUID=409d61e6-8b1c-4425-8a9e-a00d598c45e1 ro irqpoll vga=791 quiet
initrd /boot/initrd.img-2.6.29-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.29-2-686 (recovery mode)" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.29-2-686
root=UUID=409d61e6-8b1c-4425-8a9e-a00d598c45e1 ro single irqpoll vga=791
initrd /boot/initrd.img-2.6.29-2-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.20.7" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.20.7 root=/dev/hda1 ro irqpoll vga=791 quiet
}
menuentry "Debian GNU/Linux, with Linux 2.6.20.7 (recovery mode)" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.20.7 root=/dev/hda1 ro single irqpoll vga=791
}
menuentry "Debian GNU/Linux, with Linux 2.6.20.7.old" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.20.7.old root=/dev/hda1 ro irqpoll vga=791
quiet
}
menuentry "Debian GNU/Linux, with Linux 2.6.20.7.old (recovery mode)" {
insmod reiserfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 409d61e6-8b1c-4425-8a9e-a00d598c45e1
linux /boot/vmlinuz-2.6.20.7.old root=/dev/hda1 ro single irqpoll
vga=791
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### 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 ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii grub-common 1.97+20091125-1 GRand Unified Bootloader, version
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii ucf 3.0025 Update Configuration File: preserv
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
ii desktop-base 5.0.5 common files for the Debian Deskto
ii genisoimage 9:1.1.10-1 Creates ISO-9660 CD-ROM filesystem
-- debconf information:
grub2/kfreebsd_cmdline:
* grub2/linux_cmdline: irqpoll vga=791
* grub-pc/chainload_from_menu.lst: true
grub-pc/kopt_extracted: true
grub-pc/postrm_purge_boot_grub: false
grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default: quiet
* grub-pc/install_devices: /dev/hda
--- End Message ---
--- Begin Message ---
Hi,
After alignment with Steve, I'm closing these old bugs in src:grub2 as
they seem to lack the required information to make them actionable.
If new information surfaces to reproduce the bug or maybe even a fix,
the bug can be unarchived and reopened.
Paul
(Release Team member hat on)
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---