Skip to content

main/grub: Add support for encrypted zfs pools

Magnus Sandin requested to merge EvTheFuture/aports:grub_encrypted_zfs into master

grub-probe fails to detect zfs and list the zfs pool name if the root filesystem uses native encryption. This will result in the pool name for the root filesystem being empty and the system will not boot.

This patch uses the standard zpool command to get the pool name if the pool was not properly detected.

Merge request reports