Explain Linux Kernel and Boot Concepts Flashcards

1
Q

Which terms are associated with the Unified Extensible Firmware Interface (UEFI)

A

UEFI can have tons and tons of partitions

Has it own boot partition and has a secure boot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some terms associated with GRUB2?

A

grub.cfg
can boot from ISO file
Hidden Boot Menu(press shift)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which file should you NOT directly edit?

A

You should not directly edit grub.cfg

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which items are specific to Linux?

A

ISO booting via GRUB2

GRUB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What object is stored INSIDE the kernel file?

A

The object that is stored inside the kernel file is initramfs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some common causes for Kernel panics?

A

Some common problems for Kernel panics are Bad Ram, Corrupt Kernel Update or an overclocked CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

By blacklisting a kernel module, we ensure the Linux system won’t automatically load it as a dependency of another module. True or false?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When loading a module into the running system, which program is intelligent about kernel module dependencies?

A

modprobe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly