Your message dated Sat, 06 Sep 2008 14:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#496040: fixed in grub2 1.96+20080724-10
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+20080724-10

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+20080724-10_amd64.deb
  to pool/main/g/grub2/grub-common_1.96+20080724-10_amd64.deb
grub-efi_1.96+20080724-10_amd64.deb
  to pool/main/g/grub2/grub-efi_1.96+20080724-10_amd64.deb
grub-ieee1275_1.96+20080724-10_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.96+20080724-10_amd64.deb
grub-linuxbios_1.96+20080724-10_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.96+20080724-10_amd64.deb
grub-pc_1.96+20080724-10_amd64.deb
  to pool/main/g/grub2/grub-pc_1.96+20080724-10_amd64.deb
grub-rescue-pc_1.96+20080724-10_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.96+20080724-10_amd64.deb
grub2_1.96+20080724-10.diff.gz
  to pool/main/g/grub2/grub2_1.96+20080724-10.diff.gz
grub2_1.96+20080724-10.dsc
  to pool/main/g/grub2/grub2_1.96+20080724-10.dsc
grub2_1.96+20080724-10_amd64.deb
  to pool/main/g/grub2/grub2_1.96+20080724-10_amd64.deb



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: Sat,  6 Sep 2008 14:56:38 +0200
Source: grub2
Binary: grub2 grub-of grub-common grub-pc grub-rescue-pc grub-linuxbios 
grub-efi grub-ieee1275
Architecture: source amd64
Version: 1.96+20080724-10
Distribution: unstable
Urgency: high
Maintainer: GRUB Maintainers <[EMAIL PROTECTED]>
Changed-By: Robert Millan <[EMAIL PROTECTED]>
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 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 (LinuxBIOS version)
 grub-of    - GRand Unified Bootloader, version 2 [dummy]
 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: 489287 494589 496040 496820 497889
Changes: 
 grub2 (1.96+20080724-10) unstable; urgency=high
 .
   * 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)
   * patches/00_ntfs_insensitive.diff: They say NTFS is an insensitive fool.
     It must be true! (use case insensitive match in NTFS) (Closes: #497889)
Checksums-Sha1: 
 ca0f43b67b8f19694669942a261437959b65608c 2036 grub2_1.96+20080724-10.dsc
 ade0ac0534a192b430a3661f72cbbb8535c80291 53291 grub2_1.96+20080724-10.diff.gz
 00fb654c16ad214389a635ab90d77fe89d1acdad 123616 
grub2_1.96+20080724-10_amd64.deb
 81e73e1ca874c0baf81bc1f1a543b1163a3b1ed1 196662 
grub-common_1.96+20080724-10_amd64.deb
 4582c60aa30880e33ef417e48f211042de801c48 1469852 
grub-pc_1.96+20080724-10_amd64.deb
 b99b0c5ace52ff3a2e194c394d63edc04a8ef7a5 439470 
grub-rescue-pc_1.96+20080724-10_amd64.deb
 bb8da661f3fb46a63b961cd66e3e1a39603a347a 1316670 
grub-linuxbios_1.96+20080724-10_amd64.deb
 f585af18cfb25f095867ef275d42ddd8400973b3 1235392 
grub-efi_1.96+20080724-10_amd64.deb
 17be0dc4e7eeb38084bae539e0d7296d4c2fa9c8 1318958 
grub-ieee1275_1.96+20080724-10_amd64.deb
Checksums-Sha256: 
 699ef136b30c17071a7f2985c31884f0b7062ff00744c3ca4de8dafe973c80f4 2036 
grub2_1.96+20080724-10.dsc
 b333583d3c7aae44d78ff284ebb621641e963d1f3d1d5a27bf59efcde1135ebd 53291 
grub2_1.96+20080724-10.diff.gz
 564322e41c4bf246045fffc166f3fa571265154ff15d24b52b9362b48e1742b4 123616 
grub2_1.96+20080724-10_amd64.deb
 9a35f54994e39d15e8ec9c6eeda25e31e7c0a449fb8b16f0145a377e582d5f6c 196662 
grub-common_1.96+20080724-10_amd64.deb
 ee4a030a51660c2088fa2cc7431f9457f4d747a0c07f74f888dea014aeed8765 1469852 
grub-pc_1.96+20080724-10_amd64.deb
 90cec9eaddefb3461c16a78ef1108cdc93b9b4c88036b7570d26fbbe849deffc 439470 
grub-rescue-pc_1.96+20080724-10_amd64.deb
 f8b96a5f9613401a762b66d09894c683044b61a50a232e3e040ef68bf277d0a1 1316670 
grub-linuxbios_1.96+20080724-10_amd64.deb
 917c7b53411be61336020f7a6c25abeb73aa7a475cab5752861bb7d8ab18048f 1235392 
grub-efi_1.96+20080724-10_amd64.deb
 8992023f40f8c62caa6660ca2b800d64636c916402ce0179c523cdb6334f451c 1318958 
grub-ieee1275_1.96+20080724-10_amd64.deb
Files: 
 7f0d719064b8a9cd08e98a381adf50c0 2036 admin extra grub2_1.96+20080724-10.dsc
 a54518c253d9ddd80e3e09ec47bdfb4f 53291 admin extra 
grub2_1.96+20080724-10.diff.gz
 c7361af1695c3de9ea71419f88fa0811 123616 admin extra 
grub2_1.96+20080724-10_amd64.deb
 a58f749a1f7921233e2c80cbb18ff04d 196662 admin extra 
grub-common_1.96+20080724-10_amd64.deb
 50de830a88ea8861f7ed99513802ef9c 1469852 admin extra 
grub-pc_1.96+20080724-10_amd64.deb
 1a98a1e942fb72618e889f45f63807d2 439470 admin extra 
grub-rescue-pc_1.96+20080724-10_amd64.deb
 0e43df30d623d3292ffef250bf5de683 1316670 admin extra 
grub-linuxbios_1.96+20080724-10_amd64.deb
 38163aa06dfef52c4d5659e7ac19b132 1235392 admin extra 
grub-efi_1.96+20080724-10_amd64.deb
 83ef7afaaa8b55a4fadc40ae42830aee 1318958 admin extra 
grub-ieee1275_1.96+20080724-10_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkjCjQUACgkQC19io6rUCv9GuACcCjrcUJ7/UecFAojri/jUqa8W
bIAAn1M2Z+Ga93cPsfSQDfnBszLMj1Rs
=TqSk
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to