Workbook 4: System Initialization and Services Flashcards
Which of the following controls the first part of the boot sequence?
BIOS
Which of the following controls the last part of the boot sequence?
/sbin/init
A bootloader usually passes control to which of the following?
the Linux kernel
Which is the first process started by the Linux kernel?
/sbin/init
Which of the following is responsible for initially mounting the root partition?
the Linux kernel
Which of the following is responsible for determining the appropriate boot device?
BIOS
Which of the following is usually found in a disk’s Master Boot Record?
a bootloader
Which of the following is found in the ROM of a system’s motherboard?
BIOS
What is the name of the protocol used to assign non-conflicting resource configurations to devices?
Plug-‘n-Play
BIOS usually passes control to which of the following?
a bootloader
Which of the following files is GRUB’s configuration file?
/boot/grub/grub.conf
What would be the conventional name of the initial ramdisk for the 2.6.32-8.el6 kernel?
/boot/initramfs-2.6.32-8.el6.img
What command is used to install GRUB?
grub-install
n GRUB’s configuration file, lines beginning with which keyword define the user visible menu labels?
title
When booting, which file is executed as GRUB’s stage 1?
The question is inappropriate, as GRUB’s stage 1 lives in a Master Boot Record or bootsector.
How would GRUB refer to the file /etc/passwd?
(hd0,2)/etc/passwd
How would GRUB refer to the file /boot/grub/grub.conf?
None of the above
Where is the initial ramdisk referenced in the above configuration file located?
/boot/initrd-2.6.18-8.el5.img
When booting, approximately how long does the user have to select a menu item?
10 seconds
After editing the GRUB configuration file, which command must be run to implement the changes?
None of the above
Which of the following would be a reasonable default runlevel for a rack mounted network server?
3
Which runlevel is traditionally associated with shutting down a machine?
6
Which command lines or actions could be used to reboot the machine?
1) reboot
2) init 6
3) shutdown -r now
4) Entering CTRL+ALT+DELETE from the console.
If a machine were booted without any user intervention, how many mingetty processes would be started directly by the init process?
6