Create an SDI Image¶
Create an SDI File on Your Development Computer¶
- On the Start menu, click All Programs, point to Microsoft Windows Embedded Studio, and then click SDI Loader. The Storage Device Image Loader dialog box appears.
- Click Add.
- Specify a new file name, for example
recovery.sdi. - Click Open, and then click Yes to confirm that you want to create the file.
- Specify the size of disk to create to hold your run-time image, and then click OK (490MB max!).
Found New Hardware notifications appear in the Taskbar notification area for the new SDI disk and disk drives.
- Click Done.
Initialize the SDI File as a Disk Drive¶
- On the Start menu, click Control Panel, and then double-click Administrative Tools.
- Double-click Computer Management, and then click Disk Management.
- The Initialize and Convert Disk Wizard appears.
- Click Next to accept the defaults, and then click Finish to complete the wizard.
Create a Partition on the SDI File¶
- In the bottom pane of the Computer Management window, locate the new disk you just created. Right-click the area where Unallocated appears, and then click New Partition.
- Create a primary boot partition, using the default value.
- Specify partition size. Accept the default value (slightly smaller than the size you specified for the SDI file).
- Assign a drive letter. Accept the default value, or change if needed.
- Specify the file system. Accept the default value (NTFS).
- Format the partition by selecting Perform a quick format and Enable compression on partition.
- Click Next, and then click Finish.
- Right-click the new volume, and then click Mark Partition as Active.
You should now have a drive with a drive letter, ready to receive your image.
Copy the Master Image to the SDI File/Mounted Drive¶
At this stage, the SDI file is used as a mounted drive. It appears in My Computer as a drive, and you can add files to it.
- Locate the folder or drive that contains your master image (for example,
C:\WinPE), and copy the contents of that folder to the mounted SDI disk drive you just created (for exampleG:\).
Dismount the SDI Disk from Your Computer¶
- On the Start menu, click All Programs, point to Microsoft Windows Embedded Studio, and then click SDI Loader.
- Select the image you want to remove, and then click Remove Disk.
- In the Taskbar notification area, right-click the Safely Remove Hardware icon to dismount the SDI file.