i tried to rebase my Steam Deck from F38 to F39, my disk is encrypted with Luks Password. But unfortunately, booting F39 is impossible, because my keyboard isn’t recognized so i can’t enter my Luks Password. Booting F38 is still possible (i love silverblue). Is there a way to temporarily remove the password or provide it as a kernel boot parameter, so i can pass them to Luks during boot.
Hi @siosm , i did a complete reinstall with fedora 39. Strange, the initial deployment just works fine, but after doing an rpm-ostree upgrade, the new staging lacks also on some USB Drivers. I’m using a Steam Deck, this device have only one USB-C Connector with an i-tec UUSB Dock attached. I’ve tried attach my Cherry USB Keyboard directly through an Adapter to the deck with no avail.
I think the kernel messages are also interesting to compare, they’ll show the difference… But where should i post them? Fedora’s pastebin has only a time of one day - or one reading. in short:
while Version 39.1.5’s kernel (6.5.6) Message grep -i “kernel: usb” counts ~181 lines, there are only ~32 lines in Version: 39.20231117.0 (Kernel 6.5.11).
A sidenote: There is another issue, it looks like anaconda creates an wrong entry if you install Fedora Silverblue with luks. The generated args-string for luks om my machine:
rd.luks.uuid=luks-bfae1e13-a39d-4885-b28a-9ae63d6ec3fb
But this is not an uuid, this is the luks-name, after correcting this to rd.luks.uuid=bfae1e13-a39d-4885-b28a-9ae63d6ec3fb, my added rd.luks.key arg works as expected. Yeah, this is another issue and should be reported through bugzilla, though.