What are the four general stages for the boot process?
When is the initrd image loaded into memory?
The initrd (Initial RAM Disk) image is loaded into memory while the secondary boot loader is loading.
What is the default initial program?
The default initial (init) program is /sbin/init.
Which component mounts the root partition?
The OS Kernel mounts the root partition.
What is the process ID of the initial program?
The process ID of the initial (init) program is 1.
Where is the primary boot loader located?
The primary boot loader code is located in the master boot record (MBR).
What are the stages in the Linux boot process?
What happens in the BIOS stage of the Linux boot process?
In the BIOS stage, BIOS is loaded and the system hardware is identified.
What are the steps in the BIOS stage of the Linux boot process?
What happens when the BIOS identifies system devices after POST?
What happens in the Boot Loader stage of the Linux boot process?
During the boot loader stage, BIOS gives control to the boot loader program.
What are the steps in the Boot Loader stage of the Linux boot process?
What are the two methods the primary boot loader uses to locate the OS kernel?
What is the is the initrd image and how is it used?
The initrd or Initial RAM Disk image:
What happens in the OS Kernel stage of the Linux boot process?
The Linux kernel takes over.
Where does the OS Kernel image reside?
The OS Kernel resides in the /boot directory.
What does the OS Kernel do when it takes over from the primary boot loader?
What happens in the Init stage of the Linux boot process?
The OS Kernel starts the initial (init) process.
Which binary, by default, is the initial (init) process?
By default, /sbin/init is the initial (init) process.
Wat is the process ID of the initial(init) process?
The initial program gets the process ID of 1 because it’s the first process to run on the system.
How is the /etc/inittab file used during the Init stage of the Linux boot process?
If /sbin/init is the initial process, the kernel reads a file called /etc/inittab to determine what other programs to run, such as: