How to enable Bootwiz logging for Deployment Solution 6.9 and Ghost Solution Suite 3.x
search cancel

How to enable Bootwiz logging for Deployment Solution 6.9 and Ghost Solution Suite 3.x

book

Article ID: 180364

calendar_today

Updated On:

Products

Deployment Solution Ghost Solution Suite

Issue/Introduction

 

Resolution

To Enable logging in the Boot Disk Creator:

  1. Ensure that Boot Disk Creator (bootwiz.exe) is closed.  These steps will not work if bootwiz is open or running in the background.
  2. Open Windows Explorer and browse to one of the following locations (adjust as needed for non standard install locations)
    • Program Files (x86)\Altiris\eXpress\Deployment Server\Bootwiz folder for full integrated console Bootwiz 
    • Program Files (x86)\Symantec\Ghost\bootwiz folder for Ghost Standard Tools Bootwiz. 
  3. Copy the existing bootwiz.ini to a safe location.  This is to ensure a known good copy in the event the file is modified improperly.
  4. Open the original bootwiz.ini and scroll to the bottom of the file.
  5. Add the following section:
    [LogFile]
    file=c:\bdc.log                                                                      
    screen=false                                                                         
    severity=d
    append=a
  6. Save and Close the file.

Below is an explanation of each of the sections:

 

  • file: location and name of the file (in this example, the next time you start the Boot Disk Creator it will create a bdc.log file located at the root of c:).
  • screen: <true/false, yes/no,1/0> are all valid options. The default is false which means it doesn't show the output to the screen.
  • severity: (i=informational, w=warning, e=error, d=debug)
  • append: a