#781112 grub-common: grub-probe fails with 'Unknown filesystem' for JFS2

Package:
grub-common
Source:
grub2
Description:
GRand Unified Bootloader (common files)
Submitter:
Christian Franke
Date:
2015-03-24 16:45:06 UTC
Severity:
important
#781112#5
Date:
2015-03-24 16:42:52 UTC
From:
To:
Dear Maintainer,

I just tried to install Debian Jessie using the current debian-installer for Jessie.
I went through the installation and created a partition layout like this:

   /dev/vda1   2GiB  Swap
   /dev/vda2   40GiB JFS2

I have other installations with Debian Wheezy that work fine with this and installation
progressed normally. However, finishing up the installation and trying to install grub
to /dev/vda, I got a fatal error "unknown filesystem".

Entering the newly installed system from the chroot, the issue seems to be that update-grub
fails because the call 'grub-probe --target=fs -d /dev/vda2' fails with 'Unknown filesystem'
instead of returning the correct value.

# file -Ls /dev/vda2
/dev/vda2: JFS2 filesystem image, 79713504 blocks, blocksize 4096
# grub-probe --target=fs -d /dev/vda2
grub-probe: error: unknown filesystem.

I would have expected to be able to just install grub with the JFS as root device, as it did
quite a few times before.