System Deployment Image: Difference between revisions

Content deleted Content added
added link
Updated document structure, added more links
Line 1:
{{articleissues|confusing=August 2008|deadend=August 2008|expand=August 2008|orphan=August 2008|unreferenced=August 2008}}
{{internallinks|date=August 2008}}
= System Deployment Image =
 
__TOC__
== Description ==
 
A "System Deployment Image" (aka SDI) is a file format used primarily with [[Microsoft]] products to house an arbitrary disk image, including boot sector information. Some versions of [[Microsoft Windows]] allow for "RAM [[booting]]", which is essentially the ability to load a SDI file into memory and then boot from it. The SDI file format also lends itself to network booting using the [[Preboot Execution Environment]] (PXE).
= Overview =
A "System Deployment Image" (aka SDI) is a file format used primarily with [[Microsoft]] products to contain an arbitrary [[Disk_image|disk image]], including boot sector information.
 
== Description ==
A "System Deployment Image" (akaThe SDI) is a file format usedis primarilyoften with [[Microsoft]] productsused to houseallow anthe arbitraryuse diskof image,a includingvirtual bootdisk sectorvia information.mounting Some versions of [[Microsoft Windows]] allow for "RAM [[booting]]", which is essentially the ability to load a SDI file into memory and then boot from it. The SDI file format also lends itself to network booting using the [[Preboot Execution Environment]] (PXE).
The SDI file itself is partitioned into the following sections:
 
Line 11 ⟶ 15:
; Part [[BLOB]] : This contains the actual boot runtime (i.e. the contents of the disk image including any OS files) and also includes the [[boot.ini]] (used by NTLDR) and ntdetect.com files which should be located within the root directory of the runtime. The size of the runtime cannot exceed 500 Mb. In addition to this requirement the runtime must also be capable of dealing with the fact that it is booting from a ramdisk. This implies that the runtime must include the "Windows [[RAM Disk]] Driver" component (specified within the boot.ini).
 
== ImageSDI ManagementFeatures ==
== SDI Driver ==
SDI files can be mounted as virtual disk drives and assigned a drive letter if an SDI driver is available to allow this. A SDI driver is a type of storage driver and is commonly used with [[Windows_XP_editions#Embedded_editions|Windows XP Embedded]].
 
== SDI Management ==
[[Microsoft]] provides a tool called the "SDI File Manager" (sdimgr.exe) which can be used for the purpose of manipulating SDI files. Some of the tasks which this tool facilitates are:
 
Line 18 ⟶ 26:
* The verification of an existing SDI image.
 
== ReferencesSDI Loader ==
The mechanism which allows for the creation, addition and removal of virtual disk drives.
 
= References =
* {{cite web
| title = RAM Boot Using SDI in Windows XP Embedded with Service Pack 1