Using Ghost Solution Suite 3.x to execute a Gdisk command to wipe a hard drive.
search cancel

Using Ghost Solution Suite 3.x to execute a Gdisk command to wipe a hard drive.

book

Article ID: 163015

calendar_today

Updated On:

Products

Ghost Solution Suite

Issue/Introduction

In Ghost Solution Suite 2.5 Console there was an option to perform a disk wipe by right clicking on a client system but this option is not currently in the 3.x product.

Resolution

Although the option to perform a disk wipe is not built in to the GSS 3.x console a script to perform the same task could be set up and executed in automation from the 3.x console. 
HOWTO9581 goes more in depth on Gdisk command line options but below steps could be used as a guideline to create a job with this task.

Below are the steps to create a Job that will run a script to run gdisk.

If your pe environment that is going to be used is 64bit then you will need to use Gdisk64.exe, the following also assumes that the win pe automation environment also us using M: to connect to your express share.

  1. Open the Ghost Solution Suite Console
  2. File  >  New  >  Job
  3. Rename your New Job
  4. On the right side of the job select ADD>>  and select Run Script...
  5. In the Run this script: window enter a command similar to this.

​M:
CD ghost
gdisk64 1 /diskwipe

  1. Select Next >
  2. Select the radio button next to  Automation pre-boot environment (Windows PS/Linux/Mac OS X)
  3. Select a 64bit win pe automation environment from the drop down that can then be used for PXE booting this job.  If automation folders are in use then make sure that a 64bit automation folder was installed.

Now there is a job on the server that can be assigned to clients to perform a disk wipe.