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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6F8615807A for ; Tue, 8 Oct 2024 11:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CD27E29D0; Tue, 8 Oct 2024 11:06:38 +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 BB597E29B8 for ; Tue, 8 Oct 2024 11:06:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ol1y.com; h=Content-Transfer-Encoding: Content-Type: Cc: To: Subject: Message-ID: Date: From: In-Reply-To: References: MIME-Version; q=dns/txt; s=fe-645e1a38d8; t=1728385592; bh=QgK2Q0rk1Z6naXeJxenUEectKtCiahbMYVKuKRiGfxo=; b=IiO5Jj6ceZoDzpAAcVWrfP+PidvIKMxMFwp2I1yNRp3foe1BhHHLif/9RizyoTQG69+ZJfpYW 9bjb7y1NhoHmVAUiuz4gB/QC+7Mh8WznXhGwyFW3syQBpGgDfiEHrHqKy6cHNXYZdMlpcDRJAOG VGme1NrqYRqv6SXLh81Poto= Received: by mail-vk1-f181.google.com with SMTP id 71dfb90a1353d-50ab6eabc32so1630947e0c.3 for ; Tue, 08 Oct 2024 04:06:30 -0700 (PDT) X-Gm-Message-State: AOJu0YzPCWTUTcsx1umCjPiu3cz3H9pzoHlQ+1n+yXZPbKkKIA3fxZle WvYMCmCovLFCaCZHxyhj5LCNOV6B7SLKdM4lBJ40lWd1K86agSFaBiILMpyRmA6VqFf/ckdnEFO S2rHoYvZG3TQZdRBRVM3OcAEZVQo= X-Google-Smtp-Source: AGHT+IHbWLdrrAZqm3mMa/lxaC43puYObnb6uLqfz7OsFf0WP+LCYzrChtFJesruaXVYQR0tCsqZFQ/OrTKgJi99q8E= X-Received: by 2002:a05:6122:508:b0:50a:ca33:b033 with SMTP id 71dfb90a1353d-50c8546f774mr9080534e0c.4.1728385589056; Tue, 08 Oct 2024 04:06:29 -0700 (PDT) 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 References: <87wmjiqq1l.fsf@wylie.me.uk> In-Reply-To: <87wmjiqq1l.fsf@wylie.me.uk> From: Larry the Plumber Date: Tue, 8 Oct 2024 12:06:17 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-user] biosdevname or equivalent for disks: did the order change on a specific, recent, kernel version? To: gentoo-user@lists.gentoo.org Cc: flzdjhmtax@wylie.me.uk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: 670512371cac4f28ecdb5697 X-Archives-Salt: b8f89833-4b73-4d1f-a392-114edf5eb369 X-Archives-Hash: 1654c8d69d86d8084571af8ae648b20e [bottom-posting] On Wed, Sep 11, 2024 at 2:27=E2=80=AFPM Alan J. Wylie wrote: > > Larry the Plumber writes: > > > * 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). > > See > https://lore.kernel.org/lkml/0a43155c-b56d-4f85-bb46-dce2a4e5af59@kernel.= org/ > > | My testlab kernel devel server isn't booting correctly on v6.11 > | branches (e.g. net-next at 6.11.0-rc5) I just confirmed this also > | happens on your tree tag: v6.11-rc7. > > | The symptom/issue is that harddisk dev names (e.g /dev/sda, /dev/sdb, > | /dev/sdc) gets reordered. I switched /etc/fstab to use UUID's instead > | (which boots on v6.10) but on 6.11 it still cannot mount harddisks and > | doesn't fully boot. Hi! Is it just me or they swapped again? (an unexpected electrical shutdown gave me further head-scratching) Thanks, Larry The Plumber