tpm2-totp icon indicating copy to clipboard operation
tpm2-totp copied to clipboard

Code isn't displayed in plymouth on Fedora 40

Open teackot opened this issue 7 months ago • 2 comments

The code isn't shown in plymouth on boot on Fedora 40. I couldn't find any relevant info in the logs

How to reproduce

Build and install the project

./bootstrap
./configure
make -j$(nproc)
make -j$(nproc) check
sudo make install

Regenerate initramfs

sudo dracut --regenerate-all --force

Setup totp

sudo tpm2-totp -P - init
<password><Ctrl-D>

Verify that the code is correct

sudo tpm2-totp -t show

Reboot

teackot avatar Jul 01 '24 14:07 teackot