From owner-freebsd-stable@freebsd.org Wed Mar 18 16:37:43 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C59A26587F for ; Wed, 18 Mar 2020 16:37:43 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48jG122HWzz4FMC for ; Wed, 18 Mar 2020 16:37:42 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 02IGbuAJ060229 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 18 Mar 2020 09:38:02 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 From: Chris Reply-To: bsd-lists@BSDforge.com To: freebsd-stable Subject: efi: WARNING: Unable to alias diskid/DISK-... to enc@n306168... - path too long Date: Wed, 18 Mar 2020 09:38:02 -0700 Message-Id: <8d3ababc53f1fef3d17b8340511c38e5@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 48jG122HWzz4FMC X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [1.97 / 15.00]; NEURAL_SPAM_LONG(1.00)[1.000,0]; NEURAL_SPAM_MEDIUM(0.97)[0.972,0]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2020 16:37:43 -0000 I'm getting the following message on a fresh install of 12=2E1: WARNING: Unable to alias diskid/DISK-WD-WCANM2154600 to enc@n3061686369656d= 30/type@0/slot@1/elmdesc@Slot_00/diskid/DISK-WD-WCANM2154600 - path too lon= g Actually, there are several similar messages=2E Which required me to perform several disk related tasks in order to get a successful boot into the new system=2E It's GPT/UFS(2) if it matters=2E But I suspect it's more related to fbsd' implementation of EFI, as it relates to my BIOS' implementation (Intel Sandy Bridge)=2E What can I do to make everything happy? Thanks! --Chris