Bug#597563: grub-common: grub-probe segfaults scanning lvm devices

NeilBrown neilb at suse.de
Sun Jan 9 22:29:17 UTC 2011


On Sun, 09 Jan 2011 17:13:10 -0500 Matthew Gabeler-Lee <cheetah at fastcat.org>
wrote:

> On 1/9/2011 16:57, NeilBrown wrote:
> > Simply running
> >     mdadm --zero-superblock /dev/sdb
> >
> > should fix it.
> Well, that doesn't work very well: "mdadm: Couldn't open /dev/sdb for write 
> - not zeroing" ... strace reveals that mdadm is trying to open it O_EXCL, 
> which I presume is why it's not working ... I presume I'd have to reboot to 
> single user mode and stop the LVM and possibly MD stuff in order for that to 
> work, which might then require booting from a rescue cd to do it.

Sorry, I forgot that the device would be in use.
In that case

   mdadm --zero-superblock --force /dev/sdb

would have done the trick.  But you found another way which worked just as
well.

NeilBrown






More information about the Pkg-grub-devel mailing list