this post was submitted on 08 Sep 2021
16 points (100.0% liked)
Asklemmy
44656 readers
808 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I tried Gentoo because I like the idea of it, but couldn't get it properly installed/setup. There was nothing exotic about the hardware, but something or other failed a build step and I eventually gave up.
May I ask what failed a build step for you? (Most likely I can't give you any advice, as I only got into Gentoo a few months ago, but I'm still interested in knowing.)
I actually had some trouble with installing Gentoo myself, though it didn't fail any builds for me. I needed full-disk encryption. I followed this guide (except for the part about configuring the kernel; I'm using the pre-configured distribution kernel for now), but it didn't work. On boot, Gentoo would throw an error message about "Failed to find LUKS device", then exit to the fallback shell. Searching the message gave me this forum thread, I tried several of the things that thread says to. What finally made it work is
dracut --force -H --kver <gentoo-kernel-bin-version>
. I need to re-run this command every time I upgrade the kernel to a new version so that the new version works.I can't remember now, sorry. It was BC ("before Covid"), so not recent.