12-25-2020, 10:46 AM
(12-22-2020, 01:27 PM)xmixahlx Wrote: the pbp-tools linux build script won't mount encrypted root with 5.8? i'll see about that. i don't use encryption any longer, so that wasn't tested, but this is surprising as nothing was purposefully changed there. i'm planning to refresh to 5.10/11 after riding 5.8 for quite a while now and will update the scripts afterwards.
In fact I have two issues with kernel 5.8 built with pbp-install-linux. The first issue is that the encrypted / cannot be properly mapped, the second is that the display won't turn on.
I can still enter the password to decrypt /, then I get the following messages (if I enter an incorrect password, I get the output below the second password prompt, so I know that I entered the correct password the first time):
Code:
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... Please unlock disk nvme0n1p2_crypt:
[ 25.462168] random: cryptsetup: uninitialized urandom read (2 bytes read)
[ 25.469316] device-mapper: table: 253:0: crypt: unknown target type
[ 25.469875] device-mapper: ioctl: error adding target to table
device-mapper: reload ioctl on nvme0n1p2_crypt (253:0) failed: Invalid argument
cryptsetup: ERROR: nvme0n1p2_crypt: cryptsetup failed, bad password or options?
Please unlock disk nvme0n1p2_crypt:
No key available with this passphrase.
cryptsetup: ERROR: nvme0n1p2_crypt: cryptsetup failed, bad password or options?
If you want to look into this I'm happy to provide whatever output you think helpful. I can also open an issue at github.com and put any information there.