Your message dated Mon, 7 Apr 2008 17:18:57 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#473340: grub-probe: "cannot find a GRUB drive for ...."
has caused the Debian Bug report #473340,
regarding grub-probe: "cannot find a GRUB drive for ...."
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.)
--
473340: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473340
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: grub
Version: 0.97-35
After upgrade from grub version 0.97-32, I was unable to install new kernel
version becouse update-grub fails. It seems that problem is with grub-probe:
isis:~# grub-probe /
grub-probe: error: cannot find a GRUB drive for /dev/sde1.
Downgrade to version 0.97-32 solves the problem.
Maybe it is worth mentioning that /dev/sde1 is my root drive (at the moment).
But I use UUID to identify partitions in my /etc/fstab
and /boot/grub/menu.lst
from fstab:
...
UUID=199d56b3-7b2a-45f4-8be8-58a620aca501 / ext3
defaults,errors=remount-ro 0 1
...
from menu.lst
...
# kopt=root=UUID=199d56b3-7b2a-45f4-8be8-58a620aca501 ro
...
--- End Message ---
--- Begin Message ---
On Sat, Apr 05, 2008 at 10:27:07AM +0200, Carlo Fusco wrote:
> On Fri, Apr 4, 2008 at 7:48 PM, Carlo Fusco <[EMAIL PROTECTED]> wrote:
> > I can exactly confirm the same bug in my system. I have 2 disks sata,
> > sda1 that is mount in my home dir and sdb1 that conteins the operating
> > system. Some time during boot they get inverted (I imagine is a bios
> > issue) and therefore initiramfs stops and drops me on a shell. Usually
> > a reboot is enough to fix this problem
> >
> > Here some more info.
> >
> > /boot/grub/device.map.
> >
> > (hd0) /dev/sda
>
> manually changing /boot/grub/device.map to:
>
> (hd0) /dev/sdb
>
> solved the problem.
Your device.map didn't include all drives (a regeneration would solve
this: grub --device-map).
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
--- End Message ---