1Z0-460 · Question #2
View the exhibit. Examine the grub.conf file snippet in the Exhibit. Which statement is true if your Linux system boots by using this grub.conf file?
The correct answer is A. GRUB will boot, by default, the first kernel entry of this grub.conf file. According the grub .conf file you have got 8 seconds to choose whether to boot the first entry.Now if you want to change, and let say you want the second grub entry as booting system by default, justchange the line:default=0 bydefault=1
Question
View the exhibit. Examine the grub.conf file snippet in the Exhibit. Which statement is true if your Linux system boots by using this grub.conf file?
Exhibit
Options
- AGRUB will boot, by default, the first kernel entry of this grub.conf file.
- BGRUB will prompt you to select the kernel to be booted because the default parameter is set to 0.
- CGRUB will boot the kernel specified in the inittab file of the system.
- DGRUB will boot, by default, the second kernel entry of this grub.conf file.
How the community answered
(35 responses)- A71% (25)
- B17% (6)
- C9% (3)
- D3% (1)
Explanation
According the grub .conf file you have got 8 seconds to choose whether to boot the first entry.Now if you want to change, and let say you want the second grub entry as booting system by default, justchange the line:default=0 bydefault=1
Topics
Community Discussion
No community discussion yet for this question.
