Boot Process Flashcards
The BIOS reads the MBR and then loads the ________
boot loader
The boot loader loads the _____ and _____ image into memory
The boot loader loads the Linux Kernel and initrd image into memory
the boot loader turns control of the boot process to the _______.
Kernel
The kernel is located in the ______ directory.
/boot
the kernel is referenced in the _______ file.
/boot/vmlinuzz
the drivers are part of the _____.
kernel
The ________ is a cpio archive that the kernel can load into a ramdisk.
initramfs (Initial RAM File System)
initramfs modules are listed in the _______ variable in ________.
INITRD_MODULES, /etc/sysconfig/kernel
to rebuild initramfs, use the command _____.
mkinitrd
After checking partitions and mounting the root file system, init starts ______.
/sbin/init
_______ boots the system and loads all of the services and programs configured for the system.
/sbin/init
_____ always has a process ID number of 1.
/sbin/init
the configuration for init is located in _____.
/etc/inittab
Once the init process starts, it runs the _____ script, which completes initialization tasks such as setting disk quotas and mounting local file systems.
/etc/init.d/boot
After the boot script (/etc/init.d/boot) init starts the ______ script. (uses runlevel configuration to start services and daemons.
/etc/init.d/rc
This script uses your runlevel config to start services and daemons.
/etc/init.d/rc
Space on the MBR is limited to _____ bytes.
446
The two boot loaders included with SUSE are:
GRUB (GRand Unified Bootloader) and LILO (LInux LOader)
Stage 1 of GRUB is located:
in the MBR of the hard disk or the boot sector, or a floppy.
Stage 2 of GRUB is located in:
the /boot/grub/ directory.
Maps and map files are used for
noting physical block numbers that comprise the logical files.
The _____ boot loader relies entirely on maps.
LILO
The _____ boot loader has file system support
GRUB
to find which partition contains the kernel, use the ___________ command.
find /boot/vmlinuz