2V0-621 · Question #79
Which file determines the location of the installation script during a scripted upgrade?
The correct answer is A. boot.cfg. During a scripted ESXi upgrade, a single boot configuration file is responsible for pointing the bootloader to the kickstart script location.
Question
Which file determines the location of the installation script during a scripted upgrade?
Options
- Aboot.cfg
- Bks.cfg
- Cscript.cfg
- Dupgrade.cfg
How the community answered
(41 responses)- A90% (37)
- B2% (1)
- D7% (3)
Why each option
During a scripted ESXi upgrade, a single boot configuration file is responsible for pointing the bootloader to the kickstart script location.
The boot.cfg file is parsed by the ESXi bootloader and contains the kernelopt line, which includes the ks= parameter specifying the URL or path to the kickstart script. This file controls how the boot modules are loaded and where the installer finds its scripted configuration, making it the authoritative pointer to the installation script.
ks.cfg is the kickstart script itself that contains upgrade instructions; it is the file being pointed to, not the file that specifies its own location.
script.cfg is not a recognized or standard configuration file in the ESXi installation or upgrade boot process.
upgrade.cfg is not a standard ESXi file used during the scripted upgrade boot sequence.
Concept tested: boot.cfg role in scripted ESXi upgrade location
Source: https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.esxi.upgrade.doc/GUID-9040F0B2-31B5-406C-9000-DB6C832BEB34.html
Topics
Community Discussion
No community discussion yet for this question.