From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-204643-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04221158083 for <garchives@archives.gentoo.org>; Wed, 11 Sep 2024 13:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E678E29EC; Wed, 11 Sep 2024 13:16:04 +0000 (UTC) Received: from smtp.forwardemail.net (smtp.forwardemail.net [207.246.76.47]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48298E29C4 for <gentoo-user@lists.gentoo.org>; Wed, 11 Sep 2024 13:16:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ol1y.com; h=Content-Type: To: Subject: Message-ID: Date: From: MIME-Version; q=dns/txt; s=fe-645e1a38d8; t=1726060557; bh=Occye++yD0MasSA9Nq2JedMEvFx3EePjzn58MnzZy4s=; b=V1Q8znIyi0DcgLw9dRbnBFEp3bwKe6Y3YOy/yA8lhzp7GFmJnFkD1imZcQIK+QLvpz8PKB7Nl nfJellaG9P/C0AekSX3vFvBUEsIkXy4afwrjHr5ktXGOi5k5peuJtHwdqnXRgqHz2c0f8wgE7MP RsX7fWhGmblI2AovRa8VOXA= Received: by mail-oi1-f172.google.com with SMTP id 5614622812f47-3e03e9d1f8dso2207021b6e.2 for <gentoo-user@lists.gentoo.org>; Wed, 11 Sep 2024 06:15:57 -0700 (PDT) X-Gm-Message-State: AOJu0YwzsmV7lFojQ+eANHKJiDCJJwdxvOfCHk4CAIxi/fFZxSGfv56v fof7/xOYY34VP7vuLc/4k5CaUiOEDl6Q9i/x1dUgHTn4FN7iLbeXQXRMhTF4Z1+Ujkzn4kABBpB Ol8L1kR670WlN/E0Exbp9a/slC9Q= X-Google-Smtp-Source: AGHT+IFYh9JgQr0ZP5jh9iJWNRnzoutzKgc+RFXSyBQoBLKl/vyRNOPrYX9GXj4AVUjE6AfEL1isE8SSZZcMZ+TV3DY= X-Received: by 2002:a05:6808:308e:b0:3e0:4db9:8c42 with SMTP id 5614622812f47-3e04db99026mr7122047b6e.23.1726060556436; Wed, 11 Sep 2024 06:15:56 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> 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 From: Larry the Plumber <dzjfqy7ioz@ol1y.com> Date: Wed, 11 Sep 2024 14:15:44 +0100 X-Gmail-Original-Message-ID: <CAJZjf_w5mWdizPVmCS4rSaixQE0u-SmL1b2VmsXduF09jLg30A@mail.gmail.com> Message-ID: <CAJZjf_w5mWdizPVmCS4rSaixQE0u-SmL1b2VmsXduF09jLg30A@mail.gmail.com> Subject: [gentoo-user] biosdevname or equivalent for disks: did the order change on a specific, recent, kernel version? To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Report-Abuse-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net X-Complaints-To: abuse@forwardemail.net X-ForwardEmail-Version: 0.4.40 X-ForwardEmail-Sender: rfc822; dzjfqy7ioz@ol1y.com, smtp.forwardemail.net, 207.246.76.47 X-ForwardEmail-ID: 66e1980d2912417a3e21b5c8 X-Archives-Salt: 7ae69c44-35a3-4cdc-a7f6-9eb6e89d027e X-Archives-Hash: b140a54e4d2e9a2991b66a517c57ae34 Hi! A bit of history first: my Fedora, then (after reinstall) my openSUSE then (after reinstall) my Gentoo failed during boot. I thought it was something related to dracut so I've been adding `hostonly = false` to dracut.conf on all my home machines. In summary, yesterday it failed on my Gentoo so I had to investigate. * I had enable `unstable` use flags for the kernel only. * I hadn't double-check the boot entries created. * Power went off (no UPS yet) so I booted the new kernel. * It didn't boot. I fixed two things: changed the partition id of LUKSed swap from swap id to LVM id, to prevent systemd attempting to mount it at boot (and failing). Secondly, I checked the fstab and noticed all dev nodes were wrong (I have two SSD). * After fixing the dev nodes in fstab the system booted properly. This probably explains the Gentoo failure, since other distros (and me, starting some day) use UUID in fstab. So, my question is: Has anyone any input on mysterious failures across several distros, including Gentoo, around kernel 6.9.x <> 6.10.x?