So it's a system generated by the package manager I am making.
It's a system based on Openrc init system.
So my system is configured like that in a VM under VirtualBox:
/dev/sda1 (/boot/efi) FAT32
/dev/sda2 (/boot) BTRFS
/dev/sda3 (/) LVM on LUKS with 2 volumes, Swap and Root
The password is very simple, just 3 letters. And I checked, at boot the keyboard work properly, so the issue is not from the keyboard.
I generated the initramfs with dracut with the linux kernel 6.5.1, and I added the elogind support for the initramfs.
When I restart the VM to boot the new system, the prompt ask for the password, but even the password is right, it say it's wrong
Then, it show 2 errors:
Code: Select all
libgcc_s.so.1 must be installed for pthread_exit to work
Wrong passwordDracut version: 059
Openrc version: 0.52.1
I did a screenshot as well if you want to see: https://www.zupimages.net/viewer.php?id=24/01/f8r1.png
I generated the initramfs like that:
Code: Select all
dracut --force --kver=6.5.1Code: Select all
install_items="/lib/elogind/elogind-uaccess-command"Let me know if you need information.

