Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Drive C: i missing after loading Image

Updated: 03 Oct 2010 | 1 comment
Enma Sotsu's picture
0 0 Votes
Login to vote

Hey there, following situation:

I am actually working on a solution to automatically load a Ghost Image. The image was made using sysprep first. after rebooting the system i am loading BartPE and then the Image using a batch file. so far, so good... the problem is, that after loading the image via Ghost8 the systemdrive C: is missing. this is a problem, because i have to edit the sysprep.inf before restarting.  restarting, and then going back to bartPE to edit the sysprep.inf is not an exapteble solution, because this is not compatible with the batch scripts, that automatically loads the image after starting. 

so.. is there a workaround to "mount" back the windows drive before restarting?

Comments

KeithBrownGDC4S's picture
01
Apr
2010
0 Votes 0
Login to vote

Check to see that the partition is active

One issue I've seen is that occasionally after my script loads the image the partition is not active.  I usually fix this by just setting the partition to active using the diskpart utility in WinPE.  I haven't played with BartPE enough to know if it has a similar (or the same) utility.

Hope that helps.