Editing /boot/

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
{{Welcome}}
 
{{Welcome}}
{{Navbar GhostBSD Boot Process}}
 
  
 
==Introduction==
 
==Introduction==
Line 18: Line 17:
 
|file: [[/boot/defaults/loader.conf]]
 
|file: [[/boot/defaults/loader.conf]]
 
|default settings -- do not change this file.
 
|default settings -- do not change this file.
 +
|-
 +
|file: [[/boot/loader.conf]]
 +
|user defined settings
 +
|-
 +
|file: /boot/loader.conf.local
 +
|machine-specific settings for sites with a  <code>common loader.conf.</code>
 
|-
 
|-
 
|dtb/    
 
|dtb/    
Line 23: Line 28:
 
|-
 
|-
 
|firmware/   
 
|firmware/   
|this file is emty
+
|loadable kernel modules containing binary firmware <br/>for hardware that needs firmware downloaded to it  to function
 
|-
 
|-
|[[Kernel|kernel]]/    
+
|kernel/    
 
|pure kernel executable (the operating system loaded into memory at boot time) and kernel modules
 
|pure kernel executable (the operating system loaded into memory at boot time) and kernel modules
 
|-
 
|-
|[[Modules|modules]]/   
+
|modules/   
 
|third-party loadable kernel modules; see [https://www.freebsd.org/cgi/man.cgi?query=kldstat&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports kldstat(8)]
 
|third-party loadable kernel modules; see [https://www.freebsd.org/cgi/man.cgi?query=kldstat&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports kldstat(8)]
 
|-
 
|-
 
|overlays/   
 
|overlays/   
|On FreeBSD: Compiled flattened device tree (FDT) overlays; see  [https://www.freebsd.org/cgi/man.cgi?query=fdt&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports fdt(4)] and [https://www.freebsd.org/cgi/man.cgi?query=dtc&sektion=1&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports dtc(1)] <br/>'''Directory not on GhostBSD'''
+
|Compiled flattened device tree (FDT) overlays; see  [https://www.freebsd.org/cgi/man.cgi?query=fdt&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports fdt(4)] and [https://www.freebsd.org/cgi/man.cgi?query=dtc&sektion=1&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports dtc(1)] - not on GhostBSD
 
|-
 
|-
 
|zfs/    
 
|zfs/    
Line 49: Line 54:
 
|-
 
|-
 
|/boot/beastie.4th
 
|/boot/beastie.4th
|[https://www.unix.com/man-page/freebsd/8/beastie.4th/ The file that goes by the name of beastie.4th] is a set of commands designed to draw the ASCII art FreeBSD mascot, known simply as beastie, to the right of the boot loader menu.
+
|[https://www.unix.com/man-page/freebsd/8/beastie.4th/ The file that goes by the name of beastie.4th] is a set of commands designed to draw the ASCII art FreeBSD mascot, known simply as beastie, to the right of the boot loader menu.]
 
|-
 
|-
 
|/boot/boot
 
|/boot/boot
Line 58: Line 63:
 
|-
 
|-
 
|/boot/boot0sio
 
|/boot/boot0sio
|Image for serial consoles (COM1,9600,8,N,1,MODEM) [https://www.unix.com/man-page/FreeBSD/8/boot0cfg/ see: FILES]
+
|
 
|-
 
|-
 
|/boot/boot1
 
|/boot/boot1
Line 73: Line 78:
 
|-
 
|-
 
|/boot/brand.4th
 
|/boot/brand.4th
|[https://www.unix.com/man-page/freebsd/8/brand.4th/ FreeBSD ASCII art boot module]
+
|
 
|-
 
|-
 
|/boot/brand-fbsd.4th
 
|/boot/brand-fbsd.4th
|[https://github.com/freebsd/freebsd/blob/master/stand/forth/brand.4th like brand.4th]
+
|
 
|-
 
|-
 
|/boot/cdboot
 
|/boot/cdboot
|Boot from CD
+
|
 
|-
 
|-
 
|/boot/check-password.4th
 
|/boot/check-password.4th
Line 112: Line 117:
 
|-
 
|-
 
|/boot/isoboot
 
|/boot/isoboot
|Boot from iso
+
|
 
|-
 
|-
 
|/boot/loader
 
|/boot/loader
Line 118: Line 123:
 
|-
 
|-
 
|/boot/loader.4th
 
|/boot/loader.4th
|[https://www.unix.com/man-page/freebsd/8/loader/ loader(8)] bootstrapping script. [https://www.unix.com/man-page/freebsd/8/loader.4th/ loader.conf processing tools]
+
|loader(8) bootstrapping script. [https://www.unix.com/man-page/freebsd/8/loader.4th/ loader.conf processing tools]
 
|-
 
|-
 
|[[/boot/loader.conf]]
 
|[[/boot/loader.conf]]
Line 206: Line 211:
 
|-
 
|-
 
|/boot/version.4th
 
|/boot/version.4th
| The file that goes by the name of [https://www.unix.com/man-page/freebsd/8/version.4th/ version.4th] is a set of commands designed to draw the boot loader version at the bottom-right of the screen.  The commands of [https://www.unix.com/man-page/freebsd/8/version.4th version.4th] by themselves are not enough for most uses.  Please refer to the examples below for the most common situations, and to [https://www.unix.com/man-page/freebsd/8/loader/ loader(8)] for additional commands.
+
|[https://www.unix.com/man-page/freebsd/8/version.4th/] The file that goes by the name of version.4th is a set of commands designed to draw the boot loader version at the bottom-right of the screen.  The commands of version.4th by themselves are not enough for most uses.  Please refer to the examples below for the most common situations, and to loader(8) for additional commands.
 
|-
 
|-
 
|/boot/zfsboot
 
|/boot/zfsboot
Line 212: Line 217:
 
|-
 
|-
 
|/boot/zfsloader
 
|/boot/zfsloader
|[https://www.unix.com/man-page/freebsd/8/zfsloader/ zfsloader is an extended variant] of [https://www.unix.com/man-page/freebsd/8/loader/ loader(8)] with added support for booting from ZFS.  This document describes only differences from [https://www.unix.com/man-page/freebsd/8/loader/ loader(8).]
+
|[https://www.unix.com/man-page/freebsd/8/zfsloader/ zfsloader is an extended variant] of loader(8) with added support for booting from ZFS.  This document describes only differences from loader(8).]
  
 
|}
 
|}
  
 
[[Category:Sysutils]]
 
[[Category:Sysutils]]

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)