Jump to content

Recommended Posts

Posted

I'm working on a Unattended Installation of Windows XP, couse i need to reinstall ~75 computers. Some computers are running special applications (administrative, souch as payment / etc). So i want to create an backup of the computer.

I'm using Norton Ghost 7.0 to create backup's. The folowing file is created by an home-made wizzard specialy created for this setup. That program creates an batch file that will be executed AFTER the wizzard.

@echo off
echo   Step 2 - 05-09-2005 - 09:22:32>>z:\session\A000047\history.ses
echo Starting GHOST - Drive 1 Part 1 to Z:\SESSION\A000047\GHOST.GHO
ghost -clone,mode=dump,src=1:1,dst=z:\session\A000047\ghost.gho -sure -autoname -batch -fni -auto
echo Copying Z:\SESSION\A000047\*.GH? to C:\*.GH?
copy z:\session\A000047\*.gh? c:\*.gh?
echo Deleting Z:\SESSION\A000047\*.GH?
del z:\session\A000047\*.gh?
echo y|gdisk 1 /del /p:1
gdisk 1 /cre /pri /for /q
gdisk 1 /del /p:4
gdisk 1 /hide /p:3
gdisk 1 /r

I'm ghosting from local drive to an network drive couse an bug in Ghost (you can't backup partition 1:1 to C:, he thinks that's the same drive. 1:1 is an primary NTFS partition, C: is 1:2, so that's an bug. Couse the bug i need to ghost it to an network share first, after that i copy it to the client computer on drive 2 (hidden partition).

I want a tool that show's the status while i'm copying the ghost files from the network to the local computer. Now i can't see how far the setup is, that's f***ed up ;)


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...