Good day, to all of you!
Unfortunately, it have been not so good for me.
I have the following setup:
Device Boot Id System
/dev/sda1 * 83 Linux /boot
/dev/sda2 8e Linux LVM encrypted partition for LVM
/dev/lvm00/root /
/dev/lvm00/home /home
/dev/lvm00/swap swap
With 12.2 (i586) everything worked flawlessly, until I’ve upgraded to 12.3. Upgrade was done according to https://en.opensuse.org/SDB:System_upgrade. No errors where displayed at the end, just note, that I need to restart to update files being in use. And after reboot system won’t start anymore. If I press ESC, than I see endless
Volume group lvm00 not found
Reading all physical volumes. This may take a while...
No volume groups found
PARTIAL MODE. Incomplete logical volumes will be processed.
But if I boot from rescue cd, I can manually mount and chroot to my system:
/# pvs
/dev/sdb: open failed: No medium found
PV VG Fmt Attr PSize PFree
/dev/mapper/cryptdev00 lvm00 lvm2 a-- 297.84g 0
/# vgs
/dev/sdb: open failed: No medium found
VG #PV #LV #SN Attr VSize VFree
lvm00 1 3 0 wz--n- 297.84g 0
/# lvs
/dev/sdb: open failed: No medium found
LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert
home lvm00 -wi-a---- 257.84g
root lvm00 -wi-a---- 32.00g
swap lvm00 -wi-a---- 8.00g
There is similar thread with no solution: https://forums.opensuse.org/english/get-technical-help-here/install-boot-login/484233-plymouth-not-presenting-password-dialog-encrypted-home-device.html
Any ideas?