Your message dated Fri, 25 Jul 2008 20:41:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#488193: update-grub fails
has caused the Debian Bug report #488193,
regarding update-grub fails
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.)
--
488193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488193
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grub
Version: 0.97-27
Severity: critical
Justification: breaks the whole system
When I do "update-grub", it fails.
For example, in the past, I had this:
title Debian GNU/Linux, kernel 2.6.18-6-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.18-6-686
And If I do "update-grub" :
title Debian GNU/Linux, kernel 2.6.18-6-686
root (hd1,0)
kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda1 ro quiet
initrd /boot/initrd.img-2.6.18-6-686
So, "root (hd0,0)" is replaced by "root (hd1,0)". To fix the problem, I have
to, manually, replace "(hd1,0)" by "(hd0,0)".
This problem happens on some machines that run debian etch and debian lenny/sid.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages grub depends on:
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libncurses5 5.5-5 Shared libraries for terminal hand
grub recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Fri, Jul 25, 2008 at 06:55:41PM +0200, Shams Fantar wrote:
> Robert Millan wrote:
> > On Thu, Jun 26, 2008 at 11:13:14PM +0200, Shams Fantar wrote:
> >
> >> Package: grub
> >> Version: 0.97-27
> >> Severity: critical
> >> Justification: breaks the whole system
> >>
> >> When I do "update-grub", it fails.
> >>
> >> For example, in the past, I had this:
> >>
> >> title Debian GNU/Linux, kernel 2.6.18-6-686
> >> root (hd0,0)
> >> kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda1 ro quiet
> >> initrd /boot/initrd.img-2.6.18-6-686
> >>
> >> And If I do "update-grub" :
> >>
> >> title Debian GNU/Linux, kernel 2.6.18-6-686
> >> root (hd1,0)
> >> kernel /boot/vmlinuz-2.6.18-6-686 root=/dev/sda1 ro quiet
> >> initrd /boot/initrd.img-2.6.18-6-686
> >>
> >> So, "root (hd0,0)" is replaced by "root (hd1,0)". To fix the problem, I
> >> have to, manually, replace "(hd1,0)" by "(hd0,0)".
> >>
> >> This problem happens on some machines that run debian etch and debian
> >> lenny/sid.
> >>
> >
> > Please send me your /boot/grub/device.map, /proc/mounts and /etc/fstab.
> >
> >
>
> /boot/grub/device.map :
>
> (hd0) /dev/hda
>
> (hd1) /dev/sda
device.map is used to map system devices to GRUB devices. Simply edit that
file as:
(hd0) /dev/sda
(hd1) /dev/hda
to archieve the desired effect. Or otherwise upgrade to grub2 which uses UUIDs
and doesn't have this problem.
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What good is a phone call… if you are unable to speak?
(as seen on /.)
--- End Message ---