After upgrade previous version to 43500 my laptop doesn’t initialize with this error:
systemd[1]: Failed to open executor binary '/usr/lib/systemd/systemd-executor': No such file or directory
systemd[1]: Failed to allocate manager object: No such file or directory
systemd[1]: Freezing execution.
Looks like an initrd update went bad in this release. We’re working on a fix, but meanwhile, we’ve locked updates to the prior version, and if you already have 43500 or later, avoid rebooting until we publish a fixed release.
This approach could not be tested.
The last live so version 43520 simply don’t initialize.
I tried other approaches like to make a downgrade, and tried other kernels.
The downgrade with 42070 version, with 6.6 kernel, it worked,but if the swupd make a update the problems returns.
I also tried to make personalized installation a slightly larger partition boot with 500MB, but the clr-installer ignores it.
My laptop is an intel i7 with video card, but I also don’t know if it’s related with the problem. And the main partition was encrypted.
Using LUKS? There must be something else missing in our initrd. Can you try to get any logging info from that, by editing (e) the boot command from the menu, removing “quiet” and adding “debug”?
Meanwhile, I’ll roll back to the older initrd that was working before so our next release after 43520 will revert to it properly. You’ll need to follow the recovery instructions above again.
sudo -s /*enter root*/
cryptsetup luksOpen /dev/sdb1 home /*home is a placeholder, pick you like*/
mount /dev/mapper/home /mnt
mount /dev/sdb2 /mnt/boot /*assumes /dev/sdb2 is your EFI partition*/
once you finish running btwarden commands above for repairing
umount /mnt/boot
umount /mnt
cryptsetup close home
reboot