题目内容

系统固件在哪里寻找系统引导程序?

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

以下哪条命令可以正确重新生成新的grub2配置文件?

A. grub2-mkconfig --output=/boot/grub2/grub.cfg
B. grub2-mkconfig --file=/boot/grub2.menu
C. grub2-mkconfig --file=/boot/grub.lst
D. grub2-mkconfig --output=/boot/menu.lst

答案查题题库