nerdexam
CompTIA

XK0-005 · Question #166

On a UEFI-based system, which of the following invokes GRUB2 from the EFI command prompt?

The correct answer is C. /boot/EFI/grub2.efi. On UEFI-based systems, the EFI System Partition (ESP) is typically mounted at /boot/EFI (or /boot/efi). GRUB2's EFI binary is stored under that mount point, making the full path /boot/EFI/grub2.efi (or a vendor-specific subdirectory thereof). This is the path used to invoke…

System Management

Question

On a UEFI-based system, which of the following invokes GRUB2 from the EFI command prompt?

Options

  • Aboot//EFI/grub2.efi
  • BEFI/grub2.efi
  • C/boot/EFI/grub2.efi
  • D/grub2.efi

How the community answered

(20 responses)
  • B
    5% (1)
  • C
    90% (18)
  • D
    5% (1)

Explanation

On UEFI-based systems, the EFI System Partition (ESP) is typically mounted at /boot/EFI (or /boot/efi). GRUB2's EFI binary is stored under that mount point, making the full path /boot/EFI/grub2.efi (or a vendor-specific subdirectory thereof). This is the path used to invoke GRUB2 from the UEFI/EFI shell. Option A uses an invalid syntax (boot//EFI/), option B is a relative path (missing the leading /boot), and option D places the binary at the filesystem root, which does not reflect standard EFI partition layout.

Topics

#UEFI#GRUB2#Bootloader#EFI Shell

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice