I would like to try Fedora 44 KDE. I have one problem. The installer detected my Swap partition and says it will format it. That is an issue. This is a multi boot PC with multiple versions of Linux on it. The UUID of the partition will change if it formats the Swap partition. I will have to change fstab for every version of Linux I have on here to get them to boot normally. Is there any way around the installer formatting my Swap partition?
Welcome to the Fedora community ![]()
Can you please post the output of lsblk -f so we have a clearer picture of the situation.
Thanks
Hi RubiRod. See below. Unfortunately the formatting doesnāt hold so it makes it hard to read. Thanks
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
āāsda1 vfat FAT32 1977-2216 954.2M 7% /boot/efi
āāsda2 swap 1 ccb7dd27-7c19-4806-8e39-7f1feb9984e1 [SWAP]
āāsda3 ext4 1.0 FedoraX abe73ec1-ffb3-40ca-a14e-5311b6a3b6ce 29G 46% /
āāsda4 ext4 1.0 Quark c4d8a8ba-d73c-459f-962f-e63a781752a1
āāsda5 ext4 1.0 3bddb97c-3e29-4a47-befb-61cec15365e6
āāsda6 ext4 1.0 095f490d-9c0b-4485-a43b-8054c14e4ec2
āāsda7 ext4 1.0 3279e2dc-63f7-4bfe-9e17-ccfd2bedb200
āāsda8 ext4 1.0 c58c1c3a-5687-461b-b057-5b0557f63be5
āāsda9 ext4 1.0 b96ef25c-4f21-433d-8a11-36243cb728e2
āāsda10 ext4 1.0 Debian12 97313b54-699c-4d15-b978-522be703fd04
āāsda11 ext4 1.0 3d209b00-9e3a-4017-9112-460860431e02
āāsda12 ext4 1.0 8ad2482f-39c9-40e5-9cba-ce46cecd3544
āāsda13 exfat 1.0 Files 9C98-E5AE
I tried replicating this in a VM (well, not with quite so many partitions
) and even if I deactivated swap before running the installer, the result seems to be the same that the Fedora installer wants to format the swap partition.
Not sure what to suggest now. Hopefully, someone can come along with other ideas.
In the meantime, are you able to test in a virtual machine just to get a feel for the distro?
Sorry, I could not help more with this.
That should be fairly easy. Hide the swap partition before launching the installer by changing the partition type ā for example, to āMS basic dataā ā and restore the setting after the initial installation.
I wonder whether it actually does go ahead and format the swap partition, or whether itās a misleading message.
For example, if you install Fedora onto a disk with an existing EFI partition, but you want to add a new dedicated EFI partition for Fedora, I believe the installer UI tells you that the existing partition will be āformatted as EFIā, but actually it leaves it untouched.
I edited to add the pre-formatted text markup for you.
You can add it with the </> button.
Thanks
Iāve had other distros using Calamares do this before but it has been a while. I know this isnāt Calamares. Itās just where Iāve run into it before. Thankfully that stopped happening. I know some people probably consider my setup a little crazy. I like to distro hop.
I may just give it a whirl and report back if I do. I will just hate to have to correct fstab on all the distros if I have to. The installer shouldnāt format Swap unless I tell it to.
The installer is assuming that you want it to do the obvious steps and not bother you with the details. As you know what you are doing you need to turn off stuff you do not want done.
If that happens then Just refomat once more and pass the previous UUID to mkswap.
There have been problems with selinux when a swap partition is used with multiple distros. See: https://github.com/fedora-selinux/selinux-policy/issues/508#top.
A swap partition is not the same as a swap file located in a btrfs subvolume.