• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with gdisk | ghost script

EQTitan

Diamond Member
I'm currently trying to figure out how to create a batch file or autorun.ini to do the following.

Assuming the Hard drive is setup with OS, drivers, and a few apps

Job #1
Load gdisk.exe
create a partition (logical drive) called recovery
unload gdisk.exe

load ghost.exe
clone primary partition onto 'recovery' partition created with gdisk
verify
unload ghost.exe

load gdisk.exe hide recovery partition
close

Job #2
Load gdisk.exe unhide 'recovery' partition
unload gdisk.exe

load ghost.exe copy 'recovery' partition over primary partition
close
reboot to clean system.
 
Back
Top