Bug 56560 - Не устанавливается система с разливочного образа LVM в UEFI Alt Kworkstation
Summary: Не устанавливается система с разливочного образа LVM в UEFI Alt Kworkstation
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: alterator-kopidel (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Ajrat Makhmutov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-22 15:39 MSK by obidinog@basealt.ru
Modified: 2026-03-31 12:49 MSK (History)
3 users (show)

See Also:


Attachments
screen (6.36 KB, image/png)
2025-10-22 15:39 MSK, obidinog@basealt.ru
no flags Details
logs (4.97 MB, application/zip)
2026-03-05 10:06 MSK, obidinog@basealt.ru
no flags Details
build_uefi_log (2.30 MB, application/zip)
2026-03-30 16:37 MSK, obidinog@basealt.ru
no flags Details
install_uefi_log (7.77 KB, application/zip)
2026-03-30 16:37 MSK, obidinog@basealt.ru
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description obidinog@basealt.ru 2025-10-22 15:39:27 MSK
Created attachment 19897 [details]
screen

Платформа:
alt-kworkstation 11.1.1 x86_64
alt-workstation 11.1 x86_64

Пакет:
alterator-kopidel 1.0.6-alt1

Шаги:
1) Установить систему в LVM, обновить
2) Создать разливочный образ
3) Попробовать установить разливочный образ

Результат:
Разбивка диска не удалась answer '#f' (см.скрин)

Дополнительно:
Воспроизводится в UEFI/Legacy
Воспроизводится и с USB Flash и с img
Comment 1 Ajrat Makhmutov 2025-10-22 18:13:34 MSK
Олег, можешь пожалуйста скинуть build.log из workdir'а, и из образа, смонтировав его, скинуть autoinstall.scm?
Comment 2 obidinog@basealt.ru 2026-03-05 10:06:20 MSK
Воспроизводится на alterator-kopidel 1.0.7-alt1

Платформа:
alt-kworkstation 11.2 x86_64 

Шаги:
1) Система установлена с авторазбивкой в LVM

2) Создание разливочного образа 
# kopidel --xz /alterator-kopidel-workdir

3) Созданный разливочный образ перенести на другую машину и записать на диск
# dd if=razlivochniy.img of=/dev/sdb

4) Загрузиться с диска sdb и запустить установку с разливочного образа

Результат: Разбивка диска не удалась answer '#f'

Прикладываю архив с логами сборки в legacy и uefi
Comment 3 obidinog@basealt.ru 2026-03-05 10:06:34 MSK
Created attachment 20815 [details]
logs
Comment 4 Repository Robot 2026-03-27 16:26:49 MSK
alterator-kopidel-1.1.0-alt1 -> sisyphus:

Fri Mar 27 2026 Ajrat Makhmutov <rauty@altlinux> 1.1.0-alt1
- Fix rsync stderr handling in squashfs image creation.
- Fix swapped efi/efiremovable conditions in create_install_scripts.
- Add full LVM support (Closes: 56560, 56000).
- Change the vm profile name from workstation to kopidel.
- Remove unused data/grub-efi.cfg.
- Redesign install_grub step with using grub-efi-install with fall
  back to grub-install for EFI when grub-efi-install is absent.
- Fix broken exdrive validation in fast_check_in_exdrive.
- Fix missing $ on avoided_mount_flag variable in workdirs-list.sh.
Comment 5 obidinog@basealt.ru 2026-03-30 16:37:18 MSK
На версии alterator-kopidel 1.1.0-alt1 ошибка продолжает воспроизводиться для UEFI Kworkstation 11.2 x86_64

Ошибка  исправлена для:
Legacy / UEFI Alt Workstation 11.1 x86_64
Legacy Alt Kworkstation 11.2 x86_64

Не исправлена для:
UEFI Alt Kworkstation 11.2 x86_64

Прикладываю логи сборки и установки

Воспроизводится и с USB Flash и с img
Comment 6 obidinog@basealt.ru 2026-03-30 16:37:37 MSK
Created attachment 20998 [details]
build_uefi_log
Comment 7 obidinog@basealt.ru 2026-03-30 16:37:49 MSK
Created attachment 20999 [details]
install_uefi_log
Comment 8 Repository Robot 2026-03-31 12:49:12 MSK
alterator-kopidel-1.1.1-alt1 -> sisyphus:

Tue Mar 31 2026 Ajrat Makhmutov <rauty@altlinux> 1.1.1-alt1
- spec: Update Vcs tag.
- create_squashfs_altinst: Log rsync output via expected_percentage_handler.
- test: Add tests for percentage-handlers, check-incoming-parameters, steps helpers, variables, CLI.
- create_disk_partition_info: Log lsblk, blkid and vm-profile to build.log.
- kopidel-local: Derive project root from script location instead of git.
- create_disk_partition_info: Sort plain partitions before LVM (Closes: 56560).
- lib/percentage-handlers: Fix typo in progress reporting.
- create_copied_fs: Write archived file list to a separate log.
- Restructure project documentation.