Comment 2 for bug 2031558

Revision history for this message
satmandu (satadru-umich) wrote :

This was in part from me not having updated glibc to the 2.38 in mantic-proposed.

Eventually I did get this error: /etc/grub.d/10_linux_zfs: 425: version_find_latest: not found
That was resolved by replacing line 425:

        #linux=$(version_find_latest ${list_basename})
        linux=$(echo ${list_basename} | tr ' ' '\n' | sort -V | head -1 | cat)