Your message dated Sun, 1 Aug 2010 21:39:47 +0100
with message-id <[email protected]>
and subject line Re: Bug#591289: grub-probe returns wrong results
has caused the Debian Bug report #591289,
regarding grub-probe returns wrong results
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.)
--
591289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591289
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-common
Version: 1.96+20080724-16
Severity: important
grub-common: /usr/sbin/grub-probe
DebianAufMacBook:~# grub-probe -t drive /
(hd0,3)
DebianAufMacBook:~# grub-probe --target=device /
/dev/sda3
should return (hd0,2)
-- System Information:
Debian Release: 5.0.5
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
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-common depends on:
ii base-files 5lenny6 Debian base system miscellaneous f
ii libc6 2.7-18lenny4 GNU C Library: Shared libraries
grub-common recommends no packages.
Versions of packages grub-common suggests:
pn multiboot-doc <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, Aug 01, 2010 at 08:59:49PM +0200, Holger Schuh wrote:
> grub-common: /usr/sbin/grub-probe
> DebianAufMacBook:~# grub-probe -t drive /
> (hd0,3)
> DebianAufMacBook:~# grub-probe --target=device /
> /dev/sda3
>
> should return (hd0,2)
If you want that, set GRUB_LEGACY_0_BASED_PARTITIONS=1 in the
environment. For GRUB 2 (Debian's default GRUB version nowadays),
grub-probe's behaviour is correct.
--
Colin Watson [[email protected]]
--- End Message ---