Lpic 2 Linux Engineer · Free Practice Question Medium
Question 15
- A /etc/pxelinux/
- B /var/lib/tftpboot/pxelinux.cfg/
- C /boot/efi/pxelinux.cfg/
- D /tftpboot/pxelinux.cfg/
Reveal correct answer
Correct answer: D
A. The /etc/pxelinux/ directory is not a standard location for storing bootloader configuration files for PXE clients. Typically, this directory is used for storing configuration files related to the PXE server itself, not the clients.
B. The /var/lib/tftpboot/pxelinux.cfg/ directory is not the correct location for storing bootloader configuration files for BIOS-based PXE clients. This directory is commonly used for storing files related to the TFTP server, not the client configurations.
C. The /boot/efi/pxelinux.cfg/ directory is not the appropriate location for storing bootloader configuration files for BIOS-based PXE clients. This directory is typically used for storing EFI bootloader configurations, which are used by UEFI-based systems, not BIOS-based systems.
D. The /tftpboot/pxelinux.cfg/ directory is the correct location for storing bootloader configuration files for BIOS-based PXE clients. This directory is commonly used to store configuration files that are retrieved by PXE clients during the boot process. Placing the configuration files in this directory should allow the BIOS-based clients to retrieve their boot configuration successfully.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
