From owner-freebsd-current@freebsd.org Mon Jan 25 22:48:07 2021 Return-Path: Delivered-To: freebsd-current@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 777624F5115 for ; Mon, 25 Jan 2021 22:48:07 +0000 (UTC) (envelope-from tsoome@me.com) Received: from pv50p00im-zteg10021401.me.com (pv50p00im-zteg10021401.me.com [17.58.6.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DPlPy3ys0z3mJW for ; Mon, 25 Jan 2021 22:48:06 +0000 (UTC) (envelope-from tsoome@me.com) Received: from nazgul.lan (148-52-235-80.sta.estpak.ee [80.235.52.148]) by pv50p00im-zteg10021401.me.com (Postfix) with ESMTPSA id DFC85480365; Mon, 25 Jan 2021 22:48:03 +0000 (UTC) From: Toomas Soome Message-Id: <25414B7E-70F0-4B91-BB39-5BA994C0BF0B@me.com> Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.40.0.2.32\)) Subject: Re: ZFS feature compatibility? Date: Tue, 26 Jan 2021 00:48:01 +0200 In-Reply-To: Cc: mike tancsa , freebsd-current To: John Kennedy References: <28fbf9cd-0f56-f6a0-1ddf-186aeed59b95@protected-networks.net> <9e183db9-2ca5-a7bd-2665-cc468d4b69db@sentex.net> <207F268A-30E3-45BE-9377-79C3DC31C328@me.com> <1fddab2c-f8bc-4f5e-d2b5-a32442786f3e@sentex.net> X-Mailer: Apple Mail (2.3654.40.0.2.32) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343, 18.0.737 definitions=2021-01-25_10:2021-01-25, 2021-01-25 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2006250000 definitions=main-2101250114 X-Rspamd-Queue-Id: 4DPlPy3ys0z3mJW X-Spamd-Bar: / X-Spamd-Result: default: False [-0.58 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[me.com]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:17.58.0.0/16]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[me.com:+]; DMARC_POLICY_ALLOW(-0.50)[me.com,quarantine]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[me.com]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[17.58.6.47:from]; ASN(0.00)[asn:714, ipnet:17.58.0.0/20, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[me.com:s=1a1hai]; FREEFALL_USER(0.00)[tsoome]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.92)[0.920]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DWL_DNSWL_NONE(0.00)[me.com:dkim]; SPAMHAUS_ZRD(0.00)[17.58.6.47:from:127.0.2.255]; RECEIVED_SPAMHAUS_PBL(0.00)[80.235.52.148:received]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[17.58.6.47:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[17.58.6.47:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2021 22:48:07 -0000 > On 26. Jan 2021, at 00:23, John Kennedy wrote: >=20 >> Thanks, I am new to the EFI world. Does the name now have to be >> BOOTx64.efi ? >>=20 >> root@zoo2:/boot # ls -l /mnt/EFI/freebsd/ >> total 824 >> -rwxr-xr-x 1 root wheel 843776 Nov 21 10:50 loader.efi >> root@zoo2:/boot # >=20 if there is no UEFI bootmanager configured (see man efibootmgr), then = (ESP) efi/boot/bootx64.efi is default. with efibootmgr(8), you can = configure custom path, such as (ESP) efi/freebsd/loader.efi rgds, toomas > I don't know. This came out of an email thread I had a while ago: >=20 > Date: Thu, 9 Jul 2020 14:18:54 -0700 > From: John Kennedy > To: Kyle Evans > Cc: FreeBSD-STABLE Mailing List > Subject: Re: 12.1p7 no longer boots after doing zpool upgrade -a >=20 > The "new" documentation was here: >=20 > https://wiki.freebsd.org/UEFI >=20 > The older stuff is still mentioned here: >=20 > https://wiki.freebsd.org/RootOnZFS/GPTZFSBoot >=20 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to = "freebsd-current-unsubscribe@freebsd.org"