01-05-2021, 11:11 AM
(01-04-2021, 10:52 PM)kuleszdl Wrote: Here's the guide so far:
https://www.kulesz.me/post/150_devuan_pinebookpro/
However, one last big challenge remains: I am unable to enter the disk encryption password on the console (not even blindly) but have to use the serial console for that. It seems like the screen gets enabled in init instead of initramfs.
Any ideas how this can be fixed? Do you have the same issue @as400 ?
Thanks for the guide.
Try adding console=tty0 to your APPEND line in extlinux.conf
In my experience, it works like this for the prompt to decrypt /:
- no "console=" -> password prompt on serial console
- "console=tty0" -> password prompt on display
- "console=tty0 console=ttyS2,1500000" -> password prompt on serial console
- "console=ttyS2,1500000 console=tty0" -> password prompt on display