Background
Was previously using the Budgie Spin. After an update, it appeared I had frequently been logged out and been forced between Budgie and Gnome. Despite trying to break free, efforts were fruitless and it was unbearable.
I’ve made motions to install the Atomic Budgie, later the Atomic KDE Plasma (Kinoite) after realizing I was not free from Gnome.
Intentions
In my old distribution, I had previously setup /home in an alternate drive of btrfs. This drive is SATA ssd and labeled /dev/sda
It contains all of my flatpak data, wine prefixes, games, and personal files. I would like to have this new installation take everything it can from the existing directory. It must be seperate from the m.2 nvme install directory, due to space and security concerns.
Problem
Process
In the previous installation, I had simply:
- pulled the contents of the live
/homeI wanted onto the drive - mounted the drive into a
/mnt/homedirecty I created - moved the undesired
/hometo an arbitrary/homeBak - remounted the live
/home, updating/etc/fstabandsystemctl
Rogue Element
Attempting this process onto my newly installed KDE Plasma system failed.
While attempting to move the fresh and undesired /var/home so it is out of play, I was given the following message:
Read-only file system
I have tried, in great dismay, messing with /etc/fstab, finding the UUID of the drive and specifying where they may find this /home directory. In doing so, I had been bricked from my system, perpetually in emergency mode upon reboot.
Current Situation
Unable to get any console, I have once again reinstalled my system onto the m.2 nvme drive. My desired /home directly still remains in the sata ssd.
Looking for help on this.