The easy fix here is to change:

GRUB_CMDLINE_LINUX="rootflags=subvol=${rootsubvol}
${GRUB_CMDLINE_LINUX}"

to:

GRUB_CMDLINE_LINUX="rootflags=subvol=${rootsubvol},degraded
${GRUB_CMDLINE_LINUX}"


in /etc/grub.d/10_linux.


Any time your root filesystem is on btrfs, attempting to boot in a degraded 
state is the best choice to help recovery. You can't rebuild your btrfs raid 
without swapping disks and running a balance.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1229456

Title:
  Provide way to pass rootflags=degraded (for btrfs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1229456/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to