CompTIA Linux+ Exam XK0-004: Minimize Interaction with Consoles for PXE Boot

Minimize Interaction with Consoles for PXE Boot

Question

An administrator needs to deploy 100 identical CentOS workstations via PXE boot.

Which of the following should the administrator use to minimize the amount of interaction with the consoles needed?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. C. E.

A.

To minimize the amount of interaction with the consoles needed when deploying 100 identical CentOS workstations via PXE boot, the administrator should use a Kickstart script.

A Kickstart script is a configuration file used to automate the installation of CentOS. It contains all the information needed to install the operating system, such as partitioning information, packages to be installed, and user accounts. By using a Kickstart script, the administrator can automate the installation process, which saves time and reduces the chance of errors.

Ghost imaging on a distribution server is another option for deploying identical workstations, but it requires more interaction with the consoles. Ghost imaging involves creating an image of the workstation's hard drive and then deploying that image to other workstations. However, the administrator would still need to interact with each workstation to initiate the imaging process.

A hard disk duplicator is a physical device that creates copies of hard drives, but it's not the best option for this scenario. It requires physical access to each workstation, which defeats the purpose of PXE booting.

Ubiquity scripts are used to automate the installation of Ubuntu, not CentOS, so they are not relevant to this scenario.

In summary, to minimize the amount of interaction with the consoles needed when deploying 100 identical CentOS workstations via PXE boot, the administrator should use a Kickstart script.