You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
The problem only seems to occur if the root file system is encrypted. I'm guess it has to do with the device for the root file systems being mapped.
The text was updated successfully, but these errors were encountered:
Update: This same core dump problem occurs if the root file system is on a Software RAID and you boot legacy mode as well:
NAME SIZE VENDOR MODEL TRAN TYPE PARTLABEL MOUNTPOINT
/dev/loop0 10G loop
├─/dev/loop0p1 285M part CLR_BOOT_F /tmp/install-265455965/boot
└─/dev/loop0p2 9.7G part raid
└─/dev/md127 9.7G raid0
└─/dev/md127p1 9.7G part CLR_ROOT_F /tmp/install-265455965
CBM_FORCE_LEGACY=1 CBM_DEBUG=1 /tmp/install-265455965/usr/bin/clr-boot-manager update --image --path=/tmp/install-265455965
[DEBUG] cbm (../src/cli/cli.c:L142): No such file: /tmp/install-265455965//etc/kernel/update_efi_vars
[INFO] cbm (../src/bootman/bootman.c:L744): Current running kernel: 5.5.6-914.native
[DEBUG] cbm (../src/lib/probe.c:L261): Root device exists on Linux software RAID configuration
[DEBUG] cbm (../src/bootman/bootman.c:L140): shim-systemd caps: 0x26, wanted: 0x0c
[DEBUG] cbm (../src/bootloaders/grub2.c:L563): grub2 not found at /tmp/install-265455965/usr/sbin/grub-mkconfig
[DEBUG] cbm (../src/bootman/bootman.c:L140): grub2 caps: 0x00, wanted: 0x0c
[DEBUG] cbm (../src/bootman/bootman.c:L140): syslinux caps: 0x2c, wanted: 0x0c
[DEBUG] cbm (../src/bootman/bootman.c:L157): Legacy boot now selected (syslinux)
Segmentation fault (core dumped)
Describe the bug
When Clear Linux OS is booted in BIOS mode, and run the installer is run with encryption enabled, cbm segfaults:
To Reproduce
Steps to reproduce the behavior:
Download the latest Clear Linux OS server installer ISO
https://clearlinux.org/downloads
Launch the ISO with an 8GB installation virtual disk
./start_qemu_bios.sh clear-32690-live-server.iso 8G
Login as root; set a password
Run the installer
clr-installer
Complete the installation, selecting the Safe Installer w/ encryption
Install fails at clear-boot-manager
See the /root/clr-installer.log
Expected behavior
The installation completes without error, cbm do not seg fault.
Environment (please complete the following information):
** Block Devices:**
Additional context
The problem only seems to occur if the root file system is encrypted. I'm guess it has to do with the device for the root file systems being mapped.
The text was updated successfully, but these errors were encountered: