101.2 Boot System (Boot Process -sysvinit - Power On to System Prompt) Flashcards
Boot Process: sysvinit
older but valid system and service management
sysvinit
Boot Process: sysvinit
sysvinit is “_____” script driven
init
Boot Process: sysvinit
Step 1: Power ON
power on
Boot Process: sysvinit
Step 2: BIOS loads
modern systems include EFI
Boot Process: sysvinit
Step 3: BIOS finds and hands off to the primary (or chosen)
boot sector
Boot Process: sysvinit
Step 4 - Boot sector provides “____” within 512 bytes of active drive
Master Boot Record
Boot Process: sysvinit
Step 5: Boot loader is
executed
Boot Process: sysvinit
Step 6: LILO/GRUB/GRUB2
begins
Boot Process: sysvinit
Step 7: depending on boot loader config the user may be able to choose from a menu of potential boot types/kernel version or allow the default to proceed
User Input
Boot Process: sysvinit
Step 8: Linux kernel is read and
executed
Boot Process: sysvinit
Step 9: device initialization, module loading, and the initial RAM disk is loaded
initrd
Boot Process: sysvinit
Step 10: root filesystem
mounted
Boot Process: sysvinit
Step 11: init program is loaded and becomes the first PID
/sbin/init
Boot Process: sysvinit
Step 12: read and the appropriate run level scripts are read
/etc/inittab
Boot Process: sysvinit
Step 12: Debian/Ubuntu
/etc/init.d/rc#