Happy new year !
ppa151: improved ZFS detection
ppa152: purge commands improvement, non install if no BIOSboot, non install in all MBRs if Windows
@MAFoElffen: please can you show the output of your script and the output of boot-info on your ZFS environment, so that we can compare ?
@oldfred: the Ubuntu installer (ubiquity) installs grub-pc in addition to grub-efi when signed, not sure why:
Code:
case $grub_package in
*-signed)
apt-install shim-signed || true
apt-install grub-pc || true
;;
esac