3
3
Aside from /boot
, all my partitions (including root, /
) are BTRFS subvolumes. I'm switching to BTRFS RAID1, and for the sake of integrity, want to include /boot
within the BTRFS partition. Preferably as a separate subvolume (quota support) but possible as part of the root subvolume. I'm using the latest fedora, 22, which means:
- grub2 2.02-0.16.fc22
- btrfs-progs 4.0-1.fc22
- kernel 4.0.4-303.fc22
Is this possible (yes/no)? Please provide information on any BTRFS+GRUB specific setup. I mean, creating a new subvolume and copying data is relatively straightforward, but getting the whole contraption to actually boot is another problem entirely.
Can you please provide detailed instructions on how you did this? It will be useful for many. – Ravi – 2015-08-14T18:14:34.740