eminguez Posted March 5, 2020 Posted March 5, 2020 I've created an armbian minimal image for my pinebook with luks encryption. It works fine but I cannot see the password prompt on screen... the boot process is: * The armbian uboot is displayed * Then a black screen... After a few seconds I'm assuming it is time to put my luks password, so I do it * Then the screen starts to show the boot text Is this expected? Am I doing something wrong? I don't want to install plymouth, just the usual LUKS password prompt. Thanks!
Igor Posted March 5, 2020 Posted March 5, 2020 10 minutes ago, eminguez said: Is this expected? Am I doing something wrong? This could explain why you don't see the prompt:https://github.com/armbian/build/blob/master/config/kernel/linux-sunxi64-current.config#L4178 Change it to Y and try again. I tested this feature on some other board + HDMI monitor and prompt was there - as expected.
eminguez Posted March 5, 2020 Author Posted March 5, 2020 4 hours ago, Igor said: This could explain why you don't see the prompt:https://github.com/armbian/build/blob/master/config/kernel/linux-sunxi64-current.config#L4178 Change it to Y and try again. I tested this feature on some other board + HDMI monitor and prompt was there - as expected. I tried but still black screen: root@pinebook-a64:/home/edu# uname -a Linux pinebook-a64 5.4.23-sunxi64 #trunk SMP Thu Mar 5 13:43:50 UTC 2020 aarch64 GNU/Linux root@pinebook-a64:/home/edu# zgrep "CONFIG_DRM_ANALOGIX_ANX6345" /proc/config.gz CONFIG_DRM_ANALOGIX_ANX6345=y
Igor Posted March 5, 2020 Posted March 5, 2020 5 hours ago, eminguez said: I tried but still black screen: Hmm. Perhaps @Icenowy or @jernej has some clues what we are missing here? 1
eminguez Posted March 11, 2020 Author Posted March 11, 2020 On 3/5/2020 at 9:20 PM, Igor said: Hmm. Perhaps @Icenowy or @jernej has some clues what we are missing here? Meanwhile, is there anything else that I can test/validate? Thanks!
Recommended Posts