Hi!
I’m running a Tumbleweed with LUKS encryption and LVM enabled: boot is not encrypted so that I only need to enter my passphrase when actually booting from GRUB.
Yesterday, I upgraded with
zypper dup
and also tried to add a new kernel module to dracut (trying to do GPU passthrough with Intel GTV-g).
When I reboot my machine and select OpenSuse TUMBLEWEED in GRUB, prompt for passphrase is never shown and I have following logs:
https://i.imgur.com/9cg5igF.png
I’m not sure why this happened, but I thought it was related to initramfs. I can boot using USB rescue system and manually mount my LUKS / LVM partitions. Just in case I rollbacked using snapper to the state prior to zypper dup
, but it changed nothing. This also reverted my changes to dracut configuration for modules. Obviously something is wrong with my /boot here.
When I run
dracut --regenerate-all --force
I have the following logs:
https://pastebin.com/raw/DbTtTbMV
I then run
grub2-mkconfig -o /boot/grub2/grub.cfg
to update my grub.cfg.
This didn’t fix my issue.
I suppose something is wrong with dracut, but I’m not sure what…