We have Windows 7 64bit OS installed on our workstations encrypted with SEE 8.2.1mp6. I want to use MSDart to recovery the OS when there is a failure.
In order to do this, I've created a MSDart 7.0 CD (64bit PE) that works perfectly with our OS without SEE installed.
Then using the directions \ documentation provided by Symantec "How to create a custom startup WinPE 2.x-3.x CD - SEE FULL DISK EDITION" I'm able to create a MSDart \ Access CD.
I follow the directions to the T, including copying the SEEFS_Access_Utility files, driver files and importing the necessary registry entries into the PE's System file.
Also, I add the startnet.cmd file from the original SEE Access WIM to MSDart:
@echo off
set PATH=%SYSTEMDRIVE%\Utilities;%PATH%
wpeinit
SEEFD_Access_Utility
So that access Utility starts up before the MSDart Recovery Enviroment Loads...
Now when I boot to the custom MSDart CD on our SEE Encrypted workstation, after entering the creditials the Access Utility pops up the "You have successfully gained access...". However when try accessing the drive by command line or the file explorer, the C:\ drive is not there.
Any ideas what could be causing this?