aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-11-14 20:12:33 +0000
committerEd Maste <emaste@FreeBSD.org>2014-11-14 20:12:33 +0000
commit9d1334e0768b57295aa145b4919986769cbe530a (patch)
tree75f0a48a37e0ce8c3ed524411a2ea43d0a3dbcba /sbin
parentb4f46e79e8d1f18c82cb74201c440f2e6c8fa8ce (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/reboot/boot_i386.810
1 files changed, 8 insertions, 2 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8
index d860423f47193..690dfcd436e2d 100644
--- a/sbin/reboot/boot_i386.8
+++ b/sbin/reboot/boot_i386.8
@@ -36,7 +36,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 1, 2013
+.Dd November 14, 2014
.Dt BOOT 8 i386
.Os
.Sh NAME
@@ -56,6 +56,11 @@ Some BIOSes allow
you to change this default sequence, and may also include a CD-ROM
drive as a boot device.
.Pp
+Some newer PCs boot using UEFI firmware, not BIOS.
+That process is described
+in
+.Xr uefi 8 .
+.Pp
By default, a three-stage bootstrap is employed, and control is
automatically passed from the boot blocks (bootstrap stages one and
two) to a separate third-stage bootstrap program,
@@ -355,7 +360,8 @@ requirement has not been adhered to.
.Xr loader 8 ,
.Xr nextboot 8 ,
.Xr reboot 8 ,
-.Xr shutdown 8
+.Xr shutdown 8 ,
+.Xr uefi 8
.Sh BUGS
The bsdlabel format used by this version of
.Bx