• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

How to create a bootable Ghost USB drive

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

I.M.O.G.

Glorious Leader
Joined
Nov 12, 2002
Location
Rootstown, OH
This is for creating a USB drive that boots into WinPE and loads ghost32.exe (from symantec), which allows you to backup disk images and drop saved images onto drives. I've used these instructions with version 11.5 of the Symantec Ghost program for a while, and its useful if you are testing different OSes or benchmarking on different OSes.


1) Open the Ghost Boot Wizard from the Program Menu.
2) Choose a PreOS (WinPe) Click Next.
3) Choose the Standard Boot Package. Click Next.
4) Leave boxes unchecked in the 'Additional Services' window. Click Next.
5) Add any Ghost switches in the 'Client Type' window. Click Next.
6) Leave boxes unchecked in the 'External Storage Support' window. Click Next.
7) Choose USB Disk in the 'Destination Drive' window. The device should populate the 'Available Devices' field. Click Next.
8) Click Next to view the Summary.
9) Clicking Next will overwrite any data that is on the thumb drive and create a bootable USB thumb drive that contains Ghost

Reference: http://www.symantec.com/business/support/index?page=content&id=TECH110547&locale=en_US
 
Any idea how to do this a virtual machine where we don't have access to the hypervisor to pass through a USB drive? I'm new to our help desk here and no one seems to have access to it. I can have it create an ISO, but it isn't valid. We are currently using our only copy of the previous system admin's boot disk, but I fear that it won't work on newer computers because it will be missing the driver.

Either way, I'm going to try and get a written suggestion for CloneZilla instead. It takes me 1.5 hours to restore a 14gb (~5gb after compression) image with Ghost and it takes CloneZilla 290 seconds with the exact same image.
 
Part of the slowness problem you are seeing in ghost is likely the environment Ghost is running within. My instructions above suggested WinPE, as it has more advanced hardware support than PCDOS, which is commonly used by many still - it will be slower.

Not sure about your virtual machine issue however - on the VM's I've worked with in past lives, we'd duplicate VM's using VMware tools, so imaging wasn't necessary. Similar to imaging, just different.
 
Just found out talking with another tech that we are not using the Ghost bootable environment, but something else. Basically, disregard my posts here.

Regarding the virtual machine, that is the server that is running in one that we don't have access to. The boxes are standalone desktop HP6000's.
 
By the way, regarding performance - I was getting about 1000MB/min going from HDD to SSD during the image backup process, going from SSD to SSD I was getting about 2500-3000MB/min.
 
I wish I could get anywhere near those numbers. It will start at 200 mb/min and drop to 60-80. It is pretty horrible.
 
Make a bootable USB Flash Drive of Norton Ghost 15

How do you tell what the transfer rate is during the imaging process?


And also my notes on this topic:
Everything below can be done from Windows 7/Vista DOS prompt. [Windows XP DOS prompt cannot be used for this].


So either just use Windows 7 DOS prompt or boot with Norton Ghost Symantec Recovery Disk CD > Analyze > Open Command Shell Window >
• diskpart
• list disk
• select disk #
[of USB Flash drive]
• clean
• create partition primary
• select partition 1
• active
• format fs=NTFS quick
• assign
• exit

Then you just simply copy the contents of the Norton Ghost Symantec Recovery Disk (bootable CD):
Analyze > Explore My Computer


Bootable Norton Ghost CD iso is required to do this, you can't just use the Norton Ghost Windows install program.

Make sure the USB Flash Drive is formatted to the NTFS file system because the boot process will not work with FAT32 file system.



There is also this freeware
http://sourceforge.net/projects/unetbootin/files/UNetbootin/563/unetbootin-windows-563.exe/download

and it may or may not work with Norton Ghost. I found it to work with 8GB or smaller USB Flash drives but had some problems with 16GB or larger USB drives. I did have success using method 1 above with a 32GB USB Flash drive.


To make a bootbale USB Flash drive out of a bootable Norton Ghost CD ISO file:
Format the USB Flash drive to NTFS (since UNetbootin will not work with FAT formatted USB Flash drives) > Start UNetbootin > Leave Distribution unselected >
SELECT: Diskimage ISO and browse to the ISO file > SELECT the USB drive letter > OK > Exit

Delete AUTORUN.INF from the USB drive as antivirus programs now intercept AUTORUN.INF files.


If you cannot format the USB Flash Drive to NTFS format, then Format it to FAT32 and then go to DOS and if your USB Flash Drive has a drive letter B:, use this DOS command: CONVERT B: /FS:NTFS
 
Any idea how to do this a virtual machine where we don't have access to the hypervisor to pass through a USB drive? I'm new to our help desk here and no one seems to have access to it. I can have it create an ISO, but it isn't valid. We are currently using our only copy of the previous system admin's boot disk, but I fear that it won't work on newer computers because it will be missing the driver.

Either way, I'm going to try and get a written suggestion for CloneZilla instead. It takes me 1.5 hours to restore a 14gb (~5gb after compression) image with Ghost and it takes CloneZilla 290 seconds with the exact same image.

I use a Plop boot manager ISO to boot to USB drives. It'll work as long as you can connect the USB drive to you VM.
 
C627627: In the version I'm using, speed is clearly marked. I picked this video because the soundtrack is hilarious and you can see the speed very clearly:
 
I see. Using Norton Ghost 15 to create an image from within Windows on a multi boot, it does not display the speed but I used a stop watch:

Restored 10GB out of a 5.47 compressed file: Calculating 20 seconds, then 1 minute 40 seconds once it started to completion.


Creating the same file:
Calculating 1 minute 59 seconds
Actually performing the operation: 3 minutes 42 seconds
Completes and displays that the elapsed time was 5 minutes 31 seconds.

from 7200 RPM HD to SSD.


_____________________
Intel i7 950 [206] BCLK x 20 = 4.12 GHz @ [1.4000] CPU Voltage & [1.35000] QPI/DRAM Uncore Voltage, Batch 3029A40
3 x 1GB G.SKIL DDR3 1333 (PC3 10666) [DDR3-1691MHz] 10-10-10-24 @ 1.64 DRAM Bus Voltage
ASUS P6T Deluxe v.1 [LGA 1366 Intel X58] BIOS 2209
Thermalright Ultra-120 eXtreme 1366 RT with 120mm Scythe S-Flex F fan
ASUS EAH4850 Radeon HD 4850 1GB DDR3 @ 625 MHz GPU & 1986 MHz Memory
OCZ Agility 60GB SSD
Asus Xonar DX sound card
Antec nine hundred case, two front 120mm fans, one back 120mm Fan, one top 200mm fan
Corsair CMPSU-750TX 750W
 
Back