Ghost Solution Suite

 View Only
  • 1.  Found new hardware "volume" error

    Posted Dec 18, 2006 02:18 PM
    I'm working with a group on imaging a bunch of GX620's for or computer lab. After ghosting the image onto a new computer I'm getting a found new hardware box popping up on restarts (see below). This message doesn't appear on the original computer. It appears after the image has been distributed to the computers. We are using Deep Freeze which might be causing issues. Unfortunately deep freeze is so secretive about their product we are unaware of how it really works and what issues it might be causing. Any help would be greatly appreciated.



  • 2.  RE: Found new hardware "volume" error

    Posted Dec 18, 2006 05:50 PM
    I've not used Deep Freeze though its description sounds like it may need the filesystem layout to be in pretty identical to the source of the image for it to work.

    I'd suggest trying the '-ntexact' with ghost when restoring the image (if you haven't already and assuming that you're using NTFS). This switch causes ghost to layout the filesystem exactly as it was on the source computer - usually ghost attempts to defragment the data files on restore and hence changes the filesystem layout.

    If this is insufficient try the switches "-fdsp -ntexact" together when restoring the image - the fdsp switch will cause the disk signature on the target disk to be the same as the source machine that the image was created from. Normally ghost causes windows to create a new disk id to ensure it is unique and hence I wouldn't do this unless you find it necessary, however it may work around the problem for you if -ntexact is insufficient by itself.


  • 3.  RE: Found new hardware "volume" error

    Posted Dec 18, 2006 07:10 PM
    The -ntexact command fixed the error. Thanks for the quick and helpful reply.