Bug 57950 - Installer hangs with XFS and LUKS2 partitioning, then error occured.
Summary: Installer hangs with XFS and LUKS2 partitioning, then error occured.
Status: NEW
Alias: None
Product: Regular
Classification: Distributions
Component: gnome (show other bugs)
Version: не указана
Hardware: x86_64 Linux
: P5 minor
Assignee: Антон Мидюков
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-20 12:58 MSK by Constantin
Modified: 2026-02-20 12:58 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Constantin 2026-02-20 12:58:25 MSK
I'd downloaded a tested ALT Regular ISO images (both KDE and GNOME, build published 18022026) from here:

https://nightly.altlinux.org/sisyphus/tested/

And try to install both of them with below partitioning scheme (UEFI SecureBoot was active):

/boot/efi (ESP, FAT32)
/boot (ext4)
/ (XFS)
[swap]
/var (XFS)
/var/log (XFS)
/var/log/audit (XFS)
/opt (XFS)
/tmp (XFS)
/home (XFS, LUKS2 encrypted)

And installer hanged after partitioninig for a long time, then an error was occured.

When I tried the same partitioning with EXT4 filesystem instead of XFS, it was fine. The system was correctly booting up, and running well.

Before I did the same partitioning with XFS and LUKS many times, and no errors with previous installs were occured. Maybe it's something wrong with installer version (from 18022026 iso image)?

BTW, when I made a separate /tmp partition, placed in real FS, not in memory, I got two instances in /etc/fstab, both tmpfs and ext4 types.