How to switch from Aurora to Bluefin LTS? #4733
Replies: 3 comments 3 replies
|
Your request is unsupported according to the docs, https://docs.projectbluefin.io/installation/ The docs give you suggestions on tools for backup and restore of your home directory. There may be some who found a loophole. You may loose your data with alternative installments. Before experimenting, I would recommend to have a backup strategy in place if your home data is valuable to you. |
Someone did a similar thing recently by adding a "/home" mount, see: #4609 (comment) (note "Reformat" is unchecked, and then it says "mount" instead of "format" for the For comparison: Bazzite docs showing default partitions. Since what you want to do is unsupported/untested, proceed at your own risk. You may want to test this path in a VM first.
Always backup your data first. |
|
Last week on Friday I switch from Aurora to Bluefin, i.e.
Before switching I pinned the last Aurora image. One never knows. sudo bootc switch ghcr.io/manfredlotz/bluefin-dx-nvidia-open-ml:stableTested successfully things before in a virtual machine and then did it. I only had a problem with Gnome settings having a core dump but I played it the safe way and moved EDIT: Forgot to mention that besides backups I also rsynced |
Uh oh!
There was an error while loading. Please reload this page.
Since Aurora will be dropping ZFS, I thought I'd switch to Bluefin LTS, but I'm stuck at the partition selection in the installer.
My drive is a standard, encrypted btfs installation.
I chose the Bluefin LTS +hwe installation iso, which is supposed to support btrfs.
I picked "manual partition map" (or whatever it's called), and I'm given options to map / /boot and /boot/efi, but my existing installation has /boot, /boot/efi, and an encrypted btrfs partition for the rest (with subvolumes for /var/home and so on).
I only need to keep the /var/home subvolume, but I don't see an option in the installer to keep it. It's looking to map / to some device, which won't work.
I'm really hoping to avoid having to transfer my /var/home onto another drive, and then back, because that will be a big hassle. But there doesn't seem to be another way.
Any ideas?
All reactions