Comment 1 for bug 2029260

Revision history for this message
Marco Menardi (mmenaz) wrote :

I'm affected too. apt full-upgrade installs grub2 2.12 and I get:
Generating grub configuration file ...
/etc/grub.d/10_linux_zfs: 425: version_find_latest: not found
and then a lot of subsequent errors.
I've changed line 425 with
linux=$(echo $list_basename | tr ' ' '\n' | sort -V | head -1 | cat)
and the installation went smoot but now I have to reboot, cross my fingers and hope for the best (I'm not an expert in bash programming and grub)
Comparing i.e. /etc/grub.d/20_linux_xen between 2.06-2ubuntu18 and 2.12~rc1-4ubuntu1 I've seen that the code has been refactored around this (now removed) function, so 10_linux_zfs needs it too