Explain Linux Kernel and Boot Concepts Flashcards
Which terms are associated with the Unified Extensible Firmware Interface (UEFI)
UEFI can have tons and tons of partitions
Has it own boot partition and has a secure boot
What are some terms associated with GRUB2?
grub.cfg
can boot from ISO file
Hidden Boot Menu(press shift)
Which file should you NOT directly edit?
You should not directly edit grub.cfg
Which items are specific to Linux?
ISO booting via GRUB2
GRUB
What object is stored INSIDE the kernel file?
The object that is stored inside the kernel file is initramfs
What are some common causes for Kernel panics?
Some common problems for Kernel panics are Bad Ram, Corrupt Kernel Update or an overclocked CPU
By blacklisting a kernel module, we ensure the Linux system won’t automatically load it as a dependency of another module. True or false?
True
When loading a module into the running system, which program is intelligent about kernel module dependencies?
modprobe