Here are some of the key points from the certification objectives in Chapter 3.
|
❑ |
While not strictly a part of the exam, it's important to know the basics of the BIOS. |
|
❑ |
You can change the boot sequence from the BIOS menu. |
|
❑ |
Once the BIOS detects your drives, it hands control to GRUB via the master boot record (MBR). |
|
❑ |
GRUB, the GRand Unified Boot loader, is the default for RHEL 5. |
|
❑ |
Errors in the GRUB configuration file can lead to a number of boot problems, including kernel panics. |
|
❑ |
You can read the GRUB configuration file from the GRUB command line. |
|
❑ |
You can analyze how the kernel booted your system through /var/log/dmesg. |
|
❑ |
As the kernel initializes your system, it loads important modules such as the ext3 filesystem. |
|
❑ |
Once the kernel boots, it hands control to init, also known as the First Process. |
|
❑ |
The init process starts your system as configured in /etc/inittab. |
|
❑ |
One of the key configuration files started by the First Process is /etc/rc.sysinit. |
|
❑ |
The chkconfig command gives you a simple way to maintain the /etc/rc.d directory structure. |
|
❑ |
The ntsysv and system-config-services commands provide console and GUI tools for the same purpose. |