Bug#478228: grub-probe: can't handle (raid) md-devices

Robert Millan rmh at aybabtu.com
Tue Jul 29 22:41:57 UTC 2008


On Tue, Jul 29, 2008 at 07:24:09PM +0200, Felix Zielcke wrote:
> 
> Guntsche Michael said yesterday on grub-devel now, that grub2 can only handle the default 0.90
> superblock format but as you can see above you are using 1.0 even for /boot

But we have a check for this:

  /* FIXME: Also support version 1.0. */
  if (sb.major_version != 0 || sb.minor_version != 90)
    {
      grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
                  "Unsupported RAID version: %d.%d",
                  sb.major_version, sb.minor_version);
      return 0;
    }

isn't this message reflected in grub-probe -vv output?

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."





More information about the Pkg-grub-devel mailing list