From 3bb2a5622cfd8505dd915b0dced97e3bdee06fba Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Sat, 17 Jul 2021 14:38:01 +0900 Subject: [PATCH] Update AN01 for btrfs Issue #26 --- CHANGELOG.md | 2 ++ appnote/an01_howtorecover.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a9874..9282be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Record of the modification in project development. ## [Unreleased] - yyyy-mm-dd ### Added ### Changed +- [Issue 26 : Update AN01 for btrfs](https://github.com/suikan4github/kaiten-yaki/issues/26) + ### Deprecated ### Removed ### Fixed diff --git a/appnote/an01_howtorecover.md b/appnote/an01_howtorecover.md index 6cc3b9a..563fbc0 100644 --- a/appnote/an01_howtorecover.md +++ b/appnote/an01_howtorecover.md @@ -45,6 +45,11 @@ Following is the example. The (lvm/vg1-mate) is dependent on the system. It has ls set prefix=(lvm/vg1-mate)/boot/grub ``` +Note that above example assume the root volume format is usual one ( ex: ext4, jfs, xfs ). If the root volume is formatted by btrfs, above prefix doesn't work, it should contain the sub-volume name in the path : +``` +ls +set prefix=(lvm/vg1-mate)/@/boot/grub +``` Then, the third step is the same with the BIOS systems.