BIOS
Basic Input/Output System. OS independent and tests hardware to make sure it’s ready to use
What does the bios check
drives, cpu, ram (order can be changed)
LiLo
the old linux bootloader (linux loader)
GRUB
Grand unified bootloader. The main bootloader
initial ram disk
What the linux kernel loads from
ring buffer
a data structure that stores messages from the linux kernel
syslog standard
the centralization of log files
syslog severity
how severe a situation is
syslog selector field
shows the facility and severity
syslog action field
decides what the log message will do
logger
lets you generate log messages
logger -p
gets you facility and severity