nerdexam
Oracle

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

Deployment and Troubleshooting

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

1Z0-460 question #2 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)
  • A
    71% (25)
  • B
    17% (6)
  • C
    9% (3)
  • D
    3% (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

#GRUB bootloader#grub.conf#default kernel#boot configuration

Community Discussion

No community discussion yet for this question.

Full 1Z0-460 Practice