suikan4github/kaiten-yaki

Update AN01 for btrfs

Closed this issue · 2 comments

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

Confirmed, this is required only for UEFI boot.

Merged to develop, ready to release.