Hi,
I still can’t find a solution.
After imaging the computer I have to follow this tutorial:
Insert Windows 8 DVD and select repair computer
Then select open command line and:
Type in “diskpart”
Type in “list disk”. Find out which disk the affected drive is.
Type in “select disk #”, where # is the affected drive’s number
Type in “list partition”, find the partition number of the system partition (it’s usually 100MB, 200MB, or 300MB), then type in “select partition #”, where # is the system partition’s number.
Type in “assign letter=z”, assuming you don’t have a Z: drive.
Exit out of diskpart by pressing CTRL+C
Type in BCDBoot [Drive letter of affected drive’s Windows partition]:\Windows /S Z: /F UEFI So if the affected drive’s Windows partition is say G:, you would type in BCDBoot G:\Windows /S Z: /F UEFI
Can this be done automatically after fog imaging?
Thanks