EndeavourOS installer crashed when I install with replace a partition and using btrfs filesystem

[BUG REPORT]

1. Description of the Issue

  1. The installer exited abnormally. (crashed)
  2. When I using ‘replace a partition’, and select ‘btrfs’ filesystem, the installer ignore it and using ext4, when I tried it again, the installer crashed.

2. Installation Media Creation

  • USB bootable media: Ventoy 1.1.10
  • ISO file name: EndeavourOS_Titan-2026.03.06.iso

3. Selected Installer Options

Please list the specific choices you made during the Calamares setup:

  • Install Method: Online
  • Desktop Environment: Plasma KDE
  • Bootloader: GRUB
  • Filesystem: Btrfs (Crashed when select filesystem)
  • Install method: Replace a partition

4. System Logs (Required)

Please provide the URL generated by the EndeavourOS log tool or paste the relevant Calamares log link below:
Log Link: https://dpaste.com/GP8WTEQME
Output when running cat ~/endeavour-install.log | eos-sendlog :

==> 'curl' failed with code 22.
==> Info: 0x0 failed, trying dpaste ...
https://dpaste.com/GP8WTEQME

Additional Hardware Info (Optional):
Output of lsblk

[liveuser@eos-2026.03.06 ~]$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0         7:0    0     3G  1 loop /run/archiso/airootfs
sda           8:0    1 115.5G  0 disk 
├─sda1        8:1    1 115.4G  0 part 
│ ├─ventoy  253:0    0   3.4G  1 dm   /run/archiso/bootmnt
│ └─sda1    253:1    0 115.4G  0 dm   
└─sda2        8:2    1    32M  0 part 
nvme0n1     259:0    0   1.8T  0 disk 
├─nvme0n1p1 259:1    0   260M  0 part 
├─nvme0n1p2 259:2    0    16M  0 part 
├─nvme0n1p3 259:3    0   1.3T  0 part 
└─nvme0n1p4 259:4    0   871M  0 part 

GPU, CPU, or specific laptop model if relevant. (Get from inxi -Fxxc0z | eos-sendlog)
https://dpaste.com/GZS2FMZ7S
Boot log (Get from journalctl -k -b -0 | eos-sendlog)
https://dpaste.com/GAULTMCFC
Partition (lsblk -o name,type,size,PTTYPE,FSTYPE)

NAME        TYPE   SIZE PTTYPE FSTYPE
loop0       loop     3G        squashfs
sda         disk 115.5G dos    
├─sda1      part 115.4G dos    exfat
│ ├─ventoy  dm     3.4G dos    iso9660
│ └─sda1    dm   115.4G        exfat
└─sda2      part    32M dos    vfat
nvme0n1     disk   1.8T gpt    
├─nvme0n1p1 part   260M gpt    vfat
├─nvme0n1p2 part    16M gpt    
├─nvme0n1p3 part   1.3T gpt    ntfs
└─nvme0n1p4 part   871M gpt    ntfs


I’m replace the ‘unallocated’ partition,

If I missed any log,please reply and i’ll provide it.

my suggestion is to create an empty partition (unformatted) on the free space. The only thing i see is that the partition numbering is not alligned ..

├─nvme0n1p1 part   260M gpt    vfat
├─nvme0n1p2 part    16M gpt    
├─nvme0n1p3 part   1.3T gpt    ntfs
└─nvme0n1p4 part   871M gpt    ntfs

the empty space would be nvme0n1p4 but thats already taken by the last ntfs partition after the free space.. generally should not be an issue and would get sorted with partion creation..

But i am sure it will get resolved with creating empty unformatted partition before starting installer, reboot into installer iso and use this real partition to replace with BTRFS.. It will select nvme0n1p1 part 260M gpt vfat to be used for ESP (boot efi partition) you can also select to create a new one.. but should work with default.

   system is EFI and new EFI system partition has been found

shows no issue booting in efi mode..

And thanks for the useful report!

Thanks! it works

nice! welcome to the purpleization :enos: