From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 272C81381F3 for ; Sun, 29 Nov 2020 04:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B09E9E0833; Sun, 29 Nov 2020 04:59:09 +0000 (UTC) Received: from sender4-of-o55.zoho.com (sender4-of-o55.zoho.com [136.143.188.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA8C2E0817 for ; Sun, 29 Nov 2020 04:59:08 +0000 (UTC) ARC-Seal: i=1; a=rsa-sha256; t=1606625947; cv=none; d=zohomail.com; s=zohoarc; b=RHTpgC9I2fVnq4RW4joGntgyr4h6OQxmdNsxniPJaybyH1gG3J8+THriJsHyxBOKLj1frHEnUQTQBP70tE8KYUSIcGSQGa7TLkM1FQD73YimTStkdW9vluz0HkRU4xc2BBrnKSwUpQhPsiZxaEYe52TsR0XhXy6EHEXNkS5mzGc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606625947; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=O2tiZfeojyHi0wavoN1pdv8qH69SxDgcNoTsk/DprZI=; b=mRFryA8Hbm58dI+GpK43xM5efnyYVMmCLm4fkE2fruTPmjGSGXpMPJZ6C9PSwyH0N+91q09VBUriVONAkrhyA3VYLYQj9vVyAQOBxvU6isuzh1O/7lQmAGh3FsBNact/yM+eaHFjd+BJTXWP+HaIEqBFnaDY2Mo8Qcu/IpUIO9E= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass smtp.mailfrom=devrana@zoho.com; dmarc=pass header.from= header.from= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:message-id:in-reply-to:subject:mime-version:content-type:user-agent; b=njoNpp/ohdJmU+GUVCB2elsochmzcFb3Hx5mPugvcagcNtLrqUNGcPo/7K3bWTg7gC4yC4mWsnSe AhKn6NZSRjqjeWkyXksENxl0ItRCtihOW9/VVbn2p4IlsD5dmt+C Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1606625946726258.29811248382487; Sat, 28 Nov 2020 20:59:06 -0800 (PST) Date: Sat, 28 Nov 2020 20:59:06 -0800 From: Diagon To: "gentoo-user" Message-ID: <176125e6c65.126915454220593.587585902029000664@xoxy.net> In-Reply-To: Subject: [gentoo-user] Trouble on first install with LUKS & BtrFS Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Importance: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail X-Archives-Salt: 670209ce-6b52-4390-b8ec-29f493d0d200 X-Archives-Hash: f4434ca0e2ee5f7d82c16d3e96cfe0f7 I've done a basically vanilla install (*) of gentoo hardened with disks prepared at luks/btrfs. I've used `genkernel --btrfs --luks all`. I am getting the following error when trying to boot the system and arrive at the point of unlocking a disk (note the spaces, "on ... failed"): device-mapper: reload ioctl on failed: No such file or directory Dropping into the initramfs and trying `cryptsetup open`, I get the same error, though `cryptsetup isLuks` is responding positively. Does anyone have any suggestions on how I might proceed? --------- (*) Almost. I'm actually using two LUKS disks continaing a BtrFS RAID-1. So I'm using a patch: https://bugs.gentoo.org/694778