From a certain moment they can be seen if you change in boot.txt:
from:
console=ttyS2,1500000n8
to:
console=tty1
and remove the bootsplash part so the line reads:
setenv bootargs console=tty1 root=/dev/nvme0n1p2 rw rootwait (I have my root on nvme - your root might be elsewhere !!!)
Than - ./mkscr and reboot.
This is necessary for encryption to be able to enter password for your encrypted device.
from:
console=ttyS2,1500000n8
to:
console=tty1
and remove the bootsplash part so the line reads:
setenv bootargs console=tty1 root=/dev/nvme0n1p2 rw rootwait (I have my root on nvme - your root might be elsewhere !!!)
Than - ./mkscr and reboot.
This is necessary for encryption to be able to enter password for your encrypted device.