freebsd-dev/usr.sbin/bsdinstall
Warner Losh c6d56081c9 Initial support for implementing the bootXXX.efi workaround
Too many version of UEFI firmware (so far only confirmed on amd64)
don't really support efibootmgr selection of boot. That's the most
reliable, when it works, since there's no guesswork. However, many do
not save, unmolested, the variables that efibootmgr sets, so as a
fallback we also install loader.efi as bootXXX.efi (where XXX is
either aa64 or x64) if it doesn't already exist in /efi/boot on the
ESP. The standard only defines this for removable devices, but it's
almost ubiquitously used as a fallback. Many BIOSes implement a drive
selection feature that takes over the efibootmgr protocol, rendinering
it useless (either generally, or for those vendors not on the short
list). bootxxx.efi works around this. However, we don't install it
unconditionally there, as that breaks some popular multi-boot setups.

MFC After: 1 week
Differential Revision: https://reviews.freebsd.org/D26428
2020-10-09 00:16:26 +00:00
..
distextract Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
distfetch Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
partedit - Cleanups related to sparc64 removal. 2020-07-28 10:58:37 +00:00
scripts Initial support for implementing the bootXXX.efi workaround 2020-10-09 00:16:26 +00:00
bsdinstall bsdinstall: Use TMPDIR if set 2020-01-15 00:45:05 +00:00
bsdinstall.8 s/redundacy/redundancy 2020-08-24 14:04:59 +00:00
Makefile Merge from head 2015-10-01 09:36:43 +00:00
Makefile.depend META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
Makefile.inc Add a bsdinstall package 2015-03-18 12:28:17 +00:00