nerdexam
Oracle

1Z0-460 · Question #49

Examine the following kernel boot command-line parameters. kernel/vmlinuz-2.6.32-220.e16 ro root = /dev/VolGroup00/LogVol00 init = /bin/bash ether = 0, 0, eth1 rhgb quiet Which two statements are…

The correct answer is C. Boot argument ether will force probing for a second ethernet card (NIC). D. It will not probe foranyhard drive. C: Ether parameter: The most common use of this parameter is to force probing for a second ethercard, as the default is to only probe for one (with 2.4 and older kernels). This can be accomplished with a simple: rhgb stands for redhat graphical boot. This is a GUI mode booting…

Boot Process and System Initialization

Question

Examine the following kernel boot command-line parameters. kernel/vmlinuz-2.6.32-220.e16 ro root = /dev/VolGroup00/LogVol00 init = /bin/bash ether = 0, 0, eth1 rhgb quiet Which two statements are true?

Options

  • AAn unrecognized kernel boot command-line parameter has been used.
  • BThe system will boot without password.
  • CBoot argument ether will force probing for a second ethernet card (NIC).
  • DIt will not probe foranyhard drive.

How the community answered

(15 responses)
  • A
    20% (3)
  • B
    7% (1)
  • C
    73% (11)

Explanation

C: Ether parameter: The most common use of this parameter is to force probing for a second ethercard, as the default is to only probe for one (with 2.4 and older kernels). This can be accomplished with a simple: *rhgb stands for redhat graphical boot. This is a GUI mode booting screen with most of the information hidden. *quiet parameter hides the majority of the boot messages before rhgb starts.

Topics

#kernel boot parameters#init parameter#ether parameter#boot arguments

Community Discussion

No community discussion yet for this question.

Full 1Z0-460 Practice