You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing configuration_parameters allows config options defined in VirtualMachineConfigSpec.
bootOptions is a property of this defined in VirtualMachineBootOptions which includes properties such as;
bootDelay
bootOrder
efiSecureBootEnabled
enterBIOSSetup
I can see this was raised previously but with not apparenet resolution:- #228 and #11964
Can you create an option for 'bootDelay' in the same way you created one for bootOrder(Packer option is 'boot_order').
A written overview of the feature.
The option allows the VM sheel to halt at the POST screen for a period of time to allow human interaction to press F2 to enter SETUP.
Default of 0milliseconds can be too quick for users on slower remote console connections.
Any relevant use-cases that you see.
Packer generated templates and VMs take the default value of bootDelay=0milliseconds as there is no means to alter this without additional PowerCLI.
Users request bootDelay increase to enable the 'Press F2 to enter Setup' option to allow for VM BIOS alteration to boot order (and other BIOS options).
Description
Existing configuration_parameters allows config options defined in VirtualMachineConfigSpec.
bootOptions is a property of this defined in VirtualMachineBootOptions which includes properties such as;
bootDelay
bootOrder
efiSecureBootEnabled
enterBIOSSetup
I can see this was raised previously but with not apparenet resolution:-
#228 and #11964
Can you create an option for 'bootDelay' in the same way you created one for bootOrder(Packer option is 'boot_order').
A written overview of the feature.
The option allows the VM sheel to halt at the POST screen for a period of time to allow human interaction to press F2 to enter SETUP.
Default of 0milliseconds can be too quick for users on slower remote console connections.
Any relevant use-cases that you see.
Packer generated templates and VMs take the default value of bootDelay=0milliseconds as there is no means to alter this without additional PowerCLI.
Users request bootDelay increase to enable the 'Press F2 to enter Setup' option to allow for VM BIOS alteration to boot order (and other BIOS options).
Potential configuration
The equivalent PowerCLI script is:
The text was updated successfully, but these errors were encountered: