I am giving the 2.1 Beta a whirl and so far it has been mostly positive. The only serious issue I've encountered so far is during the install process.
If I choose to format my root partition with Btrfs the installer accepts this and then, when it begins formatting my partitions, it pops up an error saying "Failed to format required partitions." Then I'm punted back to the previous screen where I can launch the partition manager or select guided or manual partitioning.
The reason for this issue seems pretty clear, the mkfs.btrfs program is not available on the live disc. The installer's log file contains these lines:
Code: Select all
2019-09-15 15:55:12.253 DBG default: Exec #44: "mkfs.btrfs -f /dev/sda1 -L \"rootMX19\""
2019-09-15 15:55:12.262 DBG default: SErr #44: "/bin/bash: mkfs.btrfs: command not found\n"
2019-09-15 15:55:12.262 DBG default: Exit #44: 127 QProcess::ExitStatus(NormalExit)
2019-09-15 15:55:15.190 DBG default: +++ void MInstall::cleanup(bool) +++
I confirmed the program mkfs.btrfs is not in my user's path. This should be an easy fix if the mkfs.btrfs program is installed on the live disc.