Your message dated Sun, 31 Aug 2008 17:02:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#496040: fixed in grub2 1.96+20080831-1 has caused the Debian Bug report #496040, regarding error: unknown device hd1 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.) -- 496040: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496040 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: grub-pc Version: 1.96+20080724-8 Severity: minor when installing a new kernel I get the following messages: Running /usr/sbin/update-grub. error: unknown device hd1 error: unknown device hd1 Updating /boot/grub/grub.cfg ... error: unknown device hd1 error: unknown device hd1 error: unknown device hd1 error: unknown device hd1 error: unknown device hd1 error: unknown device hd1 -- Package-specific info: *********************** BEGIN /proc/mounts /dev/hda5 / ext3 rw,errors=remount-ro,data=ordered 0 0 /dev/md/0 /mirror3 ext3 rw,errors=remount-ro,data=ordered 0 0 /dev/hda7 /symonec vfat rw,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8 0 0 /dev/hda1 /victoriac vfat rw,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8 0 0 /dev/hdb1 /victoriad vfat rw,uid=65534,gid=65534,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8 0 0 *********************** END /proc/mounts *********************** BEGIN /boot/grub/device.map (fd0) /dev/fd0 (hd0) /dev/hda (hd1) /dev/hdb *********************** END /boot/grub/device.map *********************** BEGIN /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/update-grub using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### set default=0 set timeout=5 set root=(hd0,5) search --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7 if font /usr/share/grub/ascii.pff ; then set gfxmode=640x480 insmod gfxterm insmod vbe terminal gfxterm fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=cyan/blue set menu_color_highlight=white/blue ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_hurd ### ### END /etc/grub.d/10_hurd ### ### BEGIN /etc/grub.d/10_linux ### set root=(hd0,5) search --fs-uuid --set 026a3f5c-0064-4ae7-869e-519d2cee05e7 menuentry "Debian GNU/Linux, linux 2.6.27-rc3-686" { linux /boot/vmlinuz-2.6.27-rc3-686 root=UUID=026a3f5c-0064-4ae7-869e-519d2cee05e7 ro initrd /boot/initrd.img-2.6.27-rc3-686 } menuentry "Debian GNU/Linux, linux 2.6.27-rc3-686 (single-user mode)" { linux /boot/vmlinuz-2.6.27-rc3-686 root=UUID=026a3f5c-0064-4ae7-869e-519d2cee05e7 ro single initrd /boot/initrd.img-2.6.27-rc3-686 } menuentry "Debian GNU/Linux, linux 2.6.27-rc3" { linux /boot/vmlinuz-2.6.27-rc3 root=UUID=026a3f5c-0064-4ae7-869e-519d2cee05e7 ro initrd /boot/initrd.img-2.6.27-rc3 } menuentry "Debian GNU/Linux, linux 2.6.27-rc3 (single-user mode)" { linux /boot/vmlinuz-2.6.27-rc3 root=UUID=026a3f5c-0064-4ae7-869e-519d2cee05e7 ro single initrd /boot/initrd.img-2.6.27-rc3 } menuentry "Debian GNU/Linux, linux 2.6.26-1-686" { linux /boot/vmlinuz-2.6.26-1-686 root=UUID=026a3f5c-0064-4ae7-869e-519d2cee05e7 ro initrd /boot/initrd.img-2.6.26-1-686 } menuentry "Debian GNU/Linux, linux 2.6.26-1-686 (single-user mode)" { linux /boot/vmlinuz-2.6.26-1-686 root=UUID=026a3f5c-0064-4ae7-869e-519d2cee05e7 ro single initrd /boot/initrd.img-2.6.26-1-686 } menuentry "Debian GNU/Linux, linux 2.6.26" { linux /boot/vmlinuz-2.6.26 root=UUID=026a3f5c-0064-4ae7-869e-519d2cee05e7 ro initrd /boot/initrd.img-2.6.26 } menuentry "Debian GNU/Linux, linux 2.6.26 (single-user mode)" { linux /boot/vmlinuz-2.6.26 root=UUID=026a3f5c-0064-4ae7-869e-519d2cee05e7 ro single initrd /boot/initrd.img-2.6.26 } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { linux /memtest86+.bin } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows 95/98/Me (on /dev/hda1)" { set root=(hd0,1) chainloader +1 } menuentry "Windows 95/98/Me (on /dev/hda7)" { set root=(hd0,7) chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file is an example on how to add custom entries ### END /etc/grub.d/40_custom ### *********************** END /boot/grub/grub.cfg -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.27-rc3 (SMP w/1 CPU core; PREEMPT) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages grub-pc depends on: ii debconf [debconf-2.0] 1.5.23 Debian configuration management sy ii grub-common 1.96+20080724-8 GRand Unified Bootloader, version ii libc6 2.7-13 GNU C Library: Shared libraries ii liblzo2-2 2.03-1 data compression library ii libncurses5 5.6+20080804-1 shared libraries for terminal hand grub-pc recommends no packages. Versions of packages grub-pc suggests: pn desktop-base <none> (no description available) ii os-prober 1.27 utility to detect other OSes on a -- debconf-show failed
--- End Message ---
--- Begin Message ---Source: grub2 Source-Version: 1.96+20080831-1 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: grub-common_1.96+20080831-1_amd64.deb to pool/main/g/grub2/grub-common_1.96+20080831-1_amd64.deb grub-coreboot_1.96+20080831-1_amd64.deb to pool/main/g/grub2/grub-coreboot_1.96+20080831-1_amd64.deb grub-efi_1.96+20080831-1_amd64.deb to pool/main/g/grub2/grub-efi_1.96+20080831-1_amd64.deb grub-ieee1275_1.96+20080831-1_amd64.deb to pool/main/g/grub2/grub-ieee1275_1.96+20080831-1_amd64.deb grub-linuxbios_1.96+20080831-1_amd64.deb to pool/main/g/grub2/grub-linuxbios_1.96+20080831-1_amd64.deb grub-pc_1.96+20080831-1_amd64.deb to pool/main/g/grub2/grub-pc_1.96+20080831-1_amd64.deb grub-rescue-pc_1.96+20080831-1_amd64.deb to pool/main/g/grub2/grub-rescue-pc_1.96+20080831-1_amd64.deb grub2_1.96+20080831-1.diff.gz to pool/main/g/grub2/grub2_1.96+20080831-1.diff.gz grub2_1.96+20080831-1.dsc to pool/main/g/grub2/grub2_1.96+20080831-1.dsc grub2_1.96+20080831-1_amd64.deb to pool/main/g/grub2/grub2_1.96+20080831-1_amd64.deb grub2_1.96+20080831.orig.tar.gz to pool/main/g/grub2/grub2_1.96+20080831.orig.tar.gz 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. Robert Millan <[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: SHA1 Format: 1.8 Date: Sun, 31 Aug 2008 18:40:09 +0200 Source: grub2 Binary: grub2 grub-of grub-linuxbios grub-common grub-pc grub-rescue-pc grub-coreboot grub-efi grub-ieee1275 Architecture: source amd64 Version: 1.96+20080831-1 Distribution: experimental Urgency: low Maintainer: GRUB Maintainers <[EMAIL PROTECTED]> Changed-By: Robert Millan <[EMAIL PROTECTED]> Description: grub-common - GRand Unified Bootloader, version 2 (common files) grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version) grub-efi - GRand Unified Bootloader, version 2 (EFI version) grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version) grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package) grub-of - GRand Unified Bootloader, version 2 (dummy package) grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version) grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version) grub2 - GRand Unified Bootloader, version 2 (dummy package) Closes: 486624 487565 489287 490584 493106 493289 493347 493744 494158 494501 494589 495049 496040 496061 496573 496610 496820 Changes: grub2 (1.96+20080831-1) experimental; urgency=low . * New SVN snapshot. - patches/00_fix_double_prefix.diff: Remove (merged). (Closes: #487565) - patches/00_getline.diff: Remove (merged). (Closes: #493289) - Handle errors in RAID/LVM scan routine (rather than letting the upper layer cope with them). (Closes: #494501, #495049) - patches/901_linux_coreboot.diff: Remove (replaced). - Add support for GFXMODE variable (Closes: #493106) - Skips /dev/.* in grub-probe. (Closes: #486624) - RAID code has various fixes. (Closes: #496573) - Buffered file read is now used to read the background image faster. (Closes: #490584) . * We are already using LZMA, because upstream includes it's own lzma encoder, so drop completely the liblzo handling in control and rules files. . [ Felix Zielcke ] * Remove the 1.95 partition numbering transition debconf warning from grub2 package and removed it from all languages (*.po). (Closes: #493744) * Add a comment for the new GFXMODE in default/grub. * debian/rules: - Remove 2 ./configure options which it didn't understand. - New grub-mkelfimage belongs to grub-common. * debian/control: - Change debhelper compat level to 7 and build depend on it >= 7. - Remove ${misc:Depend} dependency on all packages except grub-pc which is the only one using debconf. - Replace deprecated ${Source-Version} with ${source:Version} for << dependency and with ${build:Version} for = ones. - Remove versioned dependency of Build-Depends patchutils and cdbs, because etch has newer versions then the one used. - Remove dpkg-dev completely from Build-Depends because it's build-essentail and a non versioned dependency results in a lintian error. - Remove Conflict/Replaces pupa, it has been removed from Debian 2004. - Change build-dependency of unifont-bin to unifont (>= 1:5.1.20080820), it's the new package containing unifont.hex and that version to avoid licensing problems (Closes: #496061) - Remove Jason Thomas from Uploaders with his permission. * Preserve arguments in update-grub2 stub. (Closes: #496610) . [ Updated translations ] * Japanese (ja.po) by Hideki Yamane (Closes: #493347) . [ Robert Millan ] * Move a few files to grub-common and remove them from the arch- specific packages. * patches/02_old_linux_version_comparison.diff: Replace with ... * patches/901_dpkg_version_comparison.diff: ... this. Use dpkg --compare-versions in update-grub. (Closes: #494158) * patches/03_disable_floppies.diff: Free .drive struct member when skipping floppy drives. (Closes: #496040) * patches/902_boot_blocklist_hack.diff: Support separate /boot when using blocklists. (Closes: #496820, #489287, #494589) Checksums-Sha1: ad6200291fef87ca18da2a0a2e2ae6474e3a7b96 1798 grub2_1.96+20080831-1.dsc d59a1a7795d150adfce9390932455b24a374df16 978323 grub2_1.96+20080831.orig.tar.gz e3d52e10930f03eeb2af80f90cbda36fff0dbf1c 38920 grub2_1.96+20080831-1.diff.gz cca1a01b47faff5183739b49883f433823e7f7ed 129198 grub2_1.96+20080831-1_amd64.deb 2e30916b944439705a328707d2d6283b65a2e3c1 128108 grub-linuxbios_1.96+20080831-1_amd64.deb 9042e1773122c50dc2bfb996927667b49cc01bf3 1268672 grub-common_1.96+20080831-1_amd64.deb 416a9d3b45321f6df52b3daf82061a9de3f040b2 437888 grub-pc_1.96+20080831-1_amd64.deb d33fee8befd42b9b2387cd6bad590bd92963d569 468934 grub-rescue-pc_1.96+20080831-1_amd64.deb 7d4438b2069edf2c2e37c5cd348c5c8adab861b1 280600 grub-coreboot_1.96+20080831-1_amd64.deb 3810b6b9f2cb21f17dff3d2448beac99db91e65f 320936 grub-efi_1.96+20080831-1_amd64.deb 643387c89558905ccc4c1e3b09b298589aa03d3f 279578 grub-ieee1275_1.96+20080831-1_amd64.deb Checksums-Sha256: 47544486e0847194e8aac932aa2b02243bb0a285c7fd2f3bae72bf394a64b910 1798 grub2_1.96+20080831-1.dsc 2e78b2cf51275619f9cb6da0f400a0bf98cbfb5e512d9d6163448cae77f24d46 978323 grub2_1.96+20080831.orig.tar.gz 1d79cd96162311b763637ee4a5ce98f7685424c0aa22837d4693180d77a8b266 38920 grub2_1.96+20080831-1.diff.gz cf6c86bdb4673875c9619823266e4380a6a2f6c921da0f9a9f9e20a5dddd5ba3 129198 grub2_1.96+20080831-1_amd64.deb 2f49f883c5f024363d32f108e4c2e68d33a96495ffbe6935412e364b5b672a1e 128108 grub-linuxbios_1.96+20080831-1_amd64.deb 4106781cbef3c1e310be615f4b51430759402bcde69bf9403b08ee26f40e5b9b 1268672 grub-common_1.96+20080831-1_amd64.deb 5db14b98774ee173be713d2290da31798cd8490d5c41cb30b21ddfc8b5480eba 437888 grub-pc_1.96+20080831-1_amd64.deb 13855cf0e37018e21c5f8e0a91f093acdc2c641f216eb0d87b31ae2c6205fc58 468934 grub-rescue-pc_1.96+20080831-1_amd64.deb 546f46c0631fc17d4f12cbede1c17a44de0cb8cd801d867b8101eec52a196aa4 280600 grub-coreboot_1.96+20080831-1_amd64.deb 7d704a0b312d87a529d9e95cdc9c783ff6780ffb55c424786e77a757958bd73a 320936 grub-efi_1.96+20080831-1_amd64.deb 057a33296d15839779906322e4307c7cac311d1845021e6f42f3a93946853235 279578 grub-ieee1275_1.96+20080831-1_amd64.deb Files: b2524f4accab9f783284153fe50b4072 1798 admin extra grub2_1.96+20080831-1.dsc ae3a2a2560c91394040ed684c720e881 978323 admin extra grub2_1.96+20080831.orig.tar.gz 7bac76d1ee6fd9ab0b84e3c659f81411 38920 admin extra grub2_1.96+20080831-1.diff.gz d4c3f07fcfd862a01444ec50def80a82 129198 admin extra grub2_1.96+20080831-1_amd64.deb 9eb345b0cd1521c58a805da024987ef8 128108 admin extra grub-linuxbios_1.96+20080831-1_amd64.deb 7eec9205b6c70f6b13a051819476e7e3 1268672 admin extra grub-common_1.96+20080831-1_amd64.deb 817f664158121ad4df0684849481bf1d 437888 admin extra grub-pc_1.96+20080831-1_amd64.deb b04577b23240f45cbbf41c1435cc13ab 468934 admin extra grub-rescue-pc_1.96+20080831-1_amd64.deb b4e541a2fd0085642da1c3c5fb1f4061 280600 admin extra grub-coreboot_1.96+20080831-1_amd64.deb 834c4912ae2c18ce58598249e789c294 320936 admin extra grub-efi_1.96+20080831-1_amd64.deb 842a9ed9dc23a6c4759f98a643f96ff1 279578 admin extra grub-ieee1275_1.96+20080831-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAki6zD8ACgkQC19io6rUCv/+NwCaApF3EXclomPUzxZuZwctrzo0 AusAn2CmLRJ5pMQ8Ba4IUiFDUXhdFbAI =tgET -----END PGP SIGNATURE-----
--- End Message ---

