Note that this only describes the "traditional" CSM (aka BIOS) boot.https://www.freebsd.org/ -> Documentation -> Handbook -> System Administration -> The FreeBSD Booting Process -> FreeBSD Boot Process
In case of legacy BIOS booting on a GPT scheme, the MBR is actually loaded (pmbr). This code is responsible for locating and loading the code inside freebsd-boot (BTX client: gptboot or gptzfsboot).GPT works slightly different. Instead of loading the master boot record it loads the code from the freebsd-boot partition. Then it follows the same stage 3 as CSM booting.
Manual section.Explain to a dumb person what the number "8" means -loader.efi(8), init(8), etc.?
Explain to a dumb person what the number "8" means -loader.efi(8), init(8), etc.?
man man
man 1 man
The man utility finds and displays online manual documentation pages. If mansect is provided, man restricts the search to the specific section of the manual.
The sections of the manual are:
- FreeBSD General Commands Manual
- FreeBSD System Calls Manual
- FreeBSD Library Functions Manual
- FreeBSD Kernel Interfaces Manual
- FreeBSD File Formats Manual
- FreeBSD Games Manual
- FreeBSD Miscellaneous Information Manual
- FreeBSD System Manager's Manual
- FreeBSD Kernel Developer's Manual
man -P less 2 intro
man -P cat 2 intro
man -P cat 8 loader.efi