[PATCH] Fix missing root pool in 10_linux

2021-01-03 Thread ja
GRUB does not support some new ZFS features. To work around this, many installations, such as guides provided by OpenZFS, chose to create a feature-limited zpool mounted at /boot solely for GRUB. This allows GRUB to boot from ZFS while using unsupported features on root pool. However, if the zpool

Re: [PATCH v3 3/3] efi: Add API for retrieving the EFI secret for cryptodisk

2021-01-03 Thread Dov Murik
Hello James, On 31/12/2020 19:36, James Bottomley wrote: This module is designed to provide an efisecret command which interrogates the EFI configuration table to find the location of the confidential computing secret and tries to register the secret with the cryptodisk. The secret is stored in

Re: [PATCH] Fix missing root pool in 10_linux: better wording; add intructions when fail

2021-01-03 Thread gyc
After applying the previous patch, apply this patch to show recovery instructions when root pool detection fails. Also the description has been improved. This could be very useful guiding people to fix failed root pool detection. --- util/grub-mkconfig.in | 17 +++-- 1 file changed,

Re: [PATCH] Fix missing root pool in 10_linux: successfully built GRUB with both patches on Arch Linux

2021-01-03 Thread gyc
Forgot to say, I've successfully built GRUB with both patches applied on Arch Linux on commit 635ef55ed1252f92fe3bf70caefd185dcc507c43. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Fix missing root pool in 10_linux: remove duplicate word 'export'

2021-01-03 Thread gyc
This patch removes duplicate word 'export' in 'Re: [PATCH] Fix missing root pool in 10_linux: better wording; add intru' --- util/grub-mkconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in index 2c3958ae1..fd021d52c 100644 --