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 2c3958a

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: 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,

[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