Re: Long Ghosting Time

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I've found two good / fast ways to ghost system images. The first method
uses a bootable cdrom called G4U (Ghost for Linux). It's a no-cost solution
and downloadable from http://www.feyrer.de/g4u/. You burn a bootable CDROM
image, boot the disc, and use the uploaddisk and slurpdisk utilities to
read/upload and write/download a copy of your disk image. The storage medium
is any FTP server you want.

The second method is dd, which can be found on the UBCD4Win (Ultimate Boot
CD for Windows - http://ubcd4win.com/). This disc is an enhanced version of
BartPE, which is an enhanced verion of WinPE... which came with your XP
Embedded Studio disc set. Burn the ISO, boot the disc, open a cmd shell, and
use a command similar to:

dd if=z:Partition1\Image0001 ibs=1500b of=\\.\i: obs=1500b

The command above copies the image of a partition, from a mounted share, to
a formatted partition designated as I:. reversing the if and of designations
would have made a copy of the partition to the server. The critical piece
here is the block size. It should closely match the network MTA size. If it
doesn't, the defaults can make an 8 minute effort take literally hours.

HTH -

-Darren-


"KM" wrote:

> Rob,
>
> As I said, I'd suggest you to evalutate the EWF RAM Reg for your image. It may save you some time on deployment as you won't have a
> headache dealing with EWF Config partition.
> Anyway, if you still want to have the EWF Config volume, just have it disabled while FBA'ing, resealing and cloning (so, no EWF
> Config partition is there) and then enable it after the cloning (rundll32 ewfdll.dll ConfigureEwf).
>
> More detail steps you wil get from here:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xecondesignconsiderationsforusingewfwithcloning.asp
>
> --
> Regards,
> KM, BSquare Corp.
>
>
> > Yes it's the EWF Partition, running some steps post clone is not an issue,
> > there's a test app script that checks for things like the FTP service running
> > and does some other bits, so i could build the ewf stuff into that. What are
> > the steps that I'd need to do? How complex are these steps? Could you give me
> > some pointers?
> >
> > Thanks for your help,
> > Rob
>
>
>
.



Relevant Pages

  • Re: GRUB problem (long, description of BOOT)
    ... > get the GRUB menu to return the way it was when I ... You installed GRUB as the boot record of one ... here is a brief tutorial on disc partitioning ... a small bootstrap program and a Partition Table ...
    (Debian-User)
  • Re: Problems reinstalling grub/lilo (they always hang at boot time ...)
    ... Do you mean the bootsector of a partition or the MBR of the disc? ... The _MBR_ of a disk contains id signatures, boot code, and space to define ...
    (comp.os.linux.setup)
  • Re: EWF and Remote Boot
    ... I checked FBALOG.TXT file to get EWF config partition ... So I found difference between 256MB Flash ... I boot target device from flash ...
    (microsoft.public.windowsxp.embedded)
  • Re: freeze problem on normal boot
    ... EWF, starting from scratch by importing the .pmq file, resolving four ... not be able to create a second partition on a removable drive. ... Also I boot edto the command shell. ...
    (microsoft.public.windowsxp.embedded)
  • Re: Recover stupid mistake
    ... Presuming for the moment that /dev/sdb is a real disc, ... which contains both boot code and the Partition Table. ... and know what you had in the code portion of the MBR, ...
    (Fedora)