Remove the boot time out for the Windows boot Managers that is added after deploying an Automation Folder to an endpoint
search cancel

Remove the boot time out for the Windows boot Managers that is added after deploying an Automation Folder to an endpoint

book

Article ID: 162559

calendar_today

Updated On:

Products

Ghost Solution Suite Deployment Solution

Issue/Introduction

The use of the Automation Folders will modify the Windows Boot Menu and will add a new item, Symantec Deployment Solution Preboot Environment, to the list and add a 30-second timer to allow users to select this option for troubleshooting.   

The installation of the Automation Folder won't cause an error but will enable the 30-second Windows Boot Menu timer that MS uses when there are multiple boot options entered into it.

The new entry will be similar to this:

Windows Boot Manager
Choose an operating system to start, or press TAB to select a tool:
(Use the arrow keys to highlight your choice, then press ENTER) 

Windows X
Symantec Deployment Solution Preboot Environment

To specify an advanced option for this choice, press F8.
Seconds unit the highlighted choice will be started automatically: 30  

Tools: 
     Windows Memory Diagnostic 

Environment

Ghost Solution Suite / Deployment Solution

Cause

Because the Automation Folders are being added as an additional boot item to the default behavior when a second boot option is added to the Windows Boot Manager.    

Resolution

Ghost Solution Suite

A script can be run on the clients that will set the countdown timer to 0 and eliminate the boot menu option.    This script can be run by itself or if a distributed software task is being run a run script can be added to it so that the menu will be set to 0 as soon as the installer is finished running.   See the Ghost Solution Suite 3.x Automation Folder User Guide for more information on how the Automation folders can be configured and also be deployed as a Job. 

Below are the steps to create a Run script task.   

  1. Create a new Job​
    • File> New> Job 
  2. ​Select the Add button to add a Run Script task to the job. 
    • ​​Add>> Run Script. 
  3. ​In the Run this script:  window type the following script. 
    •                                 ​​BCDEDIT /timeout 0
  4. ​Next> Next> Finish

​You now have a job that has a task to run a script to turn off Windows Boot Manager timeout that can be run on any of your systems that have already had the Automation folder installed to them or could be included in your Automation folder Deployment task. 

Deployment Solutions

After deploying the automation folder to the endpoints a task script can be created and run against those endpoints

  1.  Create a new task
    • Manage > Jobs & tasks
  2. Right-click on System Jobs
    • Tasks | New > Task
  3. From Create New Task
    • Select 'Run Script'
  4. Edit Run Script
    •  add bcdedit /timeout 0
  5. Select OK