From owner-svn-src-head@freebsd.org Thu Jan 25 14:36:48 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C1DCEDBA19; Thu, 25 Jan 2018 14:36:48 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D41CD7F80C; Thu, 25 Jan 2018 14:36:47 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA8316260; Thu, 25 Jan 2018 14:36:47 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0PEal3e088690; Thu, 25 Jan 2018 14:36:47 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0PEaloU088689; Thu, 25 Jan 2018 14:36:47 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201801251436.w0PEaloU088689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Thu, 25 Jan 2018 14:36:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328396 - head/share/man/man8 X-SVN-Group: head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/share/man/man8 X-SVN-Commit-Revision: 328396 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 14:36:48 -0000 Author: emaste Date: Thu Jan 25 14:36:47 2018 New Revision: 328396 URL: https://svnweb.freebsd.org/changeset/base/328396 Log: uefi.8: describe architecture-specific default path Sponsored by: The FreeBSD Foundation Modified: head/share/man/man8/uefi.8 Modified: head/share/man/man8/uefi.8 ============================================================================== --- head/share/man/man8/uefi.8 Thu Jan 25 13:51:20 2018 (r328395) +++ head/share/man/man8/uefi.8 Thu Jan 25 14:36:47 2018 (r328396) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 24, 2018 +.Dd January 25, 2018 .Dt UEFI 8 .Os .Sh NAME @@ -65,16 +65,20 @@ boot process proceeds as follows: firmware runs at power up and searches for an OS loader in the EFI system partition. The path to the loader may be set by an EFI environment variable. -If not set, the default is -.Pa /EFI/BOOT/BOOTX64.EFI . +If not set, an architecture-specific default is used. +.Bl -column -offset indent "Architecture" "Default Path" +.It Sy Architecture Ta Sy Default Path +.It amd64 Ta Pa /EFI/BOOT/BOOTX64.EFI +.It arm64 Ta Pa /EFI/BOOT/BOOTAA64.EFI +.El +.Pp The default .Nm boot configuration for .Fx installs .Pa boot1.efi -as -.Pa /EFI/BOOT/BOOTX64.EFI . +in the default path. .It .Pa boot1.efi reads boot configuration from