Update AN01 for btrfs
Closed this issue · 2 comments
suikan4github commented
In case of the btrfs ,the method explained in the AN01 doesn't work because it doesn't take account the sub-volume.
Current :
set prefix=(lvm/vg1-mate)/boot/grub
It should be changed to :
set prefix=(lvm/vg1-mate)/@/boot/grub
suikan4github commented
Confirmed, this is required only for UEFI boot.
suikan4github commented
Merged to develop, ready to release.