Your message dated Fri, 30 May 2008 22:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#481236: fixed in grub2 1.96+20080531-1
has caused the Debian Bug report #481236,
regarding grub-probe: error: /boot/grub/device.map:2: Duplicated entry found
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.)


-- 
481236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481236
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grub
Version: 0.97-38
Severity: normal

When running update-grub, I have this output:

# update-grub
Searching for GRUB installation directory ... found: /boot/grub
grub-probe: error: /boot/grub/device.map:2: Duplicated entry found
# 

This did not happen with older versions of grub-legacy on the same system.

I had grub 2 installed a few weeks ago but downgraded to grub-legacy
(which I had used before). It could be related, but I guess not, as the 
device.map looks perfectly fine to me - all these devices do exist.

This may be a duplicate of #478004.

-- Package-specific info:

*********************** BEGIN /boot/grub/device.map
(fd0)   /dev/fd0
(hd0)   /dev/hda
(hd1)   /dev/sda
(hd2)   /dev/sdb
*********************** END /boot/grub/device.map

*********************** BEGIN /proc/mounts
/dev/md2 / ext3 rw,errors=remount-ro,data=ordered 0 0
/dev/md2 /dev/.static/dev ext3 rw,errors=remount-ro,data=ordered 0 0
/dev/md0 /boot ext3 rw,data=ordered 0 0
/dev/hda2 /mnt/hda2 ext3 rw,nosuid,nodev,noexec,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.           
default         0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout         5

# Pretty colours
color cyan/blue white/blue

### PASSWORD LINE REMOVED ###
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
### PASSWORD LINE REMOVED ###
### PASSWORD LINE REMOVED ###
### PASSWORD LINE REMOVED ###

#
# examples
#
# title         Windows 95/98/NT/2000
# root          (hd0,0)
# makeactive
# chainloader   +1
#
# title         Linux
# root          (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/md2 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title           Debian GNU/Linux, kernel 2.6.24-1-686
root            (hd1,0)
kernel          /vmlinuz-2.6.24-1-686 root=/dev/md2 ro 
initrd          /initrd.img-2.6.24-1-686

title           Debian GNU/Linux, kernel 2.6.24-1-686 (recovery mode)
root            (hd1,0)
kernel          /vmlinuz-2.6.24-1-686 root=/dev/md2 ro single
initrd          /initrd.img-2.6.24-1-686

title           Debian GNU/Linux, kernel 2.6.23-kamikaze5-x2-k8
root            (hd1,0)
kernel          /vmlinuz-2.6.23-kamikaze5-x2-k8 root=/dev/md2 ro 
initrd          /initrd.img-2.6.23-kamikaze5-x2-k8

title           Debian GNU/Linux, kernel 2.6.23-kamikaze5-x2-k8 (recovery mode)
root            (hd1,0)
kernel          /vmlinuz-2.6.23-kamikaze5-x2-k8 root=/dev/md2 ro single
initrd          /initrd.img-2.6.23-kamikaze5-x2-k8

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
#title          Other operating systems:
#root


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda3.
#title          Debian GNU/Linux, kernel 2.6.11 Default (on /dev/hda3)
#root           (hd0,2)
#kernel         /boot/vmlinuz root=/dev/hda3 ro ramdisk_size=100000 
init=/etc/init lang=de apm=power-off nomce quiet screen=1280x1024 dma vga=791 
#initrd         /boot/initrd.img
#savedefault
#boot


# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda3.
#title          Debian GNU/Linux, kernel 2.6.11 (on /dev/hda3)
#root           (hd0,2)
#kernel         /boot/vmlinuz-2.6.11 root=/dev/hda3 ro ramdisk_size=100000 
init=/etc/init lang=de apm=power-off nomce quiet screen=1280x1024 dma vga=791 
#initrd         /boot/initrd.img-2.6.11
#savedefault
#boot

*********************** END /boot/grub/menu.lst

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf-8, LC_CTYPE=de_DE.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub depends on:
ii  grub-common              1.96+20080429-1 GRand Unified Bootloader, version 
ii  libc6                    2.7-10          GNU C Library: Shared libraries
ii  libncurses5              5.6+20080308-1  Shared libraries for terminal hand

grub recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 1.96+20080531-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+20080531-1_amd64.deb
  to pool/main/g/grub2/grub-common_1.96+20080531-1_amd64.deb
grub-efi_1.96+20080531-1_amd64.deb
  to pool/main/g/grub2/grub-efi_1.96+20080531-1_amd64.deb
grub-ieee1275_1.96+20080531-1_amd64.deb
  to pool/main/g/grub2/grub-ieee1275_1.96+20080531-1_amd64.deb
grub-linuxbios_1.96+20080531-1_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.96+20080531-1_amd64.deb
grub-pc_1.96+20080531-1_amd64.deb
  to pool/main/g/grub2/grub-pc_1.96+20080531-1_amd64.deb
grub-rescue-pc_1.96+20080531-1_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.96+20080531-1_amd64.deb
grub2_1.96+20080531-1.diff.gz
  to pool/main/g/grub2/grub2_1.96+20080531-1.diff.gz
grub2_1.96+20080531-1.dsc
  to pool/main/g/grub2/grub2_1.96+20080531-1.dsc
grub2_1.96+20080531-1_amd64.deb
  to pool/main/g/grub2/grub2_1.96+20080531-1_amd64.deb
grub2_1.96+20080531.orig.tar.gz
  to pool/main/g/grub2/grub2_1.96+20080531.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: Sat, 31 May 2008 00:02:54 +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+20080531-1
Distribution: unstable
Urgency: low
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: 480977 481236 482860
Changes: 
 grub2 (1.96+20080531-1) unstable; urgency=low
 .
   * New CVS snapshot.
     - Work around BIOS bug affecting keyboard on macbooks.  (Closes: #482860)
     - Adjust grub.d/05_debian_theme to use the new UUID-compatible API.
     - default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable.
     - patches/06_backward_compat_in_uuid_support.diff: New.  Make update-grub
       generate code that is compatible with older GRUB installs.
     - util/biosdisk.c no longer complains about duplicated device.map entries.
       (Closes: #481236)
 .
   [ Updated translations ]
   * Galician (gl.po) by Jacobo Tarrio  (Closes: #480977)
Checksums-Sha1: 
 2e31fab404668eefd262b9e4c5d664e5bb59eb25 1971 grub2_1.96+20080531-1.dsc
 c82fa0a4b8c591e92459f795a4434dae8031f610 857037 grub2_1.96+20080531.orig.tar.gz
 3e0e39ea6a810b64f56dc9ad61c63314616180a8 40285 grub2_1.96+20080531-1.diff.gz
 21c15e09a034df42431dd9af055ff85fea1be2c3 111042 grub2_1.96+20080531-1_amd64.deb
 19d924768631da11e7cb4c8f043a28a200b1dd1a 184668 
grub-common_1.96+20080531-1_amd64.deb
 94ff824324e84c196e78208b408359224085593f 1111634 
grub-pc_1.96+20080531-1_amd64.deb
 027e30292ec94addb53030d5138c5915c8edd47f 453372 
grub-rescue-pc_1.96+20080531-1_amd64.deb
 1c6dd45a124b3d4641a9a87ff8c142f77c527a75 974632 
grub-linuxbios_1.96+20080531-1_amd64.deb
 c8f6e7749160e66e05176021f5553a375e870920 869324 
grub-efi_1.96+20080531-1_amd64.deb
 16b1fadd0aaad7a2cab07c38f6ecd569a6f1daa4 976846 
grub-ieee1275_1.96+20080531-1_amd64.deb
Checksums-Sha256: 
 33b51f89ae31179ebc6fc2bf886604cb16e6961a2b2081a8778ce385ba4b04ab 1971 
grub2_1.96+20080531-1.dsc
 249baad0ed697b3faef8295792faf85ef5903d850ba1ff01cdb846b7bdaf349b 857037 
grub2_1.96+20080531.orig.tar.gz
 e6c94357aee1e47ae051d8f2b93a0d12d383a5b23d4457d9bcc8171766eb3d08 40285 
grub2_1.96+20080531-1.diff.gz
 891057baf185fc7738db48151d3a3dc72fd38fb2e72f3e1f79123866ad9179c9 111042 
grub2_1.96+20080531-1_amd64.deb
 7b533726f0b164cd2d5ae66123df3e7b2892f4899b649993807ee5ee8c3b1c8e 184668 
grub-common_1.96+20080531-1_amd64.deb
 65a01891960b23353223a557d7f60610f6c620d48ad2515ce3d77b1175b6c76c 1111634 
grub-pc_1.96+20080531-1_amd64.deb
 995db9d1865992355f5876256128a5a658e31cb447a4893849676d11abce8b02 453372 
grub-rescue-pc_1.96+20080531-1_amd64.deb
 271d655f0e2c1e8b47692ac514b426a7ca7dff4bc59f26775b778f51f75096b7 974632 
grub-linuxbios_1.96+20080531-1_amd64.deb
 01d25a55e49c447ad123e2e89a3f4838066897874a1fadebdcd882beaee1ae20 869324 
grub-efi_1.96+20080531-1_amd64.deb
 20bedfe725fce13efc2238e48521ac2e75171cf0b7b4907fec5e808275185eff 976846 
grub-ieee1275_1.96+20080531-1_amd64.deb
Files: 
 56296051b382c5162efafc52b9163cfb 1971 admin extra grub2_1.96+20080531-1.dsc
 a85d0357780b1e46b8c737f95961fb2d 857037 admin extra 
grub2_1.96+20080531.orig.tar.gz
 e8076a48ae0418bae33efec7f072cc4a 40285 admin extra 
grub2_1.96+20080531-1.diff.gz
 2aebc3ac66eab112a3763495374c6a80 111042 admin extra 
grub2_1.96+20080531-1_amd64.deb
 2a0fb343d2d813c7b9e337812052a99b 184668 admin extra 
grub-common_1.96+20080531-1_amd64.deb
 80a3e62475b86cbdd0263acfb74a0eae 1111634 admin extra 
grub-pc_1.96+20080531-1_amd64.deb
 eafa37f17aaf667983d1f69ab6b8b59e 453372 admin extra 
grub-rescue-pc_1.96+20080531-1_amd64.deb
 d47c7dbc9de6827b87e86bf19d7e86fa 974632 admin extra 
grub-linuxbios_1.96+20080531-1_amd64.deb
 a2d8ee1f4f25028bba06b0c6726a4ae3 869324 admin extra 
grub-efi_1.96+20080531-1_amd64.deb
 0f3d09d99016084ec14a735f1e7984f3 976846 admin extra 
grub-ieee1275_1.96+20080531-1_amd64.deb

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

iD8DBQFIQHtrC19io6rUCv8RAmrPAJ4zzNW5EdjX31rTCfHyBLU7fPh6CQCfU6zQ
QOUajjNUytpZHSJLq0+HmNc=
=WDbO
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to