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: 02-27-2025

Products

Ghost Solution Suite

Issue/Introduction

In the Ghost Solution Suite (GSS) 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 GSS 3.x product.

Environment

GSS 3.x

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 GSS Console. The following KB article provides instructions on how to create a job for this task:

181787 Perform a hard disk wipe using the Ghost utility called GDisk

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

If your WinPE 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 your GSS Server  that can be assigned to clients to perform a disk wipe.