Hi,
Make use of ghost explorer for splitting your image.
You can give the split size as 4 GB since you are working with DVDs.
This will split your ghost image . You will have a .gho file and couple of .ghs files depending upon your image size.
You can save .gho file in the first DVD and the .ghs files in other DVDs in their order .
Make use of this symantec KB document:
http://service1.symantec.com/support/on-technology.nsf/854fa02b4f5013678825731a007d06af/9dd8a2ef66a225538025768e003a17a5?OpenDocument
In normal case, We only add .gho file with the boot disk.
So ,try splitting the image in this way. When you use ghost explorer to split the image, make sure that you keep the split point as 4 GB.
For example, say you have a image.gho whose size is 9GB.
Open Ghost Explorer and select File Menu->Open->browse and select the image.gho
//this loads the image to ghost exlplorer//
Now go to File Menu again, Select the option " Compile"
Now you will get a new window to select the destination for the compiled image and in this particular window, make sure that you have a check mark on "Span image". This will enable the "Split Point " field. The value should be entered in MBs. So , in our case it should be 4096 MB. Give suitable filename, say "image". Click on save. Now the compilation starts automatically. The progress can be seen at the bottom of ghost explorer window.
Once this is done successfully,the resulting image will have spans in following format:
image.gho (size nearly 4GB)
image001.ghs (size nearly 4GB)
image002.ghs (size in some MBs).
Now go to Ghost Boot Wizard and create a new boot disk. And you can add image.gho to the same.
In the next disk, You can add image001.ghs
in the third disk, you can add image002.ghs.
While creating your boot disk,Edit the start.bat as follows:
In your START.BAT, the last line that you see would be " start ghost32.exe"
Now, Edit the same as " start ghost32.exe -clone,mode=load,src=D:GHOSTIMAGE.GHO,dst=1 "
This command line tells Ghost to restore an image named ghostimage.gho from drive D:\ and
to restore it to the first harddrive. Please use caution if your
CD drive letters are different than this example.
****Does this answer your question. Try doing this. And update the status as the next comment. You can also mark this as Solution if this fix your issue****
Regards,
Dilip Sebastian