Boot stuck at "activating encrypted devices" #52735
-
Not sure if it is important, but the system uses zfs on root (not not encrypted, only user home is). Prior to the issue appearing I was:
From that moment on, trying to boot that BootEnvironment, the boot process always ends at "activating encrypted devices". I can xchroot just fine into that BE from another BE. I don't know what to make of it or how to fix it. It doesn't seem unfixable, though. The only odd thing I noticed going through the files that were obvious to me, comparing them to the BE I'm currently using, was /etc/fstab having an additional, empty line at the start, while still having the same timestamp as the file in the working BE. I removed that additional line, but without effect on the boot hangup. Is there anything I could / should check? Here's screenshot of tty1 I took on the working BE. The red arrow marks the line where the defunkt BE hangs at boot: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
what were you extracting? you may have overwritten something, like an important symlink (like |
Beta Was this translation helpful? Give feedback.
in that tarball:
/usr/lib64
is a directory, not a symlink, so you overwrote the symlink that should exist and broke things. also, the only thing in/usr/lib64
in that archive is:which is useless on a modern system (it's a kde4 config module)
xbps-pkgdb -a
should show that, as well as all other errorsyeah don't put things in
/usr
not managed by xbps (except/usr/local
), this will prevent issues like this