1*2b6d38a1SWarner Losh.\" 2*2b6d38a1SWarner Losh.\" Copyright (c) 2019 Netflix, Inc 3*2b6d38a1SWarner Losh.\" 4*2b6d38a1SWarner Losh.\" Redistribution and use in source and binary forms, with or without 5*2b6d38a1SWarner Losh.\" modification, are permitted provided that the following conditions 6*2b6d38a1SWarner Losh.\" are met: 7*2b6d38a1SWarner Losh.\" 1. Redistributions of source code must retain the above copyright 8*2b6d38a1SWarner Losh.\" notice, this list of conditions and the following disclaimer. 9*2b6d38a1SWarner Losh.\" 2. Redistributions in binary form must reproduce the above copyright 10*2b6d38a1SWarner Losh.\" notice, this list of conditions and the following disclaimer in the 11*2b6d38a1SWarner Losh.\" documentation and/or other materials provided with the distribution. 12*2b6d38a1SWarner Losh.\" 13*2b6d38a1SWarner Losh.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14*2b6d38a1SWarner Losh.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15*2b6d38a1SWarner Losh.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16*2b6d38a1SWarner Losh.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17*2b6d38a1SWarner Losh.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18*2b6d38a1SWarner Losh.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19*2b6d38a1SWarner Losh.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20*2b6d38a1SWarner Losh.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21*2b6d38a1SWarner Losh.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22*2b6d38a1SWarner Losh.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23*2b6d38a1SWarner Losh.\" SUCH DAMAGE. 24*2b6d38a1SWarner Losh.\" 25*2b6d38a1SWarner Losh.\" $FreeBSD$ 26*2b6d38a1SWarner Losh.\" 27*2b6d38a1SWarner Losh.Dd April 25, 2019 28*2b6d38a1SWarner Losh.Dt LOADER.EFI 8 29*2b6d38a1SWarner Losh.Os 30*2b6d38a1SWarner Losh.Sh NAME 31*2b6d38a1SWarner Losh.Nm loader.efi 32*2b6d38a1SWarner Losh.Nd UEFI kernel loader 33*2b6d38a1SWarner Losh.Sh DESCRIPTION 34*2b6d38a1SWarner LoshOn UEFI systems, 35*2b6d38a1SWarner Losh.Nm 36*2b6d38a1SWarner Loshloads the kernel. 37*2b6d38a1SWarner LoshIt is installed into the ESP (EFI System Partition), either in the 38*2b6d38a1SWarner Loshdefault location of 39*2b6d38a1SWarner Losh.Pa /efi/boot/bootXXX.efi 40*2b6d38a1SWarner Loshwithin the ESP, in the 41*2b6d38a1SWarner Losh.Fx 42*2b6d38a1SWarner Loshreserved area as 43*2b6d38a1SWarner Losh.Pa /efi/freebsd/loader.efi 44*2b6d38a1SWarner Loshwithin the ESP , 45*2b6d38a1SWarner Loshor within the system as 46*2b6d38a1SWarner Losh.Pa /boot/loader.efi . 47*2b6d38a1SWarner Losh.Xr boot1.efi 8 48*2b6d38a1SWarner Loshis used to load 49*2b6d38a1SWarner Losh.Nm 50*2b6d38a1SWarner Loshwhen it is placed within the system. 51*2b6d38a1SWarner Losh 52*2b6d38a1SWarner Losh 53