系统固件在哪里寻找系统引导程序?
A. The /boot/grub directory
B. The master boot record (MBR)
C. The /var/log directory
D. A boot partition
E. The /etc directory
Linux把系统启动信息存放在哪里?
A. BIOS
B. GRUB boot loader
C. MBR
D. Initrd RAM disk
E. Kernel ring buffer
如果/boot目录位于分区/dev/sdb2. 则在grub手工引导时以下哪个命令可以设置正确的引导分区?
A. root(hd1,2)
B. set root=(hd1,2)
C. set root= \
D. root(hd1,1)
E. set root=(hd1,1)
以下哪个命令可以生成GRUB2的配置文件grub.cfg?
A. chkconfig
B. update-rc.d
C. grub2-mkconfig
D. grub2-install
E. init